DSAT-1.4

Systems of Two Linear Equations

Master SAT systems of two linear equations: substitution, elimination with scaling, classifying no/infinite solutions, and spotting combination questions.

What you'll do in this lesson

A voice-first session with the Crimsora tutor on Systems of Two Linear Equations, then targeted practice and FRQs — with the tutor adapting to where you get stuck.

What this lesson covers

On the Digital SAT you will regularly meet two equations sharing two unknowns, and your job is to find where those lines meet. Sometimes the test wants both values; sometimes it slips in a shortcut, asking only for something like x+yx+y or 3a2b3a-2b. Knowing which situation you face saves precious time.

This lesson sharpens two solving methods, substitution and elimination, shows how to scale equations before eliminating, and teaches you to read coefficient ratios to instantly classify systems with no solution or infinitely many solutions. You will also learn to recognize when solving for each variable is a trap that wastes time.

Substitution vs. Elimination

A system of two linear equations describes two lines; its solution is the point (x,y)(x,y) where they intersect. Two algebraic methods find that point.

Substitution works best when one variable is already isolated or easy to isolate. Solve one equation for a variable, then plug that expression into the other equation, reducing it to a single variable you can solve directly.

Elimination works best when both equations are in standard form Ax+By=CAx+By=C. You add or subtract the equations so that one variable cancels. Often you must first multiply one or both equations by a constant so a variable's coefficients match in size.
MethodBest whenFirst move
Substitutiona variable has coefficient 11 or is isolatedisolate one variable
Eliminationboth equations in Ax+By=CAx+By=C formscale to match a coefficient
A common misconception is that one method is always faster. The Digital SAT rewards flexibility: scan the equations first, then pick the method that requires the least arithmetic. Whichever you use, always find the value the question actually requests, and check by plugging back into both original equations when time allows.

Scaling Before Eliminating

Elimination often fails on the first glance because coefficients do not match. The fix is scaling: multiply an entire equation by a constant so that one variable's coefficients become opposites or equals.

Suppose you have 2x+3y=132x+3y=13 and 5xy=75x-y=7. To eliminate yy, notice the second equation has y-y. Multiply it by 33 to get 15x3y=2115x-3y=21. Now add it to the first equation: (2x+15x)+(3y3y)=13+21(2x+15x)+(3y-3y)=13+21, giving 17x=3417x=34, so x=2x=2. Substitute back: 5(2)y=75(2)-y=7, so y=3y=3.

When both coefficients are awkward, scale both equations. For 4x+6y=104x+6y=10 and 3x+5y=73x+5y=7, eliminate xx by multiplying the first by 33 and the second by 44: 12x+18y=3012x+18y=30 and 12x+20y=2812x+20y=28. Subtract: 2y=2-2y=2, so y=1y=-1, then x=4x=4.

The key skill is choosing which variable is cheaper to eliminate. Look for a coefficient of 11, matching coefficients, or a small least common multiple. Multiply every term, including the constant on the right side, or the equation is no longer equivalent, a mistake that quietly wrecks answers.

Classifying Solutions from Coefficient Ratios

Not every system has one solution. Write both equations as A1x+B1y=C1A_1x+B_1y=C_1 and A2x+B2y=C2A_2x+B_2y=C_2, then compare the ratios of corresponding coefficients.
ConditionMeaningSolutions
A1A2B1B2\frac{A_1}{A_2}\neq\frac{B_1}{B_2}lines cross onceexactly one
A1A2=B1B2C1C2\frac{A_1}{A_2}=\frac{B_1}{B_2}\neq\frac{C_1}{C_2}parallel, never meetnone
A1A2=B1B2=C1C2\frac{A_1}{A_2}=\frac{B_1}{B_2}=\frac{C_1}{C_2}same lineinfinitely many
Think of it graphically: same slope but different intercepts means parallel lines and no solution; identical equations (one is a multiple of the other) means every point works, so infinitely many solutions.

The SAT often gives an equation with an unknown constant, such as kx+6y=10kx+6y=10, and asks for the value of kk that produces no solution or infinitely many. Match the ratios. For infinitely many, the entire second equation must be a constant multiple of the first, including the constant term. For no solution, the xx and yy ratios match but the constant ratio differs. Students frequently confuse these two cases, so check the constant term carefully before choosing.

Combination Questions: Don't Over-Solve

Some of the fastest SAT wins come from questions that ask for a combination of variables, not the individual values. If a problem asks for x+yx+y or 2ab2a-b, you may be able to add or subtract the equations once and read the answer.

Example: given 3x+2y=113x+2y=11 and x+2y=7x+2y=7, subtracting gives 2x=42x=4, but if the question wanted 4x+4y4x+4y, add the equations: 4x+4y=184x+4y=18. Done, without ever isolating xx or yy.

The strategy is to look at the target expression first. Ask whether a single addition, subtraction, or scaling of the two equations produces exactly that expression. If it does, you skip the full solve entirely.

When the target is not an obvious linear combination, solve normally, then compute the requested expression. The mistake to avoid is automatically solving for each variable and forgetting what was asked, or solving for xx when the question wanted yy. Underline the target expression before you start. On the Digital SAT's built-in scratchpad, jotting the requested quantity first keeps you focused and prevents the classic error of stopping one step too early or one step too late.

Key terms

