Digital SAT Math · Algebra

Linear equations in one variable

Digital SAT Math · Algebra

You already know how to solve these. That is exactly why they cost points: the arithmetic is easy enough that attention drifts to the wrong place, and the test collects on two habits — a dropped minus sign inside parentheses, and stopping the moment a number appears instead of the moment the asked number appears. This page is about finishing, not about isolating.

On the test

DomainAlgebra (score report)
What it looks likeOne equation, one letter — sometimes with a second letter that is a constant, not an unknown
Often asked“What is the value of xx?”, “What is the value of 6x+16x+1?”, “…has no solution. What is the value of aa?”, “Which equation has infinitely many solutions?”
FormatMultiple choice and student-produced response
CalculatorDesmos is in Bluebook, but on this skill it is usually slower than the pencil — see the box below

Recognition cues: a lone equals sign with one letter on each side; the phrase “where aa is a constant”; parentheses with a minus sign in front of them; and an ask that names an expression (2x2x, x+4x+4, 6x+16x+1) rather than the letter itself.

Pattern recognition

Four shapes, and the first three take under a minute each:

  1. Plain solve — variables on both sides, maybe one set of parentheses. Isolate and report xx.
  2. Solve then substitute — the stem asks for an expression built from xx. The equation is a step, not the answer.
  3. Constant with a solution-count condition — a letter like aa, cc or kk appears together with no solution or infinitely many solutions. Nothing gets solved.
  4. Classify — four equations, and you name which one has none, one, or infinitely many solutions.

Method

  1. Read the ask, not the equation. Target expression first: xx? 3x3x? x2x-2? A constant aa? A solution count?
  2. Clear the clutter. Distribute every parenthesis — the factor outside hits every term inside, and a minus sign in front flips every sign inside. Clear fractions by multiplying every term, including the ones that were never fractions, by the common denominator.
  3. Collect. All variable terms to one side, all constants to the other. Moving a term across the equals sign reverses its sign; moving it to the side that keeps the coefficient positive saves you a sign error later.
  4. Divide once. Divide both sides by the coefficient that is left. If it divides unevenly, keep the fraction — decimals invite rounding slips, and student-produced responses accept fractions.
  5. Finish the ask. Substitute back into the target expression. Then check, if the item was worth checking.

The 30-second forms

Some asks never require finding xx at all. If the target expression is a multiple of the variable term you already produced, scale that line instead of solving it.

You haveThe ask isDo this
3x=273x = 276x+16x+1double the line: 6x=546x=54, so 6x+1=556x+1=55
5x8=225x-8=22x+4x+4finish the solve — x+4x+4 is not a multiple of 5x5x
2x=92x = 94x34x-3double: 4x=184x=18, so 4x3=154x-3=15; xx is never needed
x/4=6x/4 = 6xxmultiply once; there is no shortcut to find

The habit is worth more than the seconds it saves: an ask you scaled toward is an ask you cannot forget.

When the variable disappears

Collect the variable terms and sometimes they cancel. That is not a mistake — it is the answer.

  • 0=00 = 0 (or any true statement like 7=77=7) → infinitely many solutions. The two sides were the same expression written differently.
  • 0=50 = 5 (any false statement) → no solution. Same variable term on both sides, different constants — nothing can make it true.
  • x=0x = 0exactly one solution. Zero is a solution. This is the trap that hides inside classification items, and no competitor page names it.

Structurally: ax+b=cx+dax+b=cx+d has one solution when aca \neq c; when a=ca = c it has none if bdb \neq d and infinitely many if b=db = d. Parameter items run that backwards — you are told the outcome and asked which value of the constant produces it, so you set the variable coefficients equal (for both special cases) and then read the constants to decide which of the two you have.

Worked example 1 — the ask is an expression

Stem. If 3x7=203x - 7 = 20, what is the value of 6x+16x + 1?

Circle the ask. 6x+16x+1. Not xx.

Step 1 — collect.

3x7=203x=273x - 7 = 20 \quad\Rightarrow\quad 3x = 27

Step 2 — scale, do not solve. The target contains 6x6x, which is 2×3x2 \times 3x. Double the whole line:

6x=546x+1=556x = 54 \quad\Rightarrow\quad 6x + 1 = 55

Check. The long way: x=27/3=9x = 27/3 = 9, and 3(9)7=277=203(9) - 7 = 27 - 7 = 20 matches the stem. Then 6(9)+1=54+1=556(9) + 1 = 54 + 1 = 55. Answer: 55.

Trap watch. 99 is the value of xx and will be one of the four choices. So will 5454, for anyone who scales correctly and then forgets the +1+1. Both are correct arithmetic answering a question nobody asked.

