How to Solve Systems of Equations by Substitution

solve systems of equations by substitution

Learn With Examples · Algebra

Two unknowns, two clues, one answer that fits both. Substitution is the method where you use one clue to rewrite the other — and once you see why it works, you’ll recognise it in cinema tickets, phone plans and every “which deal is cheaper” question you’ve ever asked.

Reading time12 min
LevelBeginner friendly
Includes6 solved systems

Last weekend a family of eight went to the movies and paid ₹1,280. Adult tickets were ₹200 and child tickets ₹120. How many of each did they buy?

Try it in your head for a moment. You can guess and check — four and four? five and three? — and eventually land on it. But guessing stops working the second the numbers get messy. What you actually have is two facts about two unknowns, and there’s a clean, reliable way to squeeze an answer out of that. It’s called substitution, and it’s the first method most people learn for systems of equations.

I’ve taught this to a lot of students, and the ones who struggle almost never struggle with the arithmetic. They struggle because nobody told them what the method is doing. So we’ll start there, then work six real problems — including the two weird cases where the method seems to break.

The idea in one paragraph

Substitution = “use one clue to rewrite the other”

A system of equations is two (or more) equations that must both be true at the same time. Substitution works in three moves: get one variable alone in one equation, plug that expression into the other equation so it has only one unknown left, then solve and back-substitute to find the second unknown.

That middle step is the whole trick. It turns an impossible-looking “two unknowns” problem into an ordinary one-unknown equation you already know how to solve.

What a “system” actually means

One equation with two unknowns has endless answers. x + y = 10 is satisfied by 3 and 7, by 4 and 6, by 9.5 and 0.5 — infinitely many pairs. On its own, it’s not enough.

Add a second clue, like y = 2x + 1, and suddenly only one pair satisfies both at once. That pair is the solution to the system. Every clue narrows the possibilities, and two independent clues about two unknowns usually pin down exactly one answer.

Here’s the picture that makes it click: every linear equation draws a straight line on a graph. The solution to a system is the point where the lines cross — the one spot that sits on both lines at once.

0 4 8 12 16 20 Data used (GB) 0 140 280 420 560 700 (10, 400) — the solution Plan A: 300 + 10x Plan B: 150 + 25x
Two phone plans drawn as lines. Where they cross — at 10 GB and ₹400 — both plans cost exactly the same. Below 10 GB, Plan B is cheaper; above it, Plan A wins. Substitution finds that crossing point without drawing anything.

Graphing works, but it’s slow and imprecise — try reading an answer like x = 3.47 off a hand-drawn chart. Substitution gets you the exact crossing point with pure algebra.

The method, step by step

1

Isolate one variable

Pick the easiest equation and get one letter alone, like y = 2x + 1 or a = 8 − c. Look for a variable with no number in front — that’s the cheapest one to isolate.

2

Substitute into the other equation

Replace that letter in the other equation with the expression you just found. Use brackets. Now there’s only one unknown left.

3

Solve the one-variable equation

Ordinary algebra: expand, collect, divide. You get the value of one unknown.

4

Back-substitute

Put that value into your isolated expression from step 1 to get the second unknown.

5

Check in both originals

Plug both values into both starting equations. If both balance, you’re done. Ten seconds that catches almost every slip.

Let’s run it on the warm-up pair from earlier:

y = 2x + 1   and   x + y = 10
x + (2x + 1) = 10  →  3x + 1 = 10  →  x = 3
y = 2(3) + 1 = 7 Step 1 was free — y was already alone. Check: 3 + 7 = 10 ✓ and 7 = 2(3) + 1 ✓

Substitution never adds new information. It just lets one clue speak in the other clue’s language.

Six systems, fully solved

Real problems first, then the tricky algebraic ones. Try each before reading the steps.

Worked systems

tap a problem

The cinema problem from the top

8 tickets, ₹1,280 total. Adults ₹200, children ₹120. Let a = adult tickets, c = child tickets.

a + c = 8   ·   200a + 120c = 1280
  1. Isolate: from the first equation, a = 8 − c.
  2. Substitute: 200(8 − c) + 120c = 1280.
  3. Solve: 1600 − 200c + 120c = 1280−80c = −320c = 4.
  4. Back-substitute: a = 8 − 4 = 4.
4 adults  ·  4 childrenCheck: 4 + 4 = 8 ✓ and 4×200 + 4×120 = 800 + 480 = 1,280 ✓

Which phone plan is cheaper?

Plan A: ₹300 a month plus ₹10 per GB. Plan B: ₹150 a month plus ₹25 per GB. At what usage do they cost the same? Let x = GB, y = monthly cost.

