Digital SAT Math · Algebra

Systems of linear equations

Digital SAT Math · Algebra

Two equations, two unknowns — the algebra is rarely what costs points here. The gap between a 30-second solve and a three-minute grind is which tool you reach for, and that is decided by the shape of the equations before you write a single line. The second half of the battle is finishing on the quantity that was actually named: x+yx+y, not xx.

On the test

DomainAlgebra (score report)
What it looks likeTwo linear equations, then a question about their solution — or about how many solutions exist
Often asked“What is the value of x+yx+y?”, “For what value of kk…?”, “How many solutions…?”, “Which system represents…?”
FormatMultiple choice and student-produced response
CalculatorDesmos is built into Bluebook and is frequently the fastest route on this skill

Recognition cues: two equations stacked in a box, a lone constant named kk, aa, or cc, and the stem phrase “the solution to the given system of equations is (x,y)(x, y).”

Pattern recognition

Four shapes cover almost every item:

  1. A variable is already alone — one equation reads y=y = \ldots or x=x = \ldots.
  2. Coefficients match or oppose5x5x and 5x-5x; 3y3y and 6y6y; mirrored pairs like 5x+3y5x+3y and 3x+5y3x+5y.
  3. A named constant plus a solution-count questionkk appears and the stem says no solution or infinitely many.
  4. Ugly numbers or a graph — decimals, awkward fractions, or the item hands you a coordinate plane.

Method

  1. Label, if there are words. Two totals in a story means two equations — one usually counts things, the other counts money (or weight, or time). Write the units next to each equation.
  2. Shape check. Name the tool from the box above before touching the numbers.
  3. Kill one variable. Substitute the isolated expression, or add/subtract the equations after scaling every term — constant included.
  4. Back-substitute into the equation you did not manipulate. That gives the second variable and a free error check in one step.
  5. Answer the asked combination. Underline the ask first: xx, yy, x+yx+y, 2xy2x-y, kk, or a solution count. Then unit-check it — a price can never answer a “how many” question.
What you seeToolWhy it wins
y=4xy = 4x or x=y+4x = y + 4substitutionnothing to rearrange first
5x5x and 5x-5x; 4y4y and 2y-2yeliminationone addition, or one doubling, ends it
mirrored pair and the ask is x+yx+yadd the equationsthe sum appears without ever finding xx
a constant kk with “no solution”slope comparisonthere is nothing to solve for
decimals, fractions, “which is the solution”Desmostyping beats rearranging

Counting solutions without solving

For a1x+b1y=c1a_1x + b_1y = c_1 and a2x+b2y=c2a_2x + b_2y = c_2, compare three ratios:

  • a1/a2b1/b2a_1/a_2 \neq b_1/b_2 → different slopes → the lines cross once → exactly one solution
  • a1/a2=b1/b2c1/c2a_1/a_2 = b_1/b_2 \neq c_1/c_2 → parallel → no solution
  • a1/a2=b1/b2=c1/c2a_1/a_2 = b_1/b_2 = c_1/c_2 → the same line twice → infinitely many solutions

Faster in practice: scale one equation until its xx-terms match the other’s. If the yy-terms line up too, the system is degenerate — then the constants alone decide between none and infinitely many. A parameter item (“for what value of kk…”) is this test run backwards: you are told the answer is none and asked which kk makes the slopes agree.

Worked example 1 — mirrored coefficients, combination ask

Stem.

7x+2y=412x+7y=407x + 2y = 41 \qquad 2x + 7y = 40

What is the value of x+yx + y?

Shape check. The coefficients are mirrored (7 and 2, then 2 and 7) and the ask is a sum. Add the equations.

Add.

9x+9y=81x+y=99x + 9y = 81 \quad\Rightarrow\quad x + y = 9

Check. Solving the whole way: subtracting gives 5x5y=15x - 5y = 1, so xy=0.2x - y = 0.2; with x+y=9x+y=9 that puts x=4.6x = 4.6 and y=4.4y = 4.4. Substituting into the first equation, 7(4.6)+2(4.4)=32.2+8.8=417(4.6) + 2(4.4) = 32.2 + 8.8 = 41. And 4.6+4.4=94.6 + 4.4 = 9. Answer: 9.