Worked example 2 — a constant and a solution count

Stem. In the equation 3(2x+5)=6x+c3(2x + 5) = 6x + c, cc is a constant. For what value of cc does the equation have infinitely many solutions, and what happens for every other value?

Do not solve for xx. There is no xx to find — the question is about structure.

Step 1 — distribute the left side.

3(2x+5)=6x+153(2x+5) = 6x + 15

Step 2 — compare the two sides. The equation now reads 6x+15=6x+c6x + 15 = 6x + c. The variable terms are already identical (6x6x on both sides), so xx cancels no matter what cc is. Only the constants decide the outcome.

Step 3 — read the two cases.

c=15    15=15  (true)    infinitely many solutionsc = 15 \;\Rightarrow\; 15 = 15 \;\text{(true)} \;\Rightarrow\; \textbf{infinitely many solutions} c15    15=c  (false)    no solutionc \neq 15 \;\Rightarrow\; 15 = c \;\text{(false)} \;\Rightarrow\; \textbf{no solution}

Check. Try c=9c = 9: the equation becomes 6x+15=6x+96x + 15 = 6x + 9, and subtracting 6x6x leaves 15=915 = 9, which is false for every xx — no solution, as predicted. Try c=15c = 15: both sides are 6x+156x+15 and any xx works, so x=0x=0, x=100x=100 and x=3.5x=-3.5 are all solutions. Answer: c=15c = 15 gives infinitely many; every other value gives none.

Trap watch. This equation can never have exactly one solution, because the 6x6x terms match before cc is chosen. Students who distribute as 6x+56x+5 get c=5c=5; students who never distribute at all read the coefficient as 33 and answer with a value of xx instead of cc.

Worked example 3 — fractions, and whether to backsolve

Stem. Solve for xx:

2x15+3=x+72\frac{2x-1}{5} + 3 = \frac{x+7}{2}

Decide first. Two different denominators and a variable on both sides. If this item came with choices, testing them means four substitutions into two fractions — slower and more error-prone than clearing the denominators once. Algebra wins here.

Step 1 — multiply every term by 10. Including the 33, which is not a fraction and is the term most often left behind.

2(2x1)+30=5(x+7)2(2x-1) + 30 = 5(x+7)

Step 2 — distribute and collect.

4x2+30=5x+354x+28=5x+354x - 2 + 30 = 5x + 35 \quad\Rightarrow\quad 4x + 28 = 5x + 35 2835=5x4xx=728 - 35 = 5x - 4x \quad\Rightarrow\quad x = -7

Check. Left side: 2(7)15+3=155+3=3+3=0\frac{2(-7)-1}{5} + 3 = \frac{-15}{5} + 3 = -3 + 3 = 0. Right side: 7+72=0\frac{-7+7}{2} = 0. Both sides are 00. Answer: x=7x = -7.

Trap watch. Multiplying only the two fractions by 10 and leaving the 33 alone gives 4x2+3=5x+354x - 2 + 3 = 5x + 35, or x=34x = -34 — the classic incomplete-clearing error. And a negative answer feels wrong on a stem full of positive numbers, which is precisely why the check exists.

Practice

Answer before you open the explanation. Two items are student-produced response (type the number — no choices to eliminate, no backsolving available), and four are about solution counts rather than solutions. Every wrong choice below is a specific error, named; when you miss one, log the name, not the item.

12 questions — 10 multiple choice, 2 student-produced response. Every wrong choice has its own explanation.

Question 1 Warm-up

If 7x + 9 = 3x - 11, what is the value of x?

Show the answer Choice A

Why it is right

Collect the variable terms on one side and the constants on the other. Subtracting 3x from both sides gives 4x + 9 = -11, and subtracting 9 from both sides gives 4x = -20, so x = -20 / 4 = -5. Check by substituting: the left side is 7(-5) + 9 = -35 + 9 = -26 and the right side is 3(-5) - 11 = -15 - 11 = -26, so both sides match.

Why each other choice fails

Choice B
Comes from adding the variable terms instead of subtracting: 7x + 3x = 10x, then -20 / 10 = -2. Moving 3x across the equals sign makes it -3x, so the coefficients subtract to 4x.
Choice C
Comes from adding 9 to both sides instead of subtracting it: -11 + 9 = -2 gives 4x = -2 and x = -0.5. A term that is added on the left must be subtracted from both sides to move it.
Choice D
Right magnitude, wrong sign: it treats -11 - 9 as 20 rather than -20. Both constants end up on the right as negatives, so their sum is -20.

Question 2 Standard

