Systems of Linear Equations in Two Variables Pattern - Number of Solutions
Digital SAT® Math — Systems of Linear Equations in Two Variables
Determining how many solutions a system of linear equations has — or finding the constant that controls it
This pattern asks one question in various disguises: given two linear equations, does the system have one solution, no solution, or infinitely many solutions? On harder questions, one equation contains an unknown constant and you must find the value that produces a specific outcome.
The Core Rule
Given two linear equations in standard form:
$$a_1 x + b_1 y = c_1$$ $$a_2 x + b_2 y = c_2$$
Everything depends on the ratio of the coefficients:
- One solution (lines intersect): $\dfrac{a_1}{a_2} \neq \dfrac{b_1}{b_2}$
- No solution (parallel lines): $\dfrac{a_1}{a_2} = \dfrac{b_1}{b_2} \neq \dfrac{c_1}{c_2}$
- Infinitely many solutions (same line): $\dfrac{a_1}{a_2} = \dfrac{b_1}{b_2} = \dfrac{c_1}{c_2}$
The entire pattern reduces to comparing three fractions. The SAT tests whether you can get both equations into standard form, line up the coefficients, and do the arithmetic — especially when fractions or unknown constants are involved.
Here's the simplest version. Both equations are already in standard form with integer coefficients:
$$3x - y = 7$$ $$6x - 2y = 1$$ At how many points do the graphs of the given equations intersect?
Line up the coefficients and compute ratios: $\dfrac{3}{6} = \dfrac{1}{2}, \quad \dfrac{-1}{-2} = \dfrac{1}{2}, \quad \dfrac{7}{1} = 7$
Coefficient ratios match $\left(\frac{1}{2} = \frac{1}{2}\right)$ but the constant ratio doesn't $\left(7 \neq \frac{1}{2}\right)$. Parallel lines — no solution.
When fractions appear, clear them first by multiplying through by the LCD before comparing:
$$12x - 8y = 20$$ $$\frac{1}{2}x - \frac{1}{3}y = 1$$ How many solutions $(x, y)$ exist?
Multiply equation 2 by 6: $3x - 2y = 6$. Now compare with $12x - 8y = 20$:
$\dfrac{12}{3} = 4, \quad \dfrac{-8}{-2} = 4, \quad \dfrac{20}{6} = \dfrac{10}{3} \neq 4$
Coefficient ratios match, constant ratio doesn't — no solution.
Finding an Unknown Constant
The most common hard variant: one equation contains an unknown constant, and you're told the system has no solution (or infinitely many). Rearrange into standard form, then set the coefficient ratios equal and solve.
$$5x - 3 = 7y - 2x$$ $$cx + 1 = 14y$$ If the system has no solution, what is the value of $c$?
Rewrite in standard form. Equation 1: $7x - 7y = 3$. Equation 2: $cx - 14y = -1$.
For no solution, set the coefficient ratios equal: $\dfrac{7}{c} = \dfrac{-7}{-14} = \dfrac{1}{2}$
Cross-multiply: $c = 14$. Verify the constant ratio differs: $\frac{3}{-1} = -3 \neq \frac{1}{2}$. Confirmed — $c = 14$.
It gets trickier when variables appear on both sides of both equations and the constant sits inside an expression:
$$3x - y - 2 = 2 - 3x + y$$ $$(2k + 14)x + 5 = 2y$$ For what value of $k$ will the system have no solution?
Simplify equation 1: $6x - 2y = 4 \implies 3x - y = 2$. Rewrite equation 2: $(2k+14)x - 2y = -5$.
Set the coefficient ratios equal: $\dfrac{3}{2k+14} = \dfrac{-1}{-2} = \dfrac{1}{2}$
So $2k + 14 = 6$, giving $k = -4$. Verify: $\frac{2}{-5} \neq \frac{1}{2}$. Confirmed.
When fractions and an unknown constant combine, clear fractions first, then apply the same method:
$$5x - 2y = x - y + 1$$ $$\frac{1}{3}y + 5 = \frac{2}{3}y - qx$$ If the system has no solution, what is the value of $q$?
Equation 1: $4x - y = 1$.
Equation 2: move all variable terms left — $qx - \frac{1}{3}y = -5$. Multiply by $-3$: $-3qx + y = 15$, or $3qx - y = -15$.
Set ratios equal: $\dfrac{4}{3q} = \dfrac{-1}{-1} = 1$, so $3q = 4$, giving $q = \dfrac{4}{3}$.
Parametric Solutions (Infinitely Many)
When a system has infinitely many solutions, the SAT sometimes asks you to express the solution set using a parameter. Confirm the system is the same line, then solve one equation for one variable in terms of a free parameter.
$$5x - 2y = 3$$ $$10x - 4y = 6$$ For any real number $t$, which point is a solution to the system?
Confirm: $\frac{10}{5} = \frac{-4}{-2} = \frac{6}{3} = 2$. All ratios equal — same line.
Let $x = t$. Solve equation 1 for $y$: $5t - 2y = 3 \implies y = \dfrac{5t - 3}{2}$.
Every point on the line can be written as $\left(t,\; \dfrac{5t - 3}{2}\right)$.
Tip: look at the answer choices to see whether the parameter is in the $x$ or $y$ position — that tells you which variable to substitute.
The RATIO CHECK Method
- Rewrite both equations in standard form $(ax + by = c)$. Move all variable terms to one side, constants to the other. Clear fractions by multiplying through by the LCD.
- Line up the coefficients. Identify $a_1, b_1, c_1$ and $a_2, b_2, c_2$. Be precise about signs.
- Compare the ratios. If $\frac{a_1}{a_2} \neq \frac{b_1}{b_2}$ → one solution. If equal → check $\frac{c_1}{c_2}$ to distinguish no solution from infinitely many.
- If there's an unknown constant — set $\frac{a_1}{a_2} = \frac{b_1}{b_2}$, cross-multiply, and solve. Verify the constant ratio to confirm.
Watch Out For
- Equations not in standard form. The SAT scatters terms across both sides to disguise the structure. Always rearrange into $ax + by = c$ before comparing anything.
- "Exactly two solutions" is always wrong. Two lines in a plane intersect at zero, one, or infinitely many points. Never two. Eliminate this choice immediately.
- Sign errors with negative ratios. Given $10x - 4y = 18$ and $-5x + 2y = 9$: the coefficient ratios are both $-2$, but the constant ratio is $+2$. The numbers $2$ and $-2$ look similar but they're not equal — this system has no solution, not infinitely many.
- Forgetting to verify the constant ratio. After finding the constant that makes the coefficient ratios equal, always check that the constant ratio is different (for no solution) or equal (for infinitely many). Without this check, you can't distinguish the two cases.
More Systems of Linear Equations in Two Variables Patterns