Trap watch. The individual values are decimals. Anyone who insists on finding xx and yy first spends triple the time and invites a rounding slip — on a mirrored system the sum is one addition away.

Worked example 2 — isolated variable, in context

Stem. A field trip fills 4 vans and 3 buses with exactly 192 students, and each bus holds 4 times as many students as a van. How many students does one bus hold?

Step 1 — label. vv = students per van, bb = students per bus.

Step 2 — build.

4v+3b=192b=4v4v + 3b = 192 \qquad b = 4v

Step 3 — shape check. bb is already isolated, so substitute.

4v+3(4v)=19216v=192v=124v + 3(4v) = 192 \quad\Rightarrow\quad 16v = 192 \quad\Rightarrow\quad v = 12

Step 4 — finish the ask. b=4(12)=48b = 4(12) = 48.

Check. 4(12)+3(48)=48+144=1924(12) + 3(48) = 48 + 144 = 192. Answer: 48 students per bus.

Trap watch. 1212 is the van capacity — correct arithmetic, wrong vehicle. The stem named the bus.

Worked example 3 — a constant and “no solution”

Stem.

kx9y=122x+3y=5kx - 9y = 12 \qquad 2x + 3y = 5

kk is a constant. For what value of kk does the system have no solution?

Do not solve. No solution means parallel lines: equal slopes, different intercepts.

Slopes. Rearranging the first equation, 9y=kx129y = kx - 12, so y=k9x43y = \frac{k}{9}x - \frac{4}{3} and its slope is k/9k/9. The second has slope 2/3-2/3.

k9=23k=6\frac{k}{9} = -\frac{2}{3} \quad\Rightarrow\quad k = -6

Check — and rule out “infinitely many.” With k=6k=-6 the first equation is 6x9y=12-6x - 9y = 12; dividing by 3-3 gives 2x+3y=42x + 3y = -4. Same left side as the second equation, different constant (4-4 versus 55) — parallel, so no solution. Had the constants matched, the correct label would have been infinitely many instead. Answer: k=6k = -6.

Trap watch. Sign discipline. Dropping the minus gives k=6k = 6, whose slope is +2/3+2/3 — those lines cross, so that system has exactly one solution.

Practice

Answer before opening the explanation. Two items are student-produced response (type the number, no choices), and one is read from a graph. Every wrong choice below is a specific error someone actually makes — find yours and log it.

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

Question 1 Warm-up

If y = 2x - 3 and 3x + y = 17, what is the value of x?

Show the answer Choice B

Why it is right

One equation already has y by itself, so substitution is the fast route: replace y in the second equation with 2x - 3. That gives 3x + (2x - 3) = 17, so 5x - 3 = 17, then 5x = 20 and x = 4. Check both equations with x = 4 and y = 2(4) - 3 = 5: 3(4) + 5 = 17 and y = 5 matches 2(4) - 3.

Why each other choice fails

Choice A
Subtracts the 3 instead of adding it when clearing the constant: 5x = 17 - 3 = 14 gives x = 2.8. Substitution puts -3 on the left side, so 3 must be added to both sides.
Choice C
5 is the value of y. The system solves to (4, 5), but the question asks for x — wrong variable reported.
Choice D
Stops at the intermediate line 5x = 20 and reports 20 without dividing by 5.

Question 2 Standard

For the system 5x + 3y = 29 and 3x + 5y = 27, what is the value of x + y?

Show the answer Choice C

Why it is right

The x- and y-coefficients are mirrored (5 and 3, then 3 and 5), which is the signal to add the equations rather than solve for each variable. Adding: (5x + 3x) + (3y + 5y) = 29 + 27, so 8x + 8y = 56, and dividing by 8 gives x + y = 7 in one step. Confirming the long way, x = 4 and y = 3: 5(4) + 3(3) = 29 and 3(4) + 5(3) = 27, and 4 + 3 = 7.

Why each other choice fails

Choice A
1 is x - y, which comes from subtracting the equations (2x - 2y = 2). Subtracting produces a different combination than the one asked for.
Choice B
4 is x by itself. The algebra is finished correctly but the requested combination x + y is never evaluated — the signature wrong-quantity miss on this skill.
Choice D
Stops at 8x + 8y = 56 and reports the constant without dividing by 8.

Question 3 Standard