If 3(2x - 5) = 4x + 7, what is the value of x?

Show the answer Choice D

Why it is right

Distribute the 3 across both terms inside the parentheses: 3(2x) = 6x and 3(-5) = -15, so the equation becomes 6x - 15 = 4x + 7. Subtracting 4x from both sides gives 2x - 15 = 7, and adding 15 to both sides gives 2x = 22, so x = 11. Check: the left side is 3(2(11) - 5) = 3(17) = 51 and the right side is 4(11) + 7 = 51.

Why each other choice fails

Choice A
Loses the sign inside the parentheses, distributing 3(2x - 5) as 6x + 15. That gives 2x = -8 and x = -4. The 3 multiplies -5, not 5.
Choice B
22 / 10 = 2.2, from moving 4x to the left by adding it: 6x + 4x = 10x. A term crossing the equals sign changes sign, so the coefficients subtract to 2x.
Choice C
Distributes the 3 to the variable term only, reading 3(2x - 5) as 6x - 5. That gives 2x = 12 and x = 6. The factor outside multiplies every term inside.

Question 3 Standard

If 5x - 8 = 22, what is the value of x + 4?

Show the answer Choice B

Why it is right

Solve the equation first, then answer the question that was asked. Adding 8 to both sides gives 5x = 30, so x = 6. The stem asks for x + 4, not for x, so substitute: x + 4 = 6 + 4 = 10. Check the original equation with x = 6: 5(6) - 8 = 30 - 8 = 22, which matches the stem.

Why each other choice fails

Choice A
This is x itself. The algebra is correct but the ask was x + 4 — the classic wrong-quantity miss, and the reason the value of x always appears among the choices.
Choice C
Adds 4 to the number on the right side of the equation (22 + 4) instead of to the solution. The 4 attaches to x, not to the total.
Choice D
Stops at the intermediate line 5x = 30 and reports 30. That is the value of 5x, not of x + 4.

Question 4 Standard

What value of x satisfies the equation x/3 + 5 = x/2 - 1 ?

Show the answer Choice D

Why it is right

Multiply every term by the common denominator 6, including the terms that are not fractions: 6(x/3) + 6(5) = 6(x/2) - 6(1), which gives 2x + 30 = 3x - 6. Subtracting 2x from both sides gives 30 = x - 6, so x = 36. Check: 36/3 + 5 = 12 + 5 = 17 and 36/2 - 1 = 18 - 1 = 17, so both sides equal 17.

Why each other choice fails

Choice A
Right magnitude, wrong sign. It comes from collecting the variable terms on the left as -x/6 = -6 and then dividing as if one of the two minus signs were not there.
Choice B
Multiplies only the fraction terms by 6 and leaves 5 and -1 untouched, giving 2x + 5 = 3x - 1 and x = 6. Clearing denominators means multiplying every term in the equation.
Choice C
Drops the minus sign on the -1, solving 2x + 30 = 3x + 6 to get x = 24. The 1 is subtracted in the stem, so after multiplying by 6 it is -6.

Question 5 Standard

If 2(3x + 4) = 5(x - 2), what is the value of x?

Show the answer Choice A

Why it is right

Distribute on both sides: 2(3x + 4) = 6x + 8 and 5(x - 2) = 5x - 10, so the equation reads 6x + 8 = 5x - 10. Subtracting 5x from both sides gives x + 8 = -10, and subtracting 8 from both sides gives x = -18. Check: the left side is 2(3(-18) + 4) = 2(-50) = -100 and the right side is 5(-18 - 2) = 5(-20) = -100.

Why each other choice fails

Choice B
Distributes the 5 to the variable term only, reading 5(x - 2) as 5x - 2. That gives x + 8 = -2 and x = -10. Every term inside the parentheses gets multiplied.
Choice C
Subtracts 8 from the wrong side, computing -10 + 8 = -2 instead of -10 - 8 = -18. Moving +8 off the left means subtracting 8 from the right as well.
Choice D
Loses the sign inside the second parentheses, reading 5(x - 2) as 5x + 10. That gives x = 2, a positive answer to an equation whose sides are negative at the solution.

Question 6 Harder

In the equation 4(2x + 3) = ax + 15, a is a constant. For what value of a does the equation have no solution?

Show the answer Choice C

Why it is right

Distribute the left side first: 4(2x + 3) = 8x + 12, so the equation is 8x + 12 = ax + 15. An equation has no solution when the variable terms are identical but the constants differ, because subtracting the variable term leaves a false statement. Setting a = 8 gives 8x + 12 = 8x + 15, which reduces to 12 = 15 — false for every x, so there is no solution. Any other value of a leaves different coefficients, so the terms do not cancel and exactly one solution exists.

