Fiveable

📚SAT (Digital) Unit 1 Review

QR code for SAT (Digital) practice questions

Systems of Two Linear Equations in Two Variables

Systems of Two Linear Equations in Two Variables

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025

Systems of two linear equations in two variables are one of the most frequently tested algebra topics on the Digital SAT. You can expect 2–4 questions on this topic across both math modules. These questions range from straightforward "solve this system" problems to word problems where you build the system yourself, to conceptual questions about how many solutions a system has. Mastering both the mechanics (substitution, elimination) and the concepts (what the intersection of two lines means) will earn you reliable points.

Setting Up Systems from Word Problems

Many SAT questions don't hand you two neat equations. Instead, they describe a situation with two unknowns and two constraints, and you need to translate the words into a system of equations in two variables. The key is identifying what your two variables represent and what two relationships connect them.

Example 1: A theater sells adult tickets for $12 and child tickets for $8. On Saturday, 150 tickets were sold for a total of $1,560. How many adult tickets were sold?

Step 1: Define variables. Let aa = number of adult tickets and cc = number of child tickets.

Step 2: Write two equations from the two constraints.

  • Total tickets: a+c=150a + c = 150
  • Total revenue: 12a+8c=156012a + 8c = 1560

Step 3: Solve (using substitution here). From the first equation: c=150ac = 150 - a

Substitute into the second equation: 12a+8(150a)=156012a + 8(150 - a) = 1560

12a+12008a=156012a + 1200 - 8a = 1560

4a=3604a = 360 a=90a = 90

So 90 adult tickets were sold.

Example 2 (Identifying the correct system): A company ships small boxes weighing 3 pounds each and large boxes weighing 7 pounds each. A shipment contains 20 boxes with a total weight of 100 pounds. Which system of equations can be used to find ss, the number of small boxes, and ll, the number of large boxes?

You need two equations that model the constraints:

  • Total number of boxes: s+l=20s + l = 20
  • Total weight: 3s+7l=1003s + 7l = 100

On the SAT, the wrong answer choices will often swap coefficients (putting 7 with ss instead of ll) or use the wrong totals. Always check that each coefficient is attached to the right variable.

Pep mascot
more resources to help you study

Solving Systems: Substitution and Elimination

You need to fluently solve systems of equations using both substitution and elimination, and you should pick the method that's faster for the problem at hand.

Substitution

Use substitution when one equation already has a variable isolated or when isolating a variable requires minimal work.

Example 3: Solve the system y=3x2y = 3x - 2 and 5x+2y=185x + 2y = 18.

Since yy is already isolated, substitute directly: 5x+2(3x2)=185x + 2(3x - 2) = 18

5x+6x4=185x + 6x - 4 = 18

11x=2211x = 22 x=2x = 2

Then y=3(2)2=4y = 3(2) - 2 = 4. The unique solution is (2,4)(2, 4).

Elimination

Use elimination when both equations are in standard form and you can quickly match or cancel coefficients.

Example 4: Solve the system 3x+4y=263x + 4y = 26 and 3x2y=83x - 2y = 8.

The xx-coefficients are already the same. Subtract the second equation from the first: (3x+4y)(3x2y)=268(3x + 4y) - (3x - 2y) = 26 - 8

6y=186y = 18 y=3y = 3

Substitute back: 3x+4(3)=263x + 4(3) = 263x=143x = 14x=143x = \frac{14}{3}

The solution is (143, 3)\left(\frac{14}{3},\ 3\right).

Strategic Shortcut

Sometimes the SAT asks for a combined expression like x+yx + y rather than individual values. Before solving for each variable separately, check whether adding or subtracting the equations gives you what you need directly.

Example 5: If 2x+3y=172x + 3y = 17 and 4x3y=14x - 3y = 1, what is the value of x+yx + y?

Add the two equations: 6x=186x = 18 x=3x = 3

Substitute into the first equation: 6+3y=176 + 3y = 173y=113y = 11y=113y = \frac{11}{3}

So x+y=3+113=203x + y = 3 + \frac{11}{3} = \frac{20}{3}.

But sometimes there's an even faster path. Always glance at what the question actually asks before you start grinding through algebra. Making strategic use of algebraic structure can save significant time.

Number of Solutions: No Solution, One Solution, Infinitely Many