A school play sold adult tickets for $9 each and student tickets for $5 each. A total of 240 tickets were sold, and ticket sales totaled $1,660. Which system of equations represents this situation, where a is the number of adult tickets sold and s is the number of student tickets sold?

Show the answer Choice A

Why it is right

Two different quantities are totalled, so each gets its own equation. Counting tickets: a + s = 240. Counting dollars: adults bring in 9a dollars and students 5s dollars, so 9a + 5s = 1660. The units are the check — the first equation has tickets on both sides, the second has dollars on both sides. Solving confirms it works: a = 115, s = 125, since 115 + 125 = 240 and 9(115) + 5(125) = 1035 + 625 = 1660.

Why each other choice fails

Choice B
Swaps the two totals: 240 is a count of tickets and 1,660 is an amount of money, so 240 cannot be the value of a money expression. A unit check kills this choice instantly.
Choice C
Attaches each price to the wrong ticket type. Adults cost $9, so 9 must multiply a, not s. (This system solves to a = 125, s = 115 — the counts come out swapped.)
Choice D
Adds the two prices and charges $14 for every ticket sold, as if each sale were both an adult and a student ticket. It also contradicts the first equation: 14(240) = 3360, not 1660.

Question 4 Standard

How many solutions (x, y) does the system 2x - 6y = 9 and x - 3y = 4 have?

Show the answer Choice A

Why it is right

Compare structure instead of solving. Multiplying the second equation by 2 gives 2x - 6y = 8, which has the same left side as the first equation but a different constant (8 versus 9). No pair (x, y) can make 2x - 6y equal both 8 and 9. In slope form the lines are y = x/3 - 3/2 and y = x/3 - 4/3: equal slopes, different y-intercepts, so they are parallel and never meet. Zero solutions.

Why each other choice fails

Choice B
Assumes any two linear equations must cross somewhere. Slopes must be compared first: both lines here have slope 1/3, so they run parallel and share no point.
Choice C
Two straight lines meet at most once, so a linear system can never have exactly two solutions. This choice usually comes from counting the two equations rather than the solutions.
Choice D
Infinitely many solutions requires the equations to be multiples of each other including the constants. Scaling the second equation by 2 gives constant 8, not 9, so the lines are parallel rather than identical.

Question 5 Standard

The solution to the system 5x + 2y = 23 and -5x + 6y = 9 is (x, y). What is the value of y?

Show the answer Choice B

Why it is right

The x-terms are already opposites (5x and -5x), so the equations can be added with no scaling at all: (5x - 5x) + (2y + 6y) = 23 + 9 gives 8y = 32, so y = 4. Back-substitute to check: 5x + 2(4) = 23 gives 5x = 15 and x = 3, and the second equation holds too, since -5(3) + 6(4) = -15 + 24 = 9.

Why each other choice fails

Choice A
3 is x, not y. The solution is (3, 4) and the question names y specifically.
Choice C
Divides the sum 32 by 2 — the number of equations — instead of by 8, the combined coefficient of y.
Choice D
Stops at 8y = 32 and reports the constant on the right side without dividing.

Question 6 Harder

In the system kx + 6y = 15 and 4x + 3y = 7, k is a constant. For what value of k does the system have no solution?

Show the answer Choice D

Why it is right

No solution means the lines are parallel: equal slopes, different y-intercepts. Solving each for y, the first line has slope -k/6 and the second has slope -4/3. Setting -k/6 = -4/3 gives k = 24/3 = 8. Then confirm the lines are parallel and not identical: with k = 8 the first equation is 8x + 6y = 15, while doubling the second gives 8x + 6y = 14. Same left side, different constants, so the two lines never meet.

Why each other choice fails

Choice A
Sign slip: matching k/6 to -4/3 while leaving the first slope positive gives k = -8. With k = -8 the slopes are 4/3 and -4/3, which are different, so those lines cross and the system has exactly one solution.
Choice B
Copies the x-coefficient 4 straight across without scaling. The y-coefficients are 6 and 3, a factor of 2 apart, so the x-coefficients must be too: k = 2(4) = 8.
Choice C
Inverts the ratio, computing k = 6(3/4) = 4.5 instead of matching -k/6 to -4/3. The slopes would then be -0.75 and about -1.33 — unequal, so the system would have one solution.

Question 7 Harder

For the system 3x + 2y = 27 and x - y = 4, what is the value of 2x - y?

