How to Solve Linear Equations in Two Variables Word Problems
Solve two-variable linear equation word problems using elimination and substitution, with a worked example and practice questions with answers.
Expected Interview Answer
Word problems on linear equations in two variables are solved by assigning variables to the two unknowns, translating each sentence into one linear equation, and solving the resulting pair using elimination or substitution.
The first step is always naming the unknowns clearly, such as x for the cost of one item and y for another, since a vague setup causes translation errors later. Each independent sentence in the problem yields exactly one equation, so a two-unknown problem needs exactly two distinct equations to be solvable. Elimination β scaling equations so one variable cancels when added or subtracted β is usually faster than substitution when coefficients align easily, while substitution is cleaner when one equation already isolates a variable. After solving, always substitute both values back into the original sentences, not just the equations, to confirm the answer makes real-world sense.
- Clear variable naming prevents translation mistakes
- Elimination avoids messy fractions substitution can introduce
- Back-substitution into the original wording catches sign errors
AI Mentor Explanation
If a scoreboard says two batters together scored 150 runs, and separately that one scored 30 more than the other, those are two independent facts about two unknowns β runs of batter A and batter B. Writing A + B = 150 and A β B = 30 as two equations, then adding them to eliminate B, instantly gives 2A = 180, so A = 90 and B = 60. Word problems on two-variable linear equations always need exactly two such independent facts before the unknowns can be pinned down.
Worked example
Equations
- x + y = 45
- x β y = 5
Eliminate y
- Add both: 2x = 50
- x = 25
Solve for y
- y = 45 β 25 = 20
Step-by-Step Explanation
Step 1
Name the unknowns
Assign clear variables, e.g. x and y, to the two quantities in question.
Step 2
Translate each sentence
Convert each independent statement into one linear equation.
Step 3
Solve the pair
Use elimination (add/subtract to cancel a variable) or substitution (plug one equation into the other).
Step 4
Verify against the wording
Substitute both values back into the original sentences, not just the equations.
What Interviewer Expects
- Clear, unambiguous variable assignment
- Correct translation of each sentence into one equation
- Appropriate choice between elimination and substitution
- Verification of the final answer against the original problem statement
Common Mistakes
- Writing two equations that are actually the same relationship in disguise
- Sign errors when subtracting equations during elimination
- Forgetting to verify the answer makes sense in the original context
- Substituting into the wrong equation and re-deriving a variable incorrectly
Best Answer (HR Friendly)
βI name the two unknowns clearly first, then turn every independent sentence in the problem into one linear equation β two unknowns always need exactly two independent equations. From there I pick elimination when a variableβs coefficients are already opposite in sign, or substitution when one equation already isolates a variable. Finally I plug both answers back into the original wording, not just the equations, to make sure the solution actually makes sense.β
Follow-up Questions
- How do you check whether two linear equations actually give a unique solution?
- What does it mean geometrically when a pair of linear equations has no solution?
- How would you set up a three-unknown word problem with three equations?
- When is substitution clearly faster than elimination?
MCQ Practice
1. The sum of two numbers is 60 and their difference is 20. The numbers are?
x + y = 60, x β y = 20. Adding gives 2x = 80, x = 40, so y = 20.
2. A shop sells pens at x and notebooks at y. 2 pens + 3 notebooks cost 24, and 4 pens + 1 notebook cost 18. The price of one pen is?
From 4x + y = 18, y = 18 β 4x. Substituting into 2x + 3(18 β 4x) = 24 gives 2x + 54 β 12x = 24, so β10x = β30, x = 3, and y = 18 β 12 = 6, which checks against both original equations.
3. Which pair of linear equations has no unique solution?
2x + 2y = 10 is just 2 times x + y = 5, so the two equations are dependent and have infinitely many solutions, not a unique one.
Flash Cards
How many equations are needed for two unknowns? β Exactly two independent linear equations.
When to prefer elimination? β When a variableβs coefficients are equal or opposite across the two equations.
When to prefer substitution? β When one equation already isolates a variable directly.
Final verification step? β Substitute both solved values back into the original word problem, not just the equations.