Linear equations in one variable
Including the no-solution and infinite-solution conditions, where the hard items live.
~28 min · prequestion, worked examples, retrieval practice
Every linear equation in one variable has exactly one solution, no solution, or infinitely many — and which of the three it is was fixed the moment the equation was written, before you touched it. The easy version of this question asks for the number. The hard version asks which of the three cases you are in, and buries the answer inside a coefficient you have to distribute before you can see it. Both versions are lost far more often to a mis-distributed minus sign than to not knowing the method.
Before you read on
Two or three questions on exactly what this lesson teaches. Being wrong here is fine — it's the fastest way to find out what to pay attention to next.
Before any teaching. How many values of x satisfy 5(2x + 3) = 10x + 12?
For which value of a does the equation ax + 9 = 6x + 9 have no solution?
Which expression is equivalent to 7 − 2(x − 4)?
What the question is actually testing
A linear equation in one variable has a single unknown, no exponent on it, and no variable in a denominator. Its answer is a number, not a line — which is what separates this skill from linear equations in two variables, where the answer is a relationship.
College Board's own framework puts Algebra at roughly 35% of the Math section, 13–15 of the 44 questions. How those questions split across the five Algebra skill points is not published; any per-skill count you see quoted is a prep-industry estimate reverse-engineered from released material, not an official figure. What is safe to say is that one-variable linear equations appear in every released form, in four recognisable costumes: solve for x; turn a described situation into an equation and solve it; find the value of an expression such as 2x − 3 once x is known; and — the hard one — find the constant that makes an equation have no solution or infinitely many.
Those four share one machine underneath. Every linear equation in one variable, however it is dressed, can be pushed into the form Ax = B: one number multiplying x on the left, one number alone on the right. Everything you do to an equation is aimed at that form, and once you reach it the outcome is forced — divide, or read off which of the two degenerate cases you landed in.
The difficulty on this skill is almost never conceptual. It comes from three places: a minus sign in front of parentheses, a fraction that has to be cleared, and a question that asks for something other than x. Close those three and the largest question type in the largest domain stops leaking points.
Foundations — skip this block if you already solve these cleanly
If you can already solve 3(2x − 5) + 8 = 4x + 7 without hesitating, skip to the next block; nothing later depends on reading this one. It is written out in full because the most common cause of a wrong answer here is not a missing concept — it is a step of arithmetic hygiene nobody ever spelled out, and guessing at it costs far more than four minutes of reading.
An equation is a claim that two quantities are equal. To solve it is to find every value of the unknown that makes the claim true. The only legal move is one that keeps the claim true, which means doing the same thing to both sides: add 5 to both sides, multiply both sides by 4, subtract 3x from both sides. If an operation reaches one side only, the equation in front of you is now a different equation from the one you were given, and its answer is not the answer to the question.
The order that works every time: (1) clear fractions by multiplying every term on both sides by the common denominator; (2) distribute anything sitting in front of parentheses; (3) combine like terms within each side; (4) move all x-terms to one side and all plain numbers to the other; (5) divide by the of x. Steps can be skipped when they are not needed, but they cannot be reordered — distributing before clearing fractions creates work, and combining terms across the equals sign before moving them creates errors.
Distribution is where the marks are actually lost. In 7 − 2(x − 4), the thing being multiplied by (x − 4) is −2, not 2. The minus sign belongs to the multiplier, so −2 · x = −2x and −2 · (−4) = +8, leaving 15 − 2x. Say "negative two" out loud when you distribute across a subtracted parenthesis. The error is almost never a failure to know this rule; it is a failure to notice the sign was there.
Clearing fractions means multiplying every term on both sides by the least common denominator — every term, including terms that are not fractions and including whatever sits alone on the far side of the equals sign. For (3x + 1)/4 − (x − 3)/2 = 5, the common denominator is 4, and multiplying through gives (3x + 1) − 2(x − 3) = 20. The two standard failures are forgetting the lone 5 on the right, and multiplying the second fraction by 4 while forgetting that 4 ÷ 2 = 2 leaves a factor of 2 in front of it.
Checking is not decoration and it costs about eight seconds: substitute your answer back into the original equation — the original, not your rearranged version, which may already contain the error you are checking for — and confirm both sides come out equal.
The three-outcome test
Push any linear equation in one variable to Ax = B. Three outcomes exist and no fourth is possible. If A ≠ 0, there is exactly one solution, x = B/A. If A = 0 and B ≠ 0, the equation reads 0 = B, false for every x — no solution. If A = 0 and B = 0, the equation reads 0 = 0, true for every x — infinitely many solutions, which the test usually phrases as "all real numbers."
In practice you never write Ax = B out. You simplify both sides completely, then compare: ax + b = cx + d has exactly one solution when a ≠ c; no solution when a = c and b ≠ d; infinitely many when a = c and b = d. Both halves of each condition are load-bearing. The single most expensive habit on this question type is remembering "matching coefficients" and forgetting to check the constants — the same coefficient condition sits underneath both degenerate cases, and it is the constants that decide which one you got.
The sentence to keep: same slope, different intercept means never; same slope, same intercept means always. Two parallel lines that are not the same line never meet, which is no solution. Two lines that are the same line meet everywhere, which is infinitely many.
The SAT hides the coefficient, not the rule. Expect the x-coefficient to sit inside parentheses with a multiplier in front of them — in 4(kx − 3) the coefficient is 4k, not k — or to be split across two terms on one side, as in 9x + 7 − x where the coefficient is 8, not 9, or to be wearing a fraction. Simplify both sides fully before you compare anything; comparing unsimplified sides is comparing the wrong numbers, and it produces an answer that looks like it came from the right method.
Mechanism
Why one comparison decides all three outcomes
A linear equation in one variable is the question "where do these two lines meet?" asked without the graph: ax + b on the left is one line, cx + d on the right is another, and a solution is an x at which their heights agree. Two lines in a plane cross once, never, or coincide — there is no fourth possibility, which is precisely why a linear equation cannot have two solutions or three. Which case you are in is settled by whether the slopes are equal, because equal slopes are exactly the condition under which the vertical gap between the two lines never changes: if that fixed gap is anything other than zero they never touch, and if it is zero they were the same line all along. The coefficient comparison is not an extra rule bolted on top of the algebra — it is the algebra, read one step before it finishes.
Worked examples
Fully worked — fractions, a negative multiplier, and a check
- 01Solve: (3x + 1)/4 − (x − 3)/2 = 5.
- 02Clear fractions first. The least common denominator of 4 and 2 is 4, so multiply every term on both sides by 4 — including the lone 5. The first term becomes 3x + 1; the second becomes 2(x − 3), because 4 ÷ 2 = 2; the right side becomes 20.
- 03The equation is now (3x + 1) − 2(x − 3) = 20. Distribute the −2 with its sign attached: −2 · x = −2x and −2 · (−3) = +6, giving 3x + 1 − 2x + 6 = 20.
- 04Combine like terms on the left: 3x − 2x = x and 1 + 6 = 7, so x + 7 = 20.
- 05Subtract 7 from both sides: x = 13.
- 06Check in the original: (3 · 13 + 1)/4 = 40/4 = 10, and (13 − 3)/2 = 10/2 = 5, and 10 − 5 = 5. ✓ Confirmed against the equation as given, not against the rearranged version.
One step hidden — the constant that produces no solution
- 01Find the value of k for which 4(kx − 3) = 9x + 7 − x has no solution.
- 02Simplify each side completely before comparing anything. Left: distribute the 4 to get 4kx − 12. Right: 9x − x = 8x, so the right side is 8x + 7.
- 03The equation reads 4kx − 12 = 8x + 7. No solution requires the x-coefficients to match and the constants to differ.
- 04Set the coefficients equal: 4k = 8, so k = 2. Note that it is 4k that must equal 8, not k — the 4 outside the parentheses multiplies the k inside.
Two steps hidden — the constant that produces infinitely many
- 01Find the value of c for which −2(3x − 7) + 5x = c − x has infinitely many solutions.
- 02Simplify the left side: −2 · 3x = −6x and −2 · (−7) = +14, so the left side is −6x + 14 + 5x.
- 03Combine like terms on the left: −6x + 5x = −x, so the left is −x + 14. The right side, −x + c, is already simplified.
Solve alone
- 01For what value of m does m(x + 4) − 2x = 5x + 28 have infinitely many solutions — and is there any value of m for which it has no solution?
In your own words
In one sentence: why does the constants comparison (b = d or b ≠ d) only decide anything once the x-coefficients already match — and what has the equation turned into, at that exact moment, that leaves the constants as the only thing still to read?
Named traps
- Unsigned distribution
- Distributing the number in front of parentheses while leaving its minus sign behind: reading 7 − 2(x − 4) as 7 − 2x − 8 instead of 15 − 2x, or −3(x − 4) as −3x − 12 instead of −3x + 12. The multiplier is the whole signed quantity. This one error accounts for more lost points on this skill than every conceptual misunderstanding combined.
- Half the rule
- Checking the x-coefficients and stopping. Matching coefficients are shared by both degenerate cases, so they narrow the answer to "no solution or infinitely many" and decide nothing further — the constants pick the winner. The mirror-image version is checking only the constants: identical constants with different coefficients still give exactly one solution, usually x = 0.
- Cancelled variable read as zero
- The x-terms vanish and the student writes x = 0. A vanished variable means the equation has collapsed into a numeric statement, and the only remaining job is to judge whether that statement is true (infinitely many) or false (none). x = 0 is a different claim entirely — a specific value that can be substituted and checked.
- Comparing unsimplified sides
- Pulling k straight out of 4(kx − 3) as though the coefficient were k rather than 4k, or matching against the 9 in 9x + 7 − x when the side's actual coefficient is 8. The comparison rule is exactly right and applied to the wrong numbers, which is why the resulting answer feels earned.
- Partial clearing of fractions
- Multiplying through by the common denominator and missing something: the lone constant on the far side, or the surviving factor when the denominator divides the LCD unevenly — multiplying (x − 3)/2 by 4 gives 2(x − 3), not (x − 3). Every term on both sides, every time.
- Answering the unasked quantity
- Solving correctly for x when the question asked for 2x − 3, or for adult tickets when it asked for student tickets, or for the discounted price when it asked for the original. The intermediate value is always one of the four choices. This is the most reliably placed distractor on the Math section, and it is not a knowledge failure.
The 800-level margin
At the top of the scale the method is not what separates scores on this skill. Nobody there is unsure whether to distribute. The remaining points sit in three narrow places: parameter questions where one letter controls both the coefficient and the constant, questions that ask for something other than x, and arithmetic run fast enough to shed a sign.
The hard parameter variant. Easy versions hand you a parameter that touches only the coefficient — "for what value of k does kx + 3 = 5x + 9 have no solution" — and leave the constants inert. Hard versions let the parameter appear in both places, as in a(x + 3) = 6x + b or m(x + 4) − 2x = 5x + 28, so satisfying the coefficient condition automatically forces a value on the constant. Then the honest answer is sometimes "no such value exists," and that answer does appear on the test. Run the two conditions separately and check whether they agree, rather than assuming the question is solvable in the direction it was asked.
The question about the wrong quantity. The fix is mechanical rather than attentional, because attention is exactly what is scarce at question 20 of a timed module: before starting the algebra, note the exact quantity asked; after finishing, read the note before looking at the choices. Telling yourself to be careful does not survive time pressure. A written note does.
Sign and unit slips at speed — a dropped minus in front of parentheses, a coefficient of 4k read as k, a dollar figure reported as a count of items, dividing by the sum of two rates where the difference was needed. These do not feel like errors while they are being made, which is why re-deriving is a weak check and substituting into the original equation is a strong one: substitution tests the answer against the problem as printed, not against your memory of what you did to it.
Two shapes that look like they belong to another skill and do not. First, an equation whose squared terms cancel: 3(x + 2)² = 3x² + 12x + 9 expands to 3x² + 12x + 12 = 3x² + 12x + 9, the quadratic parts disappear, and what remains is 12 = 9 — no solution, decided by exactly the test in this lesson. Second, an equation with the variable in a denominator that clears to a linear one; after clearing, check every candidate against the original, because a value that makes a denominator zero is not a solution however cleanly it came out of the algebra. College Board classifies that second shape under nonlinear equations rather than here; it is mentioned because the algebra you run on it is this lesson's algebra, and the check is the only new part.
Retrieval — with feedback on every choice
What value of x satisfies (3x + 1)/4 − (x − 3)/2 = 5?
LINEAR EQUATIONS IN ONE VARIABLE — reference card Solve order: clear fractions -> distribute -> combine like terms -> x's one side, numbers the other -> divide by the coefficient. Push to Ax = B. A != 0: one solution, x = B/A. A = 0 and B != 0: no solution. A = 0 and B = 0: infinitely many. ax + b = cx + d: one solution iff a != c; NO solution iff a = c AND b != d; INFINITELY many iff a = c AND b = d. Same slope, different intercept -> never meet. Same slope, same intercept -> meet everywhere. Simplify both sides FULLY before comparing: in 4(kx - 3) the coefficient is 4k; in 9x + 7 - x it is 8. A minus in front of parentheses belongs to the multiplier: 7 - 2(x - 4) = 15 - 2x. Clearing fractions reaches every term on both sides, including the lone number. Vanishing x-terms do NOT mean x = 0 — read the numeric statement they left behind. Before the algebra, write down the exact quantity asked. After the algebra, read it again. Check by substituting into the ORIGINAL equation, not into your rearranged version.
Every item on this page is Meridian-original, written to match the Digital SAT's format and difficulty — it is not a real SAT question. The only source that matches the live test exactly is College Board's own Bluebook and Question Bank.
What value of x satisfies (3x + 1)/4 − (x − 3)/2 = 5?
- A−2
This clears the fractions on the left but leaves the right side alone: (3x + 1) − 2(x − 3) = 5 gives x + 7 = 5 and x = −2. Multiplying by the common denominator is an operation on the equation, so it has to reach every term on both sides, including the lone 5.
- B8
This multiplies through by 4 but writes −(x − 3) instead of −2(x − 3): 3x + 1 − x + 3 = 20 gives 2x + 4 = 20 and x = 8. When a term with denominator 2 is multiplied by 4, a factor of 2 survives in front of it.
- 13
Correct. Multiply every term by 4: (3x + 1) − 2(x − 3) = 20. Distribute the −2: 3x + 1 − 2x + 6 = 20, so x + 7 = 20 and x = 13. Check in the original: (3 · 13 + 1)/4 = 40/4 = 10 and (13 − 3)/2 = 5, and 10 − 5 = 5. ✓
- D25
This distributes the 2 without its sign: 3x + 1 − 2x − 6 = 20 gives x − 5 = 20 and x = 25. The multiplier on (x − 3) is −2, so −2 · (−3) = +6, not −6.
Traps tested: Partial clearing of fractions · Under multiplied term · Unsigned distribution
In the equation 4(kx − 3) = 9x + 7 − x, k is a constant. For which value of k does the equation have no solution?
- 2
Correct. Simplify both sides first: the left is 4kx − 12, and the right is 8x + 7 because 9x − x = 8x. No solution requires equal x-coefficients and different constants. Setting 4k = 8 gives k = 2, and the constants −12 and 7 do differ, so the equation becomes 8x − 12 = 8x + 7, which reduces to −12 = 7 — false for every x. ✓
- B9/4
This uses 9 as the right side's x-coefficient without first combining 9x − x. Setting 4k = 9 gives k = 9/4, and substituting it back produces 9x − 12 = 8x + 7, which has the single solution x = 19. Both sides have to be fully simplified before any comparison is made.
- C8
This matches k itself against the right side's coefficient of 8, but k sits inside the parentheses and the 4 outside multiplies it — the left side's actual coefficient is 4k. With k = 8 the equation is 32x − 12 = 8x + 7, giving 24x = 19 and x = 19/24: exactly one solution.
- DNo value of k produces no solution
This applies the infinitely-many condition to a no-solution question. It is true that no k makes this an identity, because the constants −12 and 7 can never be made equal — but no solution requires the constants to differ. Different constants are the condition that makes no solution possible, not the thing that rules it out.
Traps tested: Comparing unsimplified sides · Coefficient not distributed · No solution confused with identity
The equation −2(3x − 7) + 5x = c − x, where c is a constant, has infinitely many solutions. What is the value of c?
- A−14
This distributes the 2 without its sign, giving −6x − 14 + 5x = −x − 14 on the left and therefore c = −14. The multiplier is −2, so −2 · (−7) = +14.
- B7
This reads the constant straight out of the parentheses. The 7 inside is multiplied by −2 before it reaches the left side's constant term, so the number that has to match c is +14, not 7.
- 14
Correct. The left side simplifies to −6x + 14 + 5x = −x + 14; the right side is −x + c. Infinitely many solutions means the two sides are the same expression, so the coefficients must match (−1 = −1, already true) and the constants must match: c = 14. Check at two values of x, since the claim covers all of them: at x = 0 the left is −2(−7) = 14 and the right is 14; at x = 1 the left is −2(−4) + 5 = 13 and the right is 14 − 1 = 13. ✓
- DEvery value of c produces infinitely many solutions
The x-coefficients do already match on both sides, which is what this choice has noticed — but matching coefficients produce either no solution or infinitely many, and the constants decide which. With c ≠ 14 the equation collapses to 14 = c, a false statement: no solution, not infinitely many.
Traps tested: Unsigned distribution · Constant read before distribution · Matching coefficients without constant check
A theater sold 300 tickets to a performance. Adult tickets cost $12 each and student tickets cost $8 each, and ticket sales brought in $3,160 in total. How many student tickets were sold?
- A22
This divides the $440 revenue shortfall by the sum of the two prices, 12 + 8 = 20, rather than by their difference. The shortfall exists because each student ticket brings in $4 less than an adult ticket would, so it is that $4 difference that converts dollars into a count of student tickets.
- 110
Correct. Let s be the number of student tickets, so 300 − s were adult tickets: 12(300 − s) + 8s = 3,160. Distribute: 3,600 − 12s + 8s = 3,160, so 3,600 − 4s = 3,160 and 4s = 440, giving s = 110. Check both conditions: 190 adult tickets at $12 is $2,280, 110 student tickets at $8 is $880, 2,280 + 880 = 3,160, and 190 + 110 = 300. ✓
- C190
190 is the number of adult tickets — correct arithmetic answering the other question. It is also exactly what the setup produces if the two prices are swapped when the equation is written. Either way the algebra was right and the quantity reported was not the one asked for.
- D440
440 is the dollar gap between what 300 adult tickets would have brought in ($3,600) and the actual $3,160 — a number of dollars, reported as a number of tickets. It is one division away from the answer, and the units are what catch it: dollars divided by dollars-per-ticket gives tickets.
Traps tested: Divided by sum not difference · Answered the unasked quantity · Units slip dollars for count
In the equation a(x + 3) = 6x + b, a and b are constants. For which pair (a, b) does the equation have no solution?
- A(6, 18)
With a = 6 and b = 18 the equation is 6x + 18 = 6x + 18 — the two sides are identical, so every real number is a solution. This gets the coefficient condition right and then stops; matching coefficients belong to both degenerate cases, and identical constants select the wrong one.
- B(3, 9)
Here 3a = 9 = b, so the constants match, which is what makes this pair look structural. The coefficients do not: 3x + 9 = 6x + 9 gives 3x = 0 and x = 0 — exactly one solution. Matching constants on their own decide nothing.
- C(18, 6)
The right two numbers in the wrong slots. Substituting gives 18x + 54 = 6x + 6, so 12x = −48 and x = −4: one solution. The condition is a = 6 with b ≠ 18, so 18 is the constant value to avoid, not the value of a.
- (6, 12)
Correct. Distribute first: a(x + 3) = ax + 3a, so the equation is ax + 3a = 6x + b. No solution requires a = 6 and 3a ≠ b — that is, a = 6 with b ≠ 18. The pair (6, 12) satisfies both: 6x + 18 = 6x + 12 reduces to 18 = 12, false for every x. ✓
Traps tested: Matching coefficients without constant check · Constants checked without coefficient · Swapped parameter pair
If 5(x + 2) − 3(x − 4) = 40, what is the value of 2x − 3?
- A9
9 is the value of x — the intermediate result rather than the quantity asked for. The question asks for 2x − 3, so one step remains: 2(9) − 3 = 15.
- 15
Correct. Distribute both products with their signs: 5x + 10 − 3x + 12 = 40, so 2x + 22 = 40, 2x = 18 and x = 9. Then 2x − 3 = 2(9) − 3 = 15. Check the equation itself at x = 9: 5(11) − 3(5) = 55 − 15 = 40. ✓
- C23
This distributes the 5 to the x but not to the 2: 5x + 2 − 3x + 12 = 40 gives 2x + 14 = 40 and x = 13, then 2(13) − 3 = 23. Every term inside the parentheses gets multiplied.
- D39
This distributes 3 rather than −3 across (x − 4): 5x + 10 − 3x − 12 = 40 gives 2x − 2 = 40 and x = 21, then 2(21) − 3 = 39. The multiplier on (x − 4) is −3, so −3 · (−4) = +12.
Traps tested: Answered the unasked quantity · Partial distribution · Unsigned distribution
Up next
Linear equations in two variables
Read a rate and a starting value off a sentence, table, or graph — without losing either.
25 min