Show the answer Choice C

Why it is right

The second equation isolates cleanly, so substitute: x = y + 4. Then 3(y + 4) + 2y = 27 becomes 5y + 12 = 27, so y = 3 and x = 7. Both equations check: 3(7) + 2(3) = 21 + 6 = 27 and 7 - 3 = 4. The final step is the one that decides the item — evaluate the expression that was asked for: 2x - y = 2(7) - 3 = 11.

Why each other choice fails

Choice A
3 is y by itself, a value produced on the way to the answer but not the quantity requested.
Choice B
7 is x by itself. The system is solved correctly and then abandoned one step early — the most common way to lose this item.
Choice D
Computes 2x + y = 14 + 3 = 17, flipping the sign inside the requested expression.

Question 8 Harder

A valve is opened at time 0. The graph shows the volume of water, in liters, in two tanks x minutes later: tank A is filling and tank B is draining. Which statement about the point where the two lines meet is correct?

0 1 2 3 4 5 6 7 8 0 2 4 6 8 10 12 14 16 18 Tank A Tank B (3, 7) Minutes after the valve opens Water in tank (liters)
Tank A filling and tank B draining. The marked crossing point is the solution of the system.
Show the answer Choice A

Why it is right

The point where the graphs cross is the solution of the system: the one (time, volume) pair that satisfies both models. The marked point sits at 3 on the horizontal axis and 7 on the vertical axis, so the reading is 3 minutes and 7 liters. Both lines confirm it: tank A starts at 1 liter and gains 2 liters per minute, so after 3 minutes it holds 1 + 2(3) = 7 liters; tank B starts at 10 liters and loses 1 liter per minute, so it holds 10 - 3 = 7 liters.

Why each other choice fails

Choice B
Reads the coordinates in the wrong order. The first number of an ordered pair is the horizontal value (minutes) and the second is the vertical value (liters), so (3, 7) means 3 minutes and 7 liters, not the reverse.
Choice C
Reads the two starting volumes off the vertical axis (1 liter for tank A, 10 liters for tank B) instead of the crossing point. Those are the y-intercepts, and the tanks are not equal at that moment.
Choice D
Treats the crossing as the start of a permanent tie. The lines share exactly one point: past 3 minutes tank A keeps rising by 2 liters per minute while tank B keeps falling by 1, so the volumes are equal only at that instant.

Question 9 Harder Student-produced response

The solution to the system 3x + 4y = 26 and 5x - 2y = 26 is (x, y). What is the value of x?

Show the answer 6

Why it is right

The y-coefficients are 4 and -2, so doubling the second equation makes them opposites: 10x - 4y = 52. Every term must be doubled, constant included. Adding that to 3x + 4y = 26 eliminates y: 13x = 78, so x = 6. Back-substituting, 3(6) + 4y = 26 gives 4y = 8 and y = 2, and the untouched second equation checks: 5(6) - 2(2) = 30 - 4 = 26.

Answers students type instead

2
The value of y. The pair is (6, 2) and the question asks for x — wrong variable.
4
Scales only the left side of the second equation (10x - 4y = 26), leaving the constant unmultiplied; adding then gives 13x = 52 and x = 4.
8
The value of x + y. Adding the two coordinates answers a combination that was not asked for.
78
Stops at 13x = 78 and enters the constant without dividing by 13.

Question 10 Hardest

In the system ax + 12y = 30 and 3x + 4y = c, a and c are constants. If the system has infinitely many solutions, what is the value of a + c?

Show the answer Choice B

Why it is right

Infinitely many solutions means the two equations describe the same line, so one is a constant multiple of the other. The y-coefficients reveal the multiplier: 12 / 4 = 3, so the first equation is 3 times the second. Every term must follow that factor, so a = 3(3) = 9 and 30 = 3c, giving c = 10. Check by scaling: 3(3x + 4y = 10) is 9x + 12y = 30, exactly the first equation. Therefore a + c = 9 + 10 = 19.

Why each other choice fails

Choice A
Takes a = 3 by matching the x-coefficient directly instead of scaling it (3 + 10 = 13). Copying one coefficient across works only when the multiplier is 1; here it is 3.
Choice C
Inverts the multiplier and uses 4 / 12 = 1/3, giving a = 1 and c = 90. Scaling the first equation down by 3 would produce constant 10, not 90 — the factor was applied in opposite directions to the two unknowns.
Choice D
Finds a = 9 correctly but multiplies the constant instead of dividing: c = 3(30) = 90, so 9 + 90 = 99. c sits in the smaller equation, so it must be 30 / 3 = 10.

