Algebra · ~35% of Math section

Systems of Two Linear Equations: Practice Questions & Study Guide

Finding the intersection of two lines by substitution or elimination, and analyzing when systems have no solution or infinitely many solutions.

10 practice questions
3 Easy
4 Medium
3 Hard
Get 1,000+ More Questions

Understanding Systems of Two Linear Equations

A system of two linear equations in two variables asks you to find the values of x and y that satisfy both equations simultaneously—graphically, the point where the two lines cross. On the test, systems appear both as pure algebra (solve the system) and as word problems (two conditions about a real scenario, find the unknowns). The two primary solving methods are substitution (solve one equation for a variable, plug into the other) and elimination (add or subtract equations to cancel a variable).

Substitution is usually fastest when one equation already has a variable isolated—for example, if one equation is y = 2x + 3, substitute 2x + 3 for y in the second equation immediately. Elimination is more efficient when both equations are in standard form with matching or easily matched coefficients. To eliminate x from 2x + 3y = 11 and 2x - y = 3, subtract the second equation from the first to get 4y = 8, so y = 2.

A crucial concept is the number of solutions. A system has exactly one solution when the lines have different slopes (they intersect). It has no solution when the lines are parallel (same slope, different y-intercepts—they never meet). It has infinitely many solutions when the equations represent the same line (one is a multiple of the other). The test frequently asks 'For what value of k does the system have no solution?' or 'how many solutions does this system have?'—problems that require you to analyze the structure of the equations rather than just solve.

For word problems with systems, set up two equations using two unknowns. Identify two separate pieces of information given in the problem (e.g., total number of items AND total cost) and translate each into one equation. Label your variables clearly and make sure each equation uses both variables.

Key Rules & Formulas

Memorize these rules — they come up directly in practice questions.

1

Substitution: solve one equation for one variable, then substitute into the other equation.

From y = x + 2 and 3x + y = 14: replace y with x + 2 to get 3x + (x+2) = 14, so 4x = 12, x = 3, y = 5.

2

Elimination: multiply equations so a variable has equal and opposite coefficients, then add.

x + 2y = 10 and 3x - 2y = 6: add to get 4x = 16, x = 4, then y = 3.

3

Two lines are parallel (no solution) when slopes are equal but y-intercepts differ.

y = 2x + 3 and y = 2x - 5 have the same slope (2) but different intercepts → no solution.

4

Infinitely many solutions occur when the two equations are equivalent (one is a scalar multiple of the other).

2x + 4y = 8 is equivalent to x + 2y = 4 (divide by 2) → infinitely many solutions.

5

For 'no solution' problems with a parameter, set the slope ratio equal and the intercept ratio unequal.

For ax + 2y = 6 and 3x + y = k to have no solution, need a/3 = 2/1, so a = 6; and 6/k ≠ 2/1, so k ≠ 3.

Systems of Two Linear Equations Practice Questions

Select an answer and click Check Answer to reveal the full explanation. Questions go from easiest to hardest.

Question 1Easy

If y = 2x + 1 and y = 4x - 5, what is the value of x?

Show explanation

Correct answer: B. x = 3

Explanation

Set the two expressions for y equal: 2x + 1 = 4x - 5 → 6 = 2x → x = 3.

Question 2Easy

Solving the system x + y = 10 and x - y = 4, what is the value of y?

Show explanation

Correct answer: B. y = 3

Explanation

Add the two equations: 2x = 14, so x = 7. Substitute into x + y = 10: 7 + y = 10, so y = 3.

Question 3Easy

At a concession stand, a hot dog costs $3 and a drink costs $2. Jake bought a total of 7 items and spent $16. How many hot dogs did he buy?

Show explanation

Correct answer: B. 2

Explanation

Let h = hot dogs and d = drinks. System: h + d = 7 and 3h + 2d = 16. From the first equation, d = 7 - h. Substituting: 3h + 2(7-h) = 16 → 3h + 14 - 2h = 16 → h = 2.

Question 4Medium

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

Show explanation

Correct answer: B. y = 3

Explanation

Substitute x = 2y - 2 into 3x + 4y = 24: 3(2y-2) + 4y = 24 → 6y - 6 + 4y = 24 → 10y = 30 → y = 3.

Question 5Medium

