2.1.8 · D2Algebra — Introduction & Intermediate

Visual walkthrough — Word problems using linear equations

1,899 words9 min readBack to topic

Step 1 — The pile of notes, with nothing named yet

WHAT. Picture a piggy bank cracked open onto a table. Two kinds of paper notes fall out: some worth ₹5 each, some worth ₹10 each. We are told two facts and nothing else:

  • the count of notes altogether is 23,
  • the total money is ₹155.

WHY start here. Before any letter or equation, you must be able to see the thing the problem is about. A "word problem" is just a real situation someone wrote in sentences. If we can draw it, we can trust every symbol we invent later — each symbol will point at something in this picture.

PICTURE. Two groups of rectangles: a blue group (the ₹5 notes) and a yellow group (the ₹10 notes). We do not yet know how many are in each group — that is exactly the mystery.

Figure — Word problems using linear equations

Step 2 — Name the mystery: let be the blue count

WHAT. Give the size of the blue group a name. Write = number of ₹5 notes.

WHY a letter. A letter is a placeholder for a number we haven't found yet. It behaves like a real number in every calculation — we just don't know which number. Naming it lets us do arithmetic with the mystery instead of guessing values one at a time.

Why call it and not the yellow count? Either works. We pick the blue group; the choice is free, and we'll see the equation comes out just as cleanly.

PICTURE. The blue group now wears a label . It's still the same unknown pile — we've just tagged it.

Figure — Word problems using linear equations

Step 3 — Build the yellow count out of

WHAT. The two groups together are 23 notes. So the yellow (₹10) group is whatever is left over after removing the blue ones:

WHY subtract. "Together they make 23" is a total, and a total is a sum: (blue) + (yellow) = 23. To get yellow alone we peel the blue off the total — that peeling-off is subtraction, the inverse operation of adding. This is the whole point of Step 2 of the five-step method: express every other quantity using the one name you chose.

PICTURE. A bar of length 23 split into a blue chunk of length and a yellow chunk that fills the rest — clearly labelled .

Figure — Word problems using linear equations

Step 4 — Turn counts into money

WHAT. Money, not counts, is our second fact. Each blue note is worth ₹5, so the blue pile is worth Each yellow note is worth ₹10, so the yellow pile is worth

WHY multiply. "Worth ₹5 each" is a rate: rupees per note. To turn "per note" into total rupees you multiply the rate by how many notes there are. That is what multiplication is — repeated adding of the same value. Term by term:

PICTURE. Each note rectangle now carries its value; the blue stack labelled , the yellow stack labelled . Height = money.

Figure — Word problems using linear equations

Step 5 — Set the money equation

WHAT. The two money-piles combined equal the known total, ₹155:

WHY this is the equation. Value is extensive — separate piles of money simply add up, no interaction between them. So (money from blue) + (money from yellow) = (total money). The word "is / total" in the problem is the English for the "" sign. Term by term:

PICTURE. A balance scale: left pan holds the blue bar plus the yellow bar; right pan holds a single ₹155 weight. They balance — that balance is the equals sign.

Figure — Word problems using linear equations

Step 6 — Unwrap the brackets

WHAT. Multiply the into the bracket:

WHY. means "ten copies of ", which is ten copies of minus ten copies of . Spreading a multiplier across a sum is the distributive law — the backbone of working with Algebraic Expressions:

PICTURE. The yellow bar literally split into a fixed green slab of height and a removed red slab of height — showing the "".

Figure — Word problems using linear equations

Step 7 — Collect and isolate

WHAT. Combine the two -terms, then peel free: Subtract from both sides: Divide both sides by :

WHY these moves. An equation is a balance. Whatever you do to one pan you must do to the other, or it tips. We use inverse operations: adding was in the way, so we subtract ; was multiplied by , so we divide by . Each move undoes one wrapping around until stands alone. Note : a negative divided by a negative is positive.

PICTURE. The balance scale, three frames: (1) both pans; (2) remove a block from each pan — still level; (3) shrink each pan by a factor of — landing on .

Figure — Word problems using linear equations

Step 8 — The edge cases: does the answer even make sense?

WHAT. Two sanity checks the algebra alone won't give you:

  • Counting check. is a whole number and . Good — you cannot have half a note or a negative pile.
  • Money check. ✓, and ✓.

WHY worry. Algebra will happily hand you or if the story numbers were impossible. Because is a count (Step 2), only whole numbers in are physically real. This is why Step 5 of the method — Verify and Interpret — exists.

Degenerate boundaries. What if the total money were exactly ? Then : all blue, zero yellow — a valid but extreme answer. If it were ? Then : all yellow. Any total below 115 or above 230 has no whole-note solution — the story would be impossible, and a fractional or out-of-range is your warning flag.

PICTURE. A number line for from to . Green window = valid whole-number range; our sits safely inside; a ghost point at shown crossed out (impossible).

Figure — Word problems using linear equations

The one-picture summary

Everything above, compressed: the pile → the name → the split and → money bars → the balanced equation → the peeled-away solution → the reality check.

Figure — Word problems using linear equations
Recall Feynman retelling — say it like a story

I had a pile of ₹5 and ₹10 notes: 23 notes worth ₹155, but I didn't know how many of each. So I pointed at the ₹5 group and said, "you're ." The rest of the 23 must be the ₹10 group, so that's . Now money: the ₹5 group is worth , the ₹10 group is worth , and money just adds up, so together they equal the ₹155 I know: . I opened the bracket ( times is , times is ), tidied the 's to get , undid the by subtracting it from both sides, then undid the by dividing — and out popped . That means 15 blue notes and 8 yellow notes. I checked: 15 and 8 make 23, and ₹75 plus ₹80 make ₹155. Both whole numbers, both sensible — done. The whole trick was: name the mystery, build everything else out of that name, balance what you know, then undo the wrapping until the mystery stands alone.

Recall Quick self-test

Why can't we use two letters and for the two note counts here? ::: With two unknowns we'd need two equations to pin them; writing yellow as keeps one unknown so one equation suffices. What real fact does the "" in represent? ::: The two money-piles combined are exactly the given total ₹155. After getting in some similar problem, what should you conclude? ::: Since notes are whole, a fractional count means the story's numbers are impossible — no valid solution. What does distributing the in give, term by term? ::: .

See also the general recipe on the parent note, and related setups in Simultaneous Linear Equations, Ratio and Proportion and Applications of Algebra.