Linear Equations in One Variable Pattern - Analyze Solutions
Digital SAT® Math — Linear Equations in One Variable
Figuring out how many solutions an equation has (one, zero, or infinite)
Every linear equation in one variable has exactly one of three outcomes: exactly one solution, no solution, or infinitely many solutions. The SAT tests whether you can determine which case applies — either for a given equation or by finding a constant that forces a specific outcome.
The decision always comes down to the same check. Simplify both sides into the form $ax + b = cx + d$, then compare:
- Different variable coefficients ($a \neq c$): exactly one solution.
- Same variable coefficients, different constants ($a = c$ and $b \neq d$): no solution — the equation reduces to something false like $5 = 8$.
- Same variable coefficients, same constants ($a = c$ and $b = d$): infinitely many solutions — both sides are identical.
Direct Matching — Find the Constant for Infinite Solutions
The simplest version: the variable terms already match on both sides, and you just need the constants to match too.
$$-5y + 12 = -5y + c$$ In the equation above, $c$ is a constant. If the equation has infinitely many solutions, what is the value of $c$?
The $-5y$ terms are identical on both sides. For the equation to be an identity, the constants must also match: $c = $ $12$.
Distribute, Then Compare
When one or both sides contain parentheses, distribute first. If the simplified sides are identical, the answer is infinitely many solutions.
Consider the equation $3(p + 5) = 3p + 15$. How many solutions does this equation have?
Distribute the left side: $3p + 15 = 3p + 15$. Both sides are identical, so the equation is true for every value of $p$: infinitely many solutions.
Combine Like Terms, Then Compare
Sometimes the SAT hides the match behind terms that need to be combined first.
Consider the equation $9m - 4m + 6 = 5m + 6$. How many solutions does this equation have?
Combine like terms on the left: $5m + 6 = 5m + 6$. The two sides are identical: infinitely many solutions.
Factor One Side to Match — Find the Constant for Infinite Solutions
A common medium-difficulty setup: one side is expanded and the other side has a constant multiplied by a binomial. Factor the expanded side to find the constant.
$$5y - 20 = k(y - 4)$$ In the equation above, $k$ is a constant. For what value of $k$ does the equation have infinitely many solutions?
Factor the left side: $5(y - 4) = k(y - 4)$. For the two sides to be identical, $k = $ $5$.
Alternate method: Distribute the right side to get $5y - 20 = ky - 4k$. Match the variable coefficients: $k = 5$. Match the constants: $-4k = -20$, so $k = 5$. Both conditions give the same answer, confirming $k = 5$.
Fraction Distribution — Find the Constant for Infinite Solutions
When fractions are involved, distribute the fraction first, then match coefficients and constants.
In the equation $\dfrac{1}{2}(ax - 10) = 3x - 5$, $a$ is a constant. If the equation has infinitely many solutions, what is the value of $a$?
Distribute: $\dfrac{a}{2}x - 5 = 3x - 5$. The constants are already equal ($-5 = -5$). Match the variable coefficients: $\dfrac{a}{2} = 3$, so $a = $ $6$.
The $ax = bx$ Trap — Exactly One Solution at Zero
When both sides are pure variable terms with no constant, the equation has exactly one solution: $x = 0$. This is one of the SAT's favorite traps — students see "$0$" and think "no solution."
How many solutions does the equation $\dfrac{1}{3}p = \dfrac{2}{3}p$ have?
Subtract $\dfrac{1}{3}p$ from both sides: $0 = \dfrac{1}{3}p$. Divide by $\dfrac{1}{3}$: $p = 0$. That's a real solution — it's the number zero, not "nothing." Exactly one solution.
Key idea: If you get $0 = (\text{something})x$, where the "something" is nonzero, then $x = 0$ is the one and only solution.
Distribute Both Sides — Determine the Outcome
The hardest "how many solutions" questions require distributing on both sides with negatives and decimals, then checking the result.
How many solutions does the equation $0.5(4w + 10) = 2(1.5w - 2)$ have?
Left side: $0.5 \cdot 4w + 0.5 \cdot 10 = 2w + 5$. Right side: $2 \cdot 1.5w - 2 \cdot 2 = 3w - 4$. The simplified equation is $2w + 5 = 3w - 4$. The variable coefficients are different ($2 \neq 3$), so the equation has exactly one solution.
How many solutions does the equation $6(3k - 4) = -3(-6k + 8)$ have?
Left side: $18k - 24$. Right side: $(-3)(-6k) + (-3)(8) = 18k - 24$. Both sides simplify to $18k - 24$: infinitely many solutions.
Factor Out the Variable — Find the Constant for No Solutions
When the equation has the form "variable terms $=$ nonzero constant," factor out the variable to find what makes the coefficient zero. If the coefficient is zero and the other side is nonzero, there's no solution.
$$7y + 14cy = -2$$ In the equation above, $c$ is a constant. For what value of $c$ does the equation have no solution?
Factor out $y$: $y(7 + 14c) = -2$. For no solution, we need the coefficient of $y$ to be $0$ while the right side is nonzero. Set $7 + 14c = 0$: $14c = -7$, so $c = -\dfrac{1}{2}$. Check: when $c = -\dfrac{1}{2}$, the equation becomes $0 = -2$, which is false. $c = -\dfrac{1}{2}$.
Why this works: If the coefficient of $y$ is $0$, the left side is $0$ regardless of $y$, but the right side is $-2$. No value of $y$ can make $0 = -2$ true.
Distribution + Fractions — No Solution with a Parameter
The hardest variant: distribute a constant, rearrange into $ax + b = cx + d$ form, match variable coefficients for no solution, and verify that the constants are different.
$$5(7 - px) = 40 - \dfrac{25}{11}x$$ In the equation above, $p$ is a constant. If the equation has no solution, what is the value of $p$?
Distribute: $35 - 5px = 40 - \dfrac{25}{11}x$. For no solution, the variable coefficients must be equal and the constants must differ. Match coefficients: $-5p = -\dfrac{25}{11}$, so $p = \dfrac{25}{55} = \dfrac{5}{11}$. Check constants: $35 \neq 40$. $p = \dfrac{5}{11}$.
The Decision Flowchart
- Simplify both sides — distribute, combine like terms, clear fractions if helpful.
- Compare variable coefficients. If they're different, stop: exactly one solution.
- If coefficients match, compare constants. Same constants → infinitely many. Different constants → no solution.
- For "find the constant" problems: set up the condition the question asks for (coefficients equal for no solution, or both coefficients and constants equal for infinite), then solve.
Watch Out For
- $x = 0$ is a solution, not "no solution." When you get $5x = 0$, the answer is $x = 0$ — that's exactly one solution.
- "Exactly two" is always wrong. A linear equation in one variable can never have exactly two solutions. If you see this choice, eliminate it immediately.
- Check both conditions for no solution. It's not enough that the variable coefficients match — you also need the constants to be different. If both match, you get infinite solutions, not zero.
- Don't confuse the roles of the constant. In $7y + 14cy = -2$, the constant $c$ is a coefficient in the equation. Setting the $y$-coefficient to zero is what creates the "no solution" condition.
More Linear Equations in One Variable Patterns