Lines Angles and Triangles Pattern - Geometric Problem Solving With Algebra
Digital SAT® Math — Lines Angles and Triangles
This pattern asks you to set up and solve algebraic equations using geometric properties. The angles or sides are given as expressions (like $3x$, $5m + 12$, or $\dfrac{m}{3}$), and you use angle relationships to write an equation.
Triangle Angle Sum with Algebraic Expressions
The three angles of a triangle sum to $180°$. When one or more angles are algebraic expressions, set them equal to $180$ and solve.
In triangle $PQR$, the measure of angle $P$ is $48°$, angle $Q$ is $87°$, and angle $R$ is $(3x)°$. What is the value of $x$?
A) $29$
B) $75$
C) $15$
D) $45$$48 + 87 + 3x = 180$
$135 + 3x = 180$
$3x = 45$
$x = 15$
The answer is C. Option D ($45$) is the value of $3x$, not $x$ — a common trap.
Gotcha: The question asks for $x$, not the angle measure $3x$. Always re-read the question before picking your answer.
Isosceles Triangle + Algebra
Combine the isosceles property (base angles are equal) with the triangle angle sum.
In isosceles triangle $PQR$ where $PQ = PR$ and $\angle P = 44°$, the measure of $\angle Q$ is $(4x - 12)°$. What is the value of $x$?
Since $PQ = PR$, the base angles $\angle Q$ and $\angle R$ are equal.
$44 + 2(4x - 12) = 180$
$44 + 8x - 24 = 180$
$8x + 20 = 180$
$8x = 160$
$x = 20$
The answer is $20$. Check: $\angle Q = 4(20) - 12 = 68°$, and $44 + 68 + 68 = 180°$. ✓
Angles on a Straight Line with Algebra
When multiple angles lie along a straight line, their measures sum to $180°$.
In the figure, points A, O, and B lie on a line. The measure of $\angle AOC$ is $62°$, $\angle COD$ is $70°$, and $\angle DOB$ is $\left(\dfrac{m}{3}\right)°$. What is the value of $m$?
A) $48$
B) $144$
C) $150$
D) $174$Since A, O, and B are collinear, the angles along the line sum to $180°$:
$62 + 70 + \dfrac{m}{3} = 180$
$132 + \dfrac{m}{3} = 180$
$\dfrac{m}{3} = 48$
$m = 144$
The answer is B. Option A ($48$) is $\dfrac{m}{3}$ — the angle measure, not $m$ itself. Same trap as before: read the question carefully.
Gotcha: When the angle is expressed as $\dfrac{m}{3}$ and the question asks for $m$, you must multiply your result by $3$. The angle is $48°$, but $m = 144$.
Parallel Lines + Transversal with Algebraic Angles
When parallel lines are cut by a transversal, use the angle relationships (alternate interior = equal, consecutive interior = supplementary) to set up equations.
In the figure, line $p$ is parallel to line $q$. If $a = 5m + 12$ and $b = 7m - 4$, what is the value of $c$?
A) $8$
B) $52$
C) $128$
D) $156$Step 1: $a$ and $b$ are alternate interior angles, so $a = b$:
$5m + 12 = 7m - 4$
$16 = 2m$
$m = 8$
Step 2: $b = 7(8) - 4 = 52°$.
Step 3: $b$ and $c$ form a linear pair: $c = 180 - 52 = 128°$.
The answer is C. Option A ($8$) is the value of $m$, not the angle $c$.
In the figure, line $p$ is parallel to line $q$, intersected by transversal $r$. If $\alpha = 5m + 22$ and $\beta = 7m - 14$, what is the value of $\gamma$?
A) $18$
B) $68$
C) $112$
D) $166$$\alpha$ and $\beta$ are alternate interior angles: $5m + 22 = 7m - 14$, so $m = 18$.
$\beta = 7(18) - 14 = 112°$.
$\beta$ and $\gamma$ are supplementary: $\gamma = 180 - 112 = 68°$.
The answer is B. Option A ($18$) is $m$. Option C ($112$) is $\beta$, not $\gamma$. Don't stop at an intermediate step.
Parallelogram Properties with Algebra
In a parallelogram, opposite angles are equal and consecutive angles are supplementary ($\text{sum} = 180°$).
In a parallelogram, one acute angle is $(12y - 300)°$. The sum of one acute angle and two obtuse angles is $(-12y + k)°$. What is the value of $k$?
Step 1: Let the acute angle be $A = 12y - 300$.
The obtuse angle (consecutive) is $O = 180 - A = 180 - (12y - 300) = 480 - 12y$.
Step 2: The requested sum is $A + 2O$:
$(12y - 300) + 2(480 - 12y)$
$= 12y - 300 + 960 - 24y$
$= -12y + 660$
So $k = 660$.
The answer is $660$.
Key parallelogram facts: - Opposite angles are equal - Consecutive angles are supplementary ($\text{sum} = 180°$) - All four angles sum to $360°$
General Strategy for These Problems
- Identify the geometric relationship (triangle angle sum, linear pair, parallel lines, isosceles property, etc.)
- Translate it into an equation using the algebraic expressions given
- Solve for the variable
- Check what the question actually asks for — is it $x$, the angle measure, or some other expression?
What to Do on Test Day
- Write the equation first. Don't try to solve in your head — write out the geometric relationship as an algebra equation
- "Find $x$" vs. "Find the angle": These are often different! If the angle is $3x$ and $3x = 45$, then $x = 15$ but the angle is $45°$. Read the question
- Check your answer by substituting back. Plug your value of $x$ into all the angle expressions and verify they satisfy the geometric constraint (angles sum to $180°$, supplementary angles sum to $180°$, etc.)
- Multi-step problems always follow the same flow: (1) use one relationship to find the variable, (2) plug the variable back to get a specific angle, (3) use a second relationship to find the target
- Parallel lines: First decide if the angles are equal (alternate) or supplementary (same-side). This determines whether you set them equal or set their sum to $180$
- Consecutive angles in a parallelogram sum to $180°$. This is used exactly like same-side interior angles with parallel lines