The system 2x + py = 6 and 4x + 6y = 12 has infinitely many solutions. What is the value of p?

Show explanation

Correct answer: C. p = 3

Explanation

For infinitely many solutions, the second equation must be a multiple of the first. The second equation is exactly 2 times the first when p = 3 (since 4 = 2×2, 6 = 2×p → p = 3, and 12 = 2×6 ✓).

Question 6Medium

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

Show explanation

Correct answer: B. x + y = 5

Explanation

Add the two equations to eliminate y: 8x = 24, so x = 3. Substitute into 3(3) + 2y = 13 → 9 + 2y = 13 → 2y = 4 → y = 2. Therefore x + y = 3 + 2 = 5.

Question 7Medium

Two rental car companies charge the following daily rates: Company A charges $40 per day plus $0.20 per mile, and Company B charges $25 per day plus $0.35 per mile. For what number of miles per day would the two companies charge the same total amount?

Show explanation

Correct answer: B. 100 miles

Explanation

Set the costs equal: 40 + 0.20m = 25 + 0.35m → 15 = 0.15m → m = 100. At 100 miles per day, both companies charge the same amount.

Question 8Hard

For the system kx - 3y = 6 and 2x - y = 4, there is no solution. What is the value of k?

Show explanation

Correct answer: B. k = 6

Explanation

No solution means the lines are parallel: same slope, different intercepts. Convert both to slope-intercept: y = (k/3)x - 2 and y = 2x - 4. For parallel lines, k/3 = 2 → k = 6. Check the intercepts: -2 ≠ -4 ✓, so no solution when k = 6.

Question 9Hard

The system 3x + 2y = 17 and 5x - 2y = 7 has solution (x, y). What is the product xy?

Show explanation

Correct answer: C. xy = 12

Explanation

Add the two equations to eliminate y: 8x = 24, so x = 3. Substitute into 3(3) + 2y = 17 → 9 + 2y = 17 → y = 4. Therefore xy = 3 × 4 = 12.

Question 10Hard

In a system of two linear equations, the first equation is y = 2x - 3. If the system has exactly one solution at the point (4, 5), which of the following could be the second equation?

Show explanation

Correct answer: B. y = -x + 9

Explanation

The second equation must pass through (4, 5) and have a different slope from 2. Check B: y = -x + 9 at x = 4 gives y = -4 + 9 = 5 ✓, and slope -1 ≠ 2 ✓. Choice A has slope 2 (parallel, no solution). Choice C is the same line (infinitely many solutions). Choice D: 4(4) - 2(5) = 16 - 10 = 6 ≠ -6, so (4,5) doesn't satisfy it.

Want more Systems of Two Linear Equations practice?

Access 1,000+ additional questions filtered by difficulty and score band in the full 1600.lol question bank — free, no signup needed.

Open Question Bank

Common Mistakes to Avoid

These are the most frequent errors students make on Systems of Two Linear Equations questions. Knowing them in advance prevents costly point losses.

  • !Using substitution when neither equation has an isolated variable, leading to messy fractions that create arithmetic errors.
  • !Solving for x but forgetting to substitute back to find y—reporting only half the solution.
  • !When eliminating, failing to multiply the entire equation by the scalar (forgetting to multiply the constant term).
  • !Confusing 'no solution' and 'infinitely many solutions'—both produce variable cancellation, but one gives a false constant equation (5 = 0) and the other gives a true one (0 = 0).
  • !On word problems, assigning two variables but writing both equations using only one variable.

Strategy Tips: Systems of Two Linear Equations

Before solving, glance at both equations: if a variable is already isolated (y = ...) use substitution; if both are in standard form with matching coefficients use elimination.

For 'how many solutions' questions, convert both equations to slope-intercept form and compare slopes and intercepts—no solving required.

Use the graphing calculator to graph both equations instantly; the intersection coordinates are the solution and will match the correct answer choice.

On word problems, write out what each variable represents before setting up equations, and make sure each equation captures a different constraint from the problem.

Other Algebra Subtopics

12,000+ questions · Free · No signup required

Master Systems of Two Linear Equations

These 10 questions are just the start. Unlock the full 1600.lol question bank for 12,000+ practice questions with the graphing calculator, instant feedback, and progress tracking.

Join 50,000+ students preparing for the test on 1600.lol

Send feedback