Questions: Systems of Equations — Elimination Method
5 questions to test your understanding
Score: 0 / 5
Question 1 Multiple Choice
You are solving 2x + 5y = 14 and 4x − 3y = 2 by elimination. A student multiplies only the x-term of the first equation by 2, writing 4x + 5y = 14. What went wrong?
AThey should have multiplied by 3, not 2
BThey only multiplied one term — the equation is no longer equivalent to the original
CThey should have multiplied the second equation instead
DNothing went wrong — the x terms now cancel when you subtract
To produce an equivalent equation, every term on both sides must be multiplied by the same constant. Multiplying only the x-term changes the equation's solution set — 4x + 5y = 14 is a different equation from the original 2x + 5y = 14. This is the most common procedural error in elimination.
Question 2 Multiple Choice
To solve 3x + 2y = 8 and 6x + 5y = 17 by eliminating x, which is the correct first step?
AAdd the equations as-is
BSubtract the equations as-is
CMultiply the first equation by 2, then subtract from the second
DMultiply the second equation by 2, then add to the first
The x coefficients are 3 and 6 — doubling the first equation gives 6x + 4y = 16. Subtracting from 6x + 5y = 17 eliminates x and gives y = 1. Simply adding or subtracting as-is doesn't eliminate any variable because neither pair of coefficients is equal or opposite. Option D would double the second to get 12x, which doesn't match the first equation's 3x.
Question 3 True / False
Adding two equations in a valid system always produces a true equation satisfied by the same solution.
TTrue
FFalse
Answer: True
This is the logical foundation of elimination. If a point (x, y) satisfies both equations, it satisfies their sum — because you are adding equal quantities to equal quantities. The resulting equation is guaranteed to have the same solution, which is why adding opposite-coefficient equations validly eliminates a variable.
Question 4 True / False
In the elimination method, multiplying one term of an equation by a constant creates an equivalent equation.
TTrue
FFalse
Answer: False
An equivalent equation requires multiplying every term on both sides by the same constant. Multiplying only one term changes the equation's solution set — it becomes a different equation. For example, 2x + 3y = 10 becomes 4x + 3y = 10 if only 2x is doubled, which is no longer the same line.
Question 5 Short Answer
Why does multiplying an entire equation by a nonzero constant not change its solution set?
Think about your answer, then reveal below.
Model answer: Multiplying both sides of an equation by the same nonzero constant preserves equality. Every solution of the original satisfies the scaled version (substituting the solution into the scaled equation still balances), and dividing the scaled equation back by the constant recovers the original. The two equations describe the same line.
This is why elimination works: scaling an equation is a reversible operation that preserves all solutions. It lets you manufacture whatever coefficients you need to create a zero without changing which points satisfy the system.