System of linear equations.
Two or more linear equations considered together; the solution is the set of variable values satisfying all of them simultaneously.
Substitution method.
Solving a system by isolating one variable in one equation and replacing it in the other, reducing to a single-variable equation.
Elimination method.
Adding or subtracting equations, often after scaling, so one variable cancels, leaving a single-variable equation.
Scaling.
Multiplying an entire equation by a nonzero constant to produce matching coefficients for elimination; every term must be multiplied.
No solution.
A system whose lines are parallel: equal coefficient ratios for the variables but a different constant ratio.
Infinitely many solutions.
A system in which one equation is a constant multiple of the other, so all coefficient and constant ratios are equal.
Coefficient ratio.
The comparison A1A2\frac{A_1}{A_2}, B1B2\frac{B_1}{B_2}, C1C2\frac{C_1}{C_2} used to classify how many solutions a system has.
Combination question.
A prompt asking for an expression like x+yx+y rather than each variable, often solved by adding or subtracting equations directly.

Worked example

The system 3x+4y=103x+4y=10 and 2xy=82x-y=8 is given. What is the value of x+yx+y?
First notice the question asks for x+yx+y, so keep an eye out for a shortcut, but here a direct combination is not obvious, so solve the system.

Elimination is efficient because the second equation has a simple y-y. Multiply the second equation by 44 to match the 4y4y in the first: 8x4y=328x-4y=32.

Add this to the first equation: (3x+8x)+(4y4y)=10+32(3x+8x)+(4y-4y)=10+32, giving 11x=4211x=42, so x=4211x=\frac{42}{11}.

That is messy, which is a signal to recheck by eliminating xx instead. Multiply the first equation by 22 and the second by 33: 6x+8y=206x+8y=20 and 6x3y=246x-3y=24. Subtract: 11y=411y=-4, so y=411y=-\frac{4}{11}.

Now combine: x+y=4211+(411)=3811x+y=\frac{42}{11}+\left(-\frac{4}{11}\right)=\frac{38}{11}.

Check in the second original equation: 2(4211)(411)=8411+411=8811=82\left(\frac{42}{11}\right)-\left(-\frac{4}{11}\right)=\frac{84}{11}+\frac{4}{11}=\frac{88}{11}=8. Correct. So x+y=3811x+y=\frac{38}{11}.

Practice questions

For what value of kk does the system kx+3y=9kx+3y=9 and 4x+6y=184x+6y=18 have infinitely many solutions?
  1. k=2k=2
  2. k=3k=3
  3. k=4k=4
  4. k=6k=6

Answer: k=2k=2

Infinitely many solutions require one equation to be a constant multiple of the other. Compare the second equation to the first: 63=2\frac{6}{3}=2 and 189=2\frac{18}{9}=2, so the multiple is 22. Then the xx coefficient must satisfy 4k=2\frac{4}{k}=2, giving k=2k=2. Check: multiplying 2x+3y=92x+3y=9 by 22 yields exactly 4x+6y=184x+6y=18, confirming the same line.
Given 5x+2y=195x+2y=19 and 5x3y=45x-3y=4, find the value of yy, then explain the fastest elimination path.

Answer: y=3y=3

Both equations already share the coefficient 55 on xx, so subtracting eliminates xx immediately with no scaling: (5x+2y)(5x3y)=194(5x+2y)-(5x-3y)=19-4 gives 5y=155y=15, so y=3y=3. Recognizing the matching xx coefficients is the fastest path—scaling would only add work. Substituting back, 5x+2(3)=195x+2(3)=19 gives x=135x=\frac{13}{5} if needed, but the question only asked for yy.
The system 2x+3y=122x+3y=12 and 6x+9y=306x+9y=30 is given. How many solutions does it have?
  1. Exactly one
  2. No solution
  3. Infinitely many
  4. Cannot be determined

Answer: No solution

Compare ratios: 26=13\frac{2}{6}=\frac{1}{3} and 39=13\frac{3}{9}=\frac{1}{3} match, so the lines are parallel. But the constant ratio 1230=25\frac{12}{30}=\frac{2}{5} differs. Equal variable ratios with a different constant ratio means parallel, non-identical lines that never intersect, so there is no solution.

FAQ

How do I know whether to use substitution or elimination?
Scan the equations first. If a variable already has a coefficient of 11 or is isolated, substitution is quick. If both equations are in Ax+By=CAx+By=C form with tidy coefficients, elimination—possibly after scaling—is usually faster. Either method gives the same answer, so pick the one with less arithmetic.
What is the difference between no solution and infinitely many solutions?
Both cases have matching variable coefficient ratios (parallel lines). If the constant term ratio is different, the lines are parallel but distinct, so there is no solution. If the constant ratio also matches, the two equations are the same line, giving infinitely many solutions.
Why does the SAT sometimes ask for x plus y instead of x and y separately?
Because you can often find the combination faster than the individual values by adding or subtracting the equations once. It tests whether you read the question carefully. Always underline the exact expression requested before solving so you don't waste time or stop at the wrong step.
Do I have to multiply the constant term when I scale an equation?
Yes. Scaling means multiplying every term—both variable terms and the constant on the right side—by the same number. Skipping the constant produces a non-equivalent equation and a wrong answer, one of the most common careless mistakes on these problems.

Learn this with a teacher, not a page

The Crimsora tutor teaches Systems of Two Linear Equations live — explaining on a whiteboard, asking you questions, and adapting to where you get stuck.