The SAT frequently tests whether you can determine the conditions under which a system has no solution, a unique solution, or infinitely many solutions without fully solving it.

The Core Idea

Two linear equations represent two lines. The number of solutions depends on how those lines relate:

RelationshipSlopesInterceptsSolutions
Lines crossDifferentOne (unique solution)
Lines are parallelSameDifferentNo solution
Lines are identicalSameSameInfinitely many solutions

How to Check

Rewrite both equations in slope-intercept form (y=mx+by = mx + b) and compare slopes and y-intercepts. Alternatively, if the equations are in standard form ax+by=cax + by = c, compare the ratios of coefficients.

Example 6: How many solutions does this system have?

6x9y=126x - 9y = 12

2x3y=42x - 3y = 4

Divide the first equation by 3: 2x3y=42x - 3y = 4. This is identical to the second equation, so the system has infinitely many solutions.

Example 7: For what value of kk does the system below have no solution?

4x+6y=104x + 6y = 10 2x+3y=k2x + 3y = k

Multiply the second equation by 2: 4x+6y=2k4x + 6y = 2k. For no solution, the left sides must be identical but the right sides must differ. The left sides already match, so we need 2k102k \neq 10, meaning k5k \neq 5. Any value of kk other than 5 gives no solution. If k=5k = 5, the system has infinitely many solutions.

Common trap: The SAT may give you a system with a parameter (like kk) and ask for the value that produces no solution or infinitely many solutions. Students sometimes mix up which condition is which. Remember: same left side, same right side = infinitely many. Same left side, different right side = no solution.

Connecting Algebra and Graphs

The SAT tests your ability to move between the algebraic representation of a system and its graph, both in and out of context.

Without Context

The solution to a system of equations corresponds to the point of intersection on the graph. If you see a graph of two lines crossing at (3,1)(3, 1), the solution to the system is x=3x = 3, y=1y = 1.

Example 8: The graph shows two lines intersecting at the point (4,2)(4, -2). One line has a slope of 1 and the other has a slope of 12-\frac{1}{2}. Which system is represented?

Line 1 passes through (4,2)(4, -2) with slope 1: y=x6y = x - 6

Line 2 passes through (4,2)(4, -2) with slope 12-\frac{1}{2}: y=12x+0y = -\frac{1}{2}x + 0, so y=12xy = -\frac{1}{2}x

Check: at x=4x = 4, Line 1 gives 46=24 - 6 = -2 ✓ and Line 2 gives 2-2 ✓.

If two graphed lines appear parallel (never crossing), the system has no solution. If they overlap completely, infinitely many solutions.

In Context

When a graph represents a real-world system, the intersection point has meaning. For instance, if one line represents the cost of Plan A and another represents Plan B, the intersection tells you at what usage level the two plans cost the same amount.

Example 9: A gym offers two membership plans. Plan A charges $30 per month plus $5 per visit. Plan B charges $10 per month plus $9 per visit. The equations y=5x+30y = 5x + 30 and y=9x+10y = 9x + 10 model the total monthly cost yy for xx visits. What does the intersection of the graphs represent?

Set equal: 5x+30=9x+105x + 30 = 9x + 1020=4x20 = 4xx=5x = 5, then y=55y = 55.

The intersection (5,55)(5, 55) means that at 5 visits per month, both plans cost $55. For fewer than 5 visits, Plan B is cheaper; for more than 5, Plan A is cheaper.

What to Watch For on Test Day

  1. Read what the question asks. If it asks for x+yx + y or 2x2x, you might not need to find each variable individually. Look for shortcuts using elimination.

  2. Choose your method wisely. If a variable is already isolated, use substitution. If both equations are in standard form with matching or easily matchable coefficients, use elimination. Speed matters.

  3. Don't confuse no solution with infinitely many solutions. Both require the same slopes (parallel or overlapping). The difference is whether the constants also match. Same everything = infinitely many. Same slopes but different constants = no solution.

  4. Check your setup on word problems. The most common error isn't in the algebra; it's in building the system. Make sure each coefficient is paired with the correct variable and each equation reflects a distinct constraint.

  5. Use the intersection. On graph-based questions, the intersection point is the solution. In context, it represents the condition where both equations give the same output. If the question asks what a graph feature "represents," think about what the variables mean in the scenario.