Question 11 Hardest

A cafe blends two coffees: a house roast costing $12 per pound and an espresso roast costing $18 per pound. The finished blend weighs 40 pounds and costs $624 in total. How many pounds of the espresso roast are in the blend?

Show the answer Choice D

Why it is right

Let h and e be the pounds of house and espresso roast. Weight gives h + e = 40; cost gives 12h + 18e = 624. Substituting h = 40 - e into the cost equation: 12(40 - e) + 18e = 624, so 480 + 6e = 624, then 6e = 144 and e = 24 pounds (with h = 16). Check both: 16 + 24 = 40 pounds and 12(16) + 18(24) = 192 + 432 = 624 dollars.

Why each other choice fails

Choice A
Divides the extra cost 624 - 480 = 144 by 18, the espresso price, instead of by 6, the price difference. Swapping one pound from house to espresso adds only the $6 gap, not the full $18.
Choice B
624 / 40 = 15.6 is the average cost per pound of the blend. That is a price in dollars, not a weight in pounds — the units do not match the question.
Choice C
16 is the pounds of house roast. The system is solved correctly and the wrong variable is reported.

Question 12 Hardest Student-produced response

A kayak club offers two payment plans. Plan A charges a one-time $36 membership fee plus $8 for each rental. Plan B charges $12 for each rental and no membership fee. After how many rentals do the two plans cost the same amount?

Show the answer 9

Why it is right

Write a cost model for each plan and set them equal, which is what 'cost the same' means. Plan A: y = 8r + 36. Plan B: y = 12r. So 8r + 36 = 12r, giving 36 = 4r and r = 9 rentals. Check: plan A costs 8(9) + 36 = 108 dollars and plan B costs 12(9) = 108 dollars. The $4 per-rental gap between the plans is what pays off the $36 fee, and 36 / 4 = 9.

Answers students type instead

3
36 / 12 does the same thing with plan B's rate, ignoring plan A's per-rental charge.
108
The cost in dollars at the break-even point. It is the right situation but the wrong quantity — the question asks for a number of rentals.
1.8
Adds the two per-rental rates instead of subtracting them (36 / 20). Only the $4 difference between the plans works against the membership fee.
4.5
36 / 8 divides the fee by plan A's rate alone, ignoring that plan B is charging at the same time.

Common mistakes

  1. Reporting xx when the ask was x+yx+y — the single most expensive habit on this skill, and always a listed choice.
  2. Scaling only part of an equation — doubling 5x2y5x - 2y but leaving the constant alone. Every term, or none.
  3. Subtracting when the signs already oppose — with 5x5x and 5x-5x, adding cancels; subtracting doubles the variable you were trying to remove.
  4. Confusing no solution with infinitely many — equal slopes alone do not decide it; the constants do.
  5. Back-substituting into the equation you just rearranged — it collapses to 0=00 = 0 and checks nothing. Use the untouched equation.
  6. Reading a graph’s intersection in reverse(3,7)(3, 7) is 3 across, 7 up, never the other way round.
  7. Writing one equation in a two-total story — the money equation without the count equation leaves the system unsolvable.
  8. Grinding through decimals by hand while Desmos sits in the toolbar — or the reverse, graphing a system that one addition would have finished.

FAQ

Is elimination always faster than substitution? No — it is faster when a variable’s coefficients already match or oppose, which is most of the time on this test. When one equation reads y=3x1y = 3x - 1, substitution is one move and elimination needs rearranging first.

Can I just use Desmos for every system? Almost, and for messy coefficients you should. It stops being the fastest option on combination asks (it gives the point, not x+yx+y) and on solution-count items, where comparing slopes beats graphing.

Do I need to check my answer? Back-substitute into the equation you did not manipulate — it costs about five seconds and catches the scaling and sign slips that produce most of the wrong choices here.

What if the system has no solution — what do I enter for a grid-in? Solution-count items are multiple choice by design. A student-produced response always has a numeric answer, so if your work says “no solution” on an SPR item, the error is in the work.