y = 300 + 10x   ·   y = 150 + 25x
  1. Isolate: both already have y alone — a gift.
  2. Substitute: 300 + 10x = 150 + 25x.
  3. Solve: 150 = 15xx = 10.
  4. Back-substitute: y = 300 + 10(10) = 400.
Break-even at 10 GB, where both cost ₹400This is the crossing point on the graph above. Use under 10 GB? Plan B. Over? Plan A. That’s a real buying decision, answered by algebra.

The coin jar

A jar holds 30 coins, all ₹5 and ₹10, worth ₹200 in total. How many of each? Let f = fives, t = tens.

f + t = 30   ·   5f + 10t = 200
  1. Isolate: f = 30 − t.
  2. Substitute: 5(30 − t) + 10t = 200.
  3. Solve: 150 − 5t + 10t = 2005t = 50t = 10.
  4. Back-substitute: f = 30 − 10 = 20.
20 five-rupee coins  ·  10 ten-rupee coinsCheck: 20 + 10 = 30 ✓ and 100 + 100 = 200 ✓. Notice the shape is identical to the cinema problem — a count equation and a value equation.

The café order

Two coffees and a sandwich cost ₹340. One coffee and two sandwiches cost ₹410. Price of each? Let c = coffee, s = sandwich.

2c + s = 340   ·   c + 2s = 410
  1. Isolate: s has no coefficient in the first, so s = 340 − 2c.
  2. Substitute: c + 2(340 − 2c) = 410.
  3. Solve: c + 680 − 4c = 410−3c = −270c = 90.
  4. Back-substitute: s = 340 − 180 = 160.
Coffee ₹90  ·  Sandwich ₹160Check: 180 + 160 = 340 ✓ and 90 + 320 = 410 ✓. Choosing s (no coefficient) avoided fractions entirely.

When no variable is “free”

Pure algebra now. 2x + 3y = 12 and 4x − y = 10.

2x + 3y = 12   ·   4x − y = 10
  1. Isolate: the −y is the only coefficient of ±1, so use it: y = 4x − 10.
  2. Substitute: 2x + 3(4x − 10) = 12.
  3. Solve: 2x + 12x − 30 = 1214x = 42x = 3.
  4. Back-substitute: y = 4(3) − 10 = 2.
x = 3  ·  y = 2Check: 6 + 6 = 12 ✓ and 12 − 2 = 10 ✓. Watch the sign when isolating from −y: move it and it becomes positive.

When the answer isn’t a whole number

3x + 2y = 7 and x − 4y = 0. Real systems don’t always hand you tidy integers.

3x + 2y = 7   ·   x − 4y = 0
  1. Isolate: x = 4y.
  2. Substitute: 3(4y) + 2y = 7.
  3. Solve: 14y = 7y = 1/2.
  4. Back-substitute: x = 4 × 1/2 = 2.
x = 2  ·  y = 0.5Check: 6 + 1 = 7 ✓ and 2 − 2 = 0 ✓. A graph could never tell you “exactly 0.5” — substitution does.

The first four are the same problem wearing different clothes: a “how many” equation and a “how much” equation. Spot that shape and half the work is done before you write anything.

Turning words into a system

The algebra is rarely where people get stuck. It’s the setup. These phrases show up constantly:

You readYou writeWhy
“8 tickets in total”a + c = 8A count of items — usually the easy equation to isolate from
“cost ₹1,280 altogether”200a + 120c = 1280Each count multiplied by its price, then added
“costs the same as”expression = expressionTwo plans set equal — the break-even point
“is 3 more than”x = y + 3Already isolated — substitute it directly
“twice as many”x = 2yAlso isolated — perfect for step 1
“the difference is 5”x − y = 5Isolate as x = y + 5

Always define your letters in words first. Write “a = number of adult tickets” before touching an equation. Half of all wrong answers in word problems come from someone solving correctly for the wrong thing — finding the price when the question asked for the quantity.

The two cases where it looks broken

Sometimes substitution produces something strange. That’s not a mistake — it’s the method telling you something true about the lines.

NO SOLUTION

You get “3 = −1”

y = 2x + 3 and y = 2x − 1. Substituting gives 2x + 3 = 2x − 1, so 3 = −1. False. The lines are parallel — same slope, different start — and never cross.

INFINITE SOLUTIONS

You get “0 = 0”

y = 2x + 3 and 2y = 4x + 6. Substituting gives 2(2x + 3) = 4x + 6, so 0 = 0. Always true. It’s the same line written twice — every point is a solution.

ONE SOLUTION

You get “x = number”

The normal case. Different slopes, so the lines cross exactly once. This is what every real-world problem above produced.

In real life, “no solution” means the two conditions are impossible together (two phone plans that never cost the same), and “infinite solutions” means your two clues were really one clue said twice — you need more information.