Why each other choice fails

Choice A
Reads the coefficient of x inside the parentheses (2) without multiplying by the 4 outside. With a = 2 the equation is 8x + 12 = 2x + 15, which solves to x = 0.5 — one solution, not none.
Choice B
Uses the factor outside the parentheses (4) as if it were the coefficient of x. With a = 4 the equation solves to x = 0.75, so it has exactly one solution.
Choice D
Matches the constant term 12 rather than the variable coefficient. Constants never decide whether the terms cancel; with a = 12 the equation solves to x = -0.75.

Question 7 Harder

In the equation 5(2x - 3) + k = 10x - 7, k is a constant. If the equation has infinitely many solutions, what is the value of k?

Show the answer Choice C

Why it is right

Distribute the left side: 5(2x - 3) = 10x - 15, so the equation reads 10x - 15 + k = 10x - 7. The variable terms are already identical, so x cancels and the constants alone decide the outcome: infinitely many solutions requires -15 + k = -7, which gives k = -7 + 15 = 8. Check with k = 8: the left side becomes 10x - 15 + 8 = 10x - 7, exactly the right side, so every value of x works.

Why each other choice fails

Choice A
Subtracts instead of adding when isolating k: -7 - 15 = -22. Because -15 sits on the same side as k, it moves across as +15.
Choice B
Reverses the subtraction, computing -7 + (-15) as 7 - 15 = -8. With k = -8 the equation reduces to -23 = -7, which is false for every x — that is no solution, not infinitely many.
Choice D
Adds the two constants' magnitudes, 15 + 7. That would make the left side 10x + 7, which does not match 10x - 7.

Question 8 Harder

Which of the following equations has no solution?

Show the answer Choice B

Why it is right

Distribute the left side of every choice to 3x - 6, then compare it with the right side. In choice B the equation becomes 3x - 6 = 3x + 6; subtracting 3x from both sides leaves -6 = 6, a false statement with no x in it, so no value of x can satisfy the equation. That is the structural signature of no solution: matching variable terms on both sides, different constants.

Why each other choice fails

Choice A
3x - 6 = 3x - 6 is the same expression on both sides, so every value of x works. This has infinitely many solutions, which is the opposite outcome.
Choice C
3x - 6 = 2x - 6 gives x = 0. Zero is a perfectly good solution, so this equation has exactly one — an answer of 0 is not the same as no answer.
Choice D
3x - 6 = -3x + 6 has different coefficients, so the variable terms do not cancel: 6x = 12 and x = 2. Exactly one solution.

Question 9 Harder Student-produced response

If (3/4)x - 5 = 7, what is the value of x/2 ?

Show the answer 8

Why it is right

Add 5 to both sides: (3/4)x = 12. Divide by the coefficient 3/4, which means multiplying by its reciprocal 4/3: x = 12 * (4/3) = 16. The stem asks for x/2, not for x, so finish the ask: x/2 = 16/2 = 8. Check the original equation: (3/4)(16) - 5 = 12 - 5 = 7.

Answers students type instead

9
Multiplies 12 by 3/4 instead of dividing by it. To undo multiplication by 3/4 you multiply by 4/3, which enlarges 12 to 16 rather than shrinking it to 9.
12
Stops at the intermediate line (3/4)x = 12 and reports 12, the value of three quarters of x rather than half of it.
16
This is x itself — a correct solve reported as the wrong quantity. With no answer choices to warn you, the finishing step is entirely on you.

Question 10 Hardest

The equation 3t = 5(w - 2) + t relates the quantities t and w. Which equation correctly expresses w in terms of t?

Show the answer Choice B

Why it is right

Treat w as the unknown and t as a number you simply carry along. Distributing gives 3t = 5w - 10 + t. Subtract t from both sides: 2t = 5w - 10. Add 10 to both sides: 2t + 10 = 5w. Divide every term on the left by 5: w = (2t + 10)/5. Check with t = 5, which makes w = 20/5 = 4: the original equation reads 3(5) = 5(4 - 2) + 5, or 15 = 15.

Why each other choice fails

Choice A
Moves the -10 across the equals sign without changing its sign. Because -10 is subtracted on the right, it must be added to the left, giving 2t + 10 rather than 2t - 10.
Choice C
Adds the lone t to 3t instead of subtracting it: 3t + t = 4t. The t sits on the opposite side from the 3t, so removing it subtracts, leaving 2t.
Choice D
Divides only the first term by 5 and leaves the 10 whole. The entire quantity 2t + 10 is divided by 5, so the 10 becomes 2, not 10.

Question 11 Hardest Student-produced response

What value of x satisfies the equation 2(5x - 3) = 4(x + 6) + 2x ?

Show the answer 7.5

Why it is right

Distribute on both sides: the left becomes 10x - 6, and the right becomes 4x + 24 + 2x, which combines to 6x + 24. So 10x - 6 = 6x + 24. Subtracting 6x from both sides gives 4x - 6 = 24, and adding 6 gives 4x = 30, so x = 30/4 = 7.5. Either 7.5 or the exact fraction 15/2 is a valid grid-in entry. Check: 2(5(7.5) - 3) = 2(34.5) = 69, and 4(7.5 + 6) + 2(7.5) = 54 + 15 = 69.

Answers students type instead

3
Distributes the 4 to the variable term only, reading 4(x + 6) as 4x + 6. That gives 4x = 12 and x = 3.
5
Ignores the trailing 2x on the right, solving 10x - 6 = 4x + 24 to get 6x = 30 and x = 5. Combine like terms on a side before moving anything across.
4.5
Loses the sign inside the first parentheses, reading 2(5x - 3) as 10x + 6. That gives 4x = 18 and x = 4.5.

Question 12 Hardest

In the equation ax - 12 = 3(x + 4) - 5x, a is a constant. For what value of a does the equation have no solution?

Show the answer Choice B

Why it is right

Simplify the right side before comparing anything: 3(x + 4) - 5x = 3x + 12 - 5x = -2x + 12. The equation is now ax - 12 = -2x + 12. Collecting the variable terms gives (a + 2)x = 24. There is no solution exactly when the variable term vanishes while the constant does not, so a + 2 = 0 and a = -2, leaving 0 = 24, which is false for every x. Note that no value of a produces infinitely many solutions here, since that would require the constant to be 0 as well.

Why each other choice fails

Choice A
Matches only the -5x term on the right and ignores the +3x that comes from distributing. With a = -5 the equation gives -3x = 24 and x = -8: one solution.
Choice C
Sign slip in combining 3x - 5x, treating it as +2x. With a = 2 the equation gives 4x = 24 and x = 6, so the equation has exactly one solution.
Choice D
Uses the 3 outside the parentheses as the right side's coefficient, ignoring the -5x entirely. With a = 3 the equation gives 5x = 24 and x = 4.8: one solution.

Common mistakes

  1. Answering xx when the ask was an expression — the top scorer among wrong answers here, and the value of xx is always one of the four choices.
  2. Stopping at the intermediate line — reporting 3x=273x = 27 as 2727, or 34x=12\frac{3}{4}x = 12 as 1212.
  3. Distributing to the first term only4(x3)4(x-3) becoming 4x34x - 3. The factor outside multiplies every term inside.
  4. Losing a sign in front of parentheses2(x5)-2(x-5) becoming 2x10-2x - 10. A leading minus flips both signs, not one.
  5. Clearing fractions halfway — multiplying the fraction terms by the common denominator and leaving the whole numbers untouched.
  6. Confusing no solution with infinitely many — matching variable terms only tell you which of the two you are in; the constants decide it.
  7. Reading x=0x = 0 as “no solution” — zero is a perfectly good solution, and an equation that produces it has exactly one.
  8. Solving for the constant’s letter as if it were the unknown — in aa is a constant” items, aa is what you are asked for; xx never gets a value.
  9. Dividing before collecting — splitting an equation by the coefficient while variable terms remain on both sides multiplies the work and the sign risk.

FAQ

Should I check every answer by substituting? No — a full check roughly doubles the time on an item you probably got right. Check when the numbers turned ugly, when the answer’s sign surprised you, or when you had to distribute a negative. Those three situations cover almost every wrong key on this skill.

Is backsolving cheating myself out of the algebra? It is a legitimate tool with a narrow window: use it on fraction-heavy choices or when you are stuck. It is unavailable on the two archetypes that separate scores — student-produced responses and solution-count items — so it cannot be your only method.

Why does an equation with a letter like aa in it still count as “one variable”? Because aa is a fixed number the item has not told you yet, not a second unknown. The variable is xx; aa is a dial the question is setting. Two genuine unknowns would make it a system.

If I get x=0x = 0, did I do something wrong? Almost certainly not. Zero is a solution like any other, and classification items include it on purpose to bait an answer of “no solution”.

Fraction or decimal for a grid-in? Either, as long as it is exact. 15/215/2 and 7.57.5 both score; a rounded 0.330.33 for 1/31/3 does not. When a solve leaves an awkward fraction, enter the fraction and skip the division entirely.