Substitution vs. the other methods

MethodBest whenWeakness
SubstitutionA variable is already alone, or has a coefficient of 1Fractions pile up if every coefficient is awkward
EliminationCoefficients line up, like 3x and −3xNeeds multiplying through first if they don’t
GraphingYou want to see the answer, or compare options visuallyImprecise unless the answer is a clean point

A useful rule: if you can see a lonely x or y, substitute. If you see matching or opposite coefficients, eliminate. You’ll get the same answer either way — the choice is only about how much arithmetic you’d like to do.

Five mistakes worth avoiding

Forgetting the brackets

Substituting a = 8 − c into 200a must give 200(8 − c), not 200 × 8 − c. Without brackets, only the first term gets multiplied and the answer is wrong. Always wrap what you substitute.

Substituting back into the same equation

If you isolate from equation 1, you must substitute into equation 2. Plugging it back into equation 1 gives something like 8 = 8 — true, useless, and confusing.

Stopping after one variable

Finding c = 4 is halfway. The question wanted both counts. Always back-substitute for the second unknown.

Sign slips when isolating

From 4x − y = 10, the correct isolation is y = 4x − 10. Many people write y = 10 − 4x by moving terms carelessly. Check by plugging in a simple value.

Skipping the check

Plug both values into both original equations. Systems are self-verifying — if both hold, you’re right. If one doesn’t, you know exactly where to look.

Check yourself

Five questions. Open each to check — the correct option is marked.

1. Solve: y = x + 2 and x + y = 12.
  • x = 6, y = 6
  • x = 5, y = 7
  • x = 7, y = 5
  • x = 4, y = 8

x + (x + 2) = 12 → 2x = 10 → x = 5, then y = 7. Check: 5 + 7 = 12 ✓.

2. Which variable should you isolate from 3x + y = 9?
  • x, giving x = (9 − y)/3
  • y, giving y = 9 − 3x
  • Either is equally easy
  • Neither — use graphing

y has a coefficient of 1, so isolating it creates no fractions.

3. Substitution gives you 5 = 5. What does that mean?
  • You made a mistake
  • There is no solution
  • The equations describe the same line — infinitely many solutions
  • x = 5

A statement that’s always true means both equations are the same condition.

4. 10 notebooks and pens cost ₹190 in total. Notebooks are ₹25, pens ₹10. How many notebooks?
  • 4
  • 6
  • 5
  • 8

n + p = 10 and 25n + 10p = 190. Isolate p = 10 − n, substitute: 25n + 100 − 10n = 190 → 15n = 90 → n = 6, so p = 4. Check: 150 + 40 = 190 ✓.

5. What does the crossing point of two lines represent?
  • The slope of both lines
  • The one pair of values that satisfies both equations
  • The y-intercept
  • Nothing useful

It sits on both lines, so it satisfies both equations — that’s exactly what “solving the system” means.

Frequently asked questions

How do you solve a system of equations by substitution?

Isolate one variable in one equation, substitute that expression into the other equation, solve the resulting one-variable equation, then back-substitute to find the second variable. Finish by checking both values in both original equations.

When should I use substitution instead of elimination?

Use substitution when a variable is already alone or has a coefficient of 1 or −1, so isolating it creates no fractions. Use elimination when the coefficients of one variable already match or are opposites.

What if substitution gives a false statement like 2 = 7?

The system has no solution. The equations represent parallel lines that never meet, so no pair of values satisfies both.

What if substitution gives a true statement like 0 = 0?

The system has infinitely many solutions. Both equations describe the same line, so every point on it works — you need another independent equation to find a single answer.

Where are systems of equations used in real life?

Comparing pricing plans to find a break-even point, working out quantities from a total count and total cost, mixing solutions to a target concentration, splitting budgets, and any situation with two unknowns and two independent facts.

The takeaway

A system of equations is two clues about two unknowns, and the solution is the single pair that satisfies both — the point where their lines cross. Substitution finds that point by using one clue to rewrite the other, collapsing two unknowns into one.

Isolate the easiest variable, substitute with brackets, solve, back-substitute, check. And if you ever land on something like 3 = −1 or 0 = 0, don’t panic — the method is telling you the lines are parallel or identical.

Try it on the next real choice you face. Two gyms, two mobile plans, two delivery apps with different fees — write each as cost = fixed + rate × usage, set them equal, and solve. The number you get is the exact point where one becomes the better deal. That’s substitution doing something useful, not just filling a worksheet.

systems of equationssubstitution methodalgebralinear equationsword problemsmath help

Comments

No comments yet. Why don’t you start the discussion?

Leave a Reply

Your email address will not be published. Required fields are marked *