Ⅱ Expressions & Equations · Stage 11 — Quadratic Equations · 11.6 Quadratic Equations in Action, and a Look Ahead
Stage 11 · Quadratic Equations

11.6  Quadratic Equations in Action, and a Look Ahead

Turning real situations — area, growth, motion — into quadratics, and a bridge toward inequalities.

For ages 13–15 · Intuition before notation
Area 24 m² length = w + 2 width = w w² + 2w − 24 = 0 (w + 6)(w − 4) = 0 w = 4 w = −6 width 4 m, length 6 m
The whole job of a word problem, in one picture: set up, solve, and keep only the answers that make sense.

Quadratics are not a puzzle invented to torture you on a Friday. They are the natural language for any situation where a quantity gets multiplied by itself: the area of a plot of land (length times width), money that earns interest on its own interest, two moving things meeting somewhere down the road. Whenever an unknown shows up twice and the two copies get multiplied together, a square appears — and a square is a quadratic. This lesson is about hearing that pattern in plain English, turning the words into an equation, solving it, and then doing the one step beginners always skip: throwing out the answers the situation forbids.

By the end you'll have a reliable five-step recipe for modeling, you'll handle garden plots, growth-on-growth, and consecutive-number puzzles, and you'll be standing at the door of the next stage, where the sharp word "equals" softens into "at least" and "no more than." Throughout, the unknown and its solutions are violet, the standard-form coefficients keep their usual a-blue, b-teal, and c-amber, and any root we have to reject is marked in red.

11.6.1 The steps for modeling a word problem

Here is the secret that makes word problems stop being scary: you don't have to be clever, you have to be orderly. The same five moves work every time, whether the problem is about a garden, a bank balance, or two trains. Read them once, then watch them do all the heavy lifting in every example below.

1
Name the unknown. Pick the quantity the problem actually asks for and call it x (or w, n — a letter that reminds you what it is). Write down what it stands for, with units.
2
Find the equal-quantity relationship hiding in the words. Somewhere the problem says two things are the same size — an area equals 24, a product equals 56, a final amount equals 144. That equality is the engine of the whole equation.
3
Write the equation, expressing every quantity in terms of your one unknown. This is where a square is born — because some quantity gets multiplied by another quantity that also contains x.
4
Solve it with whatever tool fits — factoring, the square root, completing the square, or the quadratic formula from 11.5.
5
Check that each root makes sense, then answer in words. A length can't be negative; you can't have −2.2 of a percent rate; a count of people can't be a fraction. Quadratics love to hand you a second root the situation forbids — and finding it is not a mistake, throwing out the wrong one is your job.
The mistake everyone makes once

Solving the quadratic and stopping. You found x = 4 or x = −6, you circle both, you move on — and you're wrong, because a width of −6 metres is nonsense. Step 5 is not optional polish; it is half the problem. A quadratic almost always gives two roots, and the situation usually wants one.

11.6.2 Area and geometry problems

Area is the most natural home for a quadratic, because area is a product: length times width. If both the length and the width are built out of the same unknown, multiplying them squares that unknown. Let's do the garden from the picture, slowly, with the recipe.

The garden. A rectangular garden is 2 metres longer than it is wide, and its area is 24 m². How wide is it?

Step 1 — Name. Let the width be w metres. Step 2 — Relationship. The length is "2 more than the width," so the length is w + 2, and the area (length × width) equals 24. Step 3 — Write:

w(w + 2) = 24, which expands to w2 + 2w − 24 = 0.

Step 4 — Solve. We need two numbers that multiply to −24 and add to +2. Those are +6 and −4, so the equation factors as (w + 6)(w − 4) = 0, giving w = −6 or w = 4. Step 5 — Check. A width of −6 m is impossible, so we reject it. The width is 4 m and the length is 6 m. Quick sanity check: 4 × 6 = 24. ✓

24 m² 6 m 4 m −6 rejected 4 kept −6 0 4
Two algebraic roots, one physical answer. The number line marks both; the garden keeps only the one a real width can be.

A border variant. The same move covers paths and frames. If a square lawn of side s is wrapped by a 1 m walkway all the way around, the whole region is a bigger square of side s + 2 (one metre added on each of the two sides), so its area is (s + 2)2. Set that equal to whatever total area you're given and you again have a quadratic — and again you reject the negative root, because a side length can't be negative.

🎮 Try itThe garden problem

Slide the width and watch the rectangle and its area change. Stop when the area hits the dashed target of 24.

width w 2

11.6.3 Average growth-rate problems

Here is the second place squares are born: when the same rate of change happens twice in a row. The trick is that the second change acts on a starting amount that the first change already grew — growth piles on top of growth, and that "on top of" is exactly multiplication. So two rounds of growing by rate x carry a factor of (1 + x)2. This is the same idea as interest earning interest.

Worked example. A workshop's output rose from 100 units to 144 units over two years, growing by the same rate each year. Find the yearly rate.

Name: let the yearly rate be x (as a decimal). Relationship & write: after one year output is 100(1 + x); after the second year that grows again by the same factor, giving 100(1 + x)2 = 144. Solve: divide by 100 to get (1 + x)2 = 1.44, take the square root: 1 + x = ±1.2. Check: the plus gives x = 0.2 = 20%; the minus gives 1 + x = −1.2, so x = −2.2, a rate of −220%, which is impossible — you can't lose more than everything. The rate is 20% per year.

Growth up, growth down

If a quantity grows by rate x each round, multiply by (1 + x). If it shrinks by rate x, multiply by (1 − x). Two rounds means squaring that factor. A price that falls twice from 80 to 64.80 obeys 80(1 − x)2 = 64.80(1 − x)2 = 0.811 − x = 0.9 → x = 0.1 = 10%.

🎮 Try itTwo rounds of growth

Set the yearly rate and watch 100 grow twice. Find the rate that lands exactly on the target of 144.

rate x 10%

11.6.4 Number, travel, and mixed problems

Strip away the scenery and every quadratic word problem has the same skeleton: somewhere a product of two unknown quantities appears, and since both quantities are built from your one unknown, the equation climbs to second degree. Number puzzles make this skeleton easy to see.

Consecutive integers. Two consecutive positive integers have a product of 56. Find them.

Name: let the smaller be n; the next integer is n + 1. Write: n(n + 1) = 56, i.e. n2 + n − 56 = 0. Solve: two numbers multiplying to −56 and adding to +1 are +8 and −7, so (n − 7)(n + 8) = 0 and n = 7 or n = −8. Check: we were told "positive," so reject −8. The integers are 7 and 8, and indeed 7 × 8 = 56. ✓

The same move handles two-digit-number puzzles (the value is 10·tens + units, and some product of the digits is given) and travel problems where two objects meet or one overtakes another — name the unknown time or distance, a product appears, solve, and check that a time isn't negative. The story changes; the skeleton doesn't.

🎮 Try itModel it step by step

Reveal the five modeling steps one at a time for the consecutive-integers problem, then reset.

progressstep 0 of 5

    11.6.5 From "equal" toward "not equal"

    Every equation in this whole stage asks one kind of question: what makes the two sides exactly equal? The answers are a handful of sharp points — for x2 = 9, exactly the two points x = 3 and x = −3, nothing in between.

    But real life rarely asks for exactly. A bridge must hold at least a certain weight; a budget must stay no more than a certain amount; a signal must keep its squared strength under some limit. The moment you replace the "=" with ">", "<", "≥", or "≤", something beautiful happens: the few isolated points of an equation spread out into a whole stretch of answers. Ask x2 ≤ 9 — "the square is no more than 9" — and the answer is the entire interval −3 ≤ x ≤ 3, every number from −3 to 3. The two boundary points stay the same; now the space between them joins in.

    🎮 Try itEqual vs not-equal

    Pick a relation and see how the solution set of "x² ? 9" changes from points to a whole stretch.

    x² ? 9
    Why this matters

    A quadratic equation pins down a place; a quadratic inequality describes a region. Same parabola, same boundary numbers — but instead of "where does the curve touch this height?" you ask "where is the curve below (or above) this height?" That single shift opens all of Stage 12.

    The big ideas, in one breath

    A square shows up whenever your one unknown gets multiplied by another quantity made of that same unknown — an area (length × width), growth on top of growth ((1 ± x)²), or a product of consecutive numbers. The way through is always the same five steps: name the unknown, find the hidden equality, write the equation, solve it, and — the step that separates a right answer from a wrong one — check each root against reality and reject the impossible one. And when "exactly equal" relaxes into "at least" or "no more than," the lone points of a solution swell into an interval, which is exactly where we go next.

    Coming up next — 12.1

    We open Stage 12, Inequalities, by treating ">" and "≤" as first-class citizens. You'll learn to solve quadratic inequalities like x2 − x − 6 > 0 by reading the sign of the parabola — turning today's single solution points into the boundaries of whole solution intervals.

    Exercises 11.6

    Work each one out first, then open the answer to check your thinking.

    1. A rectangle's length is 3 more than its width, and its area is 40. Find its dimensions.
      Show answer
      Let width = w. Then w(w + 3) = 40w2 + 3w − 40 = 0(w + 8)(w − 5) = 0, so w = 5 or w = −8. Reject −8. Width 5, length 8 (5 × 8 = 40 ✓).
    2. A square lawn is surrounded by a 1 m path. Lawn plus path together form a square of area 49 m². Find the lawn's side.
      Show answer
      A 1 m path on every side adds 2 m to the side. If the lawn's side is s, the outer square has side s + 2, so (s + 2)2 = 49s + 2 = 7 (reject −7) → s = 5 m.
    3. A population grows at the same rate for two years, from 200 to 242. Find the yearly rate.
      Show answer
      200(1 + x)2 = 242(1 + x)2 = 1.211 + x = 1.1 (reject −1.1) → x = 0.1 = 10%.
    4. A price falls at the same rate twice, from $80 to $64.80. Find the rate.
      Show answer
      A fall uses (1 − x): 80(1 − x)2 = 64.80(1 − x)2 = 0.811 − x = 0.9x = 0.1 = 10%.
    5. Two consecutive even integers have a product of 168. Find them.
      Show answer
      Let the smaller be n; the next even integer is n + 2. n(n + 2) = 168n2 + 2n − 168 = 0(n − 12)(n + 14) = 0 → n = 12 or n = −14. Taking the positive pair: 12 and 14 (12 × 14 = 168 ✓). (The pair −14 and −12 also has product 168 if negatives are allowed.)
    6. The product of a positive number and 3 less than itself is 54. Find the number.
      Show answer
      n(n − 3) = 54n2 − 3n − 54 = 0(n − 9)(n + 6) = 0 → n = 9 or n = −6. Reject −6. The number is 9.
    7. A ball's height in metres after t seconds is h = 20t − 5t2. When is it at height 15 m?
      Show answer
      Set 20t − 5t2 = 155t2 − 20t + 15 = 0t2 − 4t + 3 = 0(t − 1)(t − 3) = 0t = 1 s or t = 3 s. Both are valid — the ball passes 15 m on the way up (1 s) and again coming down (3 s).
    8. In a geometry problem, why must you always check both roots of the quadratic?
      Show answer
      Because a quadratic returns two roots but a length, area, or count is restricted by reality — one root is very often negative or otherwise impossible. The algebra finds both; the situation keeps only the one that can physically happen. Skipping the check is how you report an impossible answer.
    9. Write, but do not solve, the equation: a rectangle's length is twice its width and its area is 50.
      Show answer
      Width w, length 2w, so area w · 2w = 2w2. The equation is 2w2 = 50.
    10. Express in symbols, and describe the solution set: "x² is no more than 16."
      Show answer
      x2 ≤ 16. The square stays at or below 16 exactly when x is between the boundary roots, so the solution set is the whole interval −4 ≤ x ≤ 4 — a look ahead to Stage 12.

    🎯 Quick check

    Tap the answer you think is right.

    § For teachers and parents

    This lesson targets Common Core A-CED.A.1 (create equations and inequalities from real situations), A-REI.B.4b (solve quadratics by inspection, factoring, and the quadratic formula, recognizing when a root must be rejected), and modeling practice MP4. The single non-negotiable habit to reinforce is Step 5: every root must be checked against the context, and impossible roots (negative lengths, sub−100% rates, fractional counts) discarded — this is the most common place strong students still lose points. The growth model uses (1 ± x)² rather than abstract compounding so the "growth on top of growth" structure is visible. The closing bridge to inequalities (Stage 12) is intentional: it previews how a single equation's isolated solution points widen into a whole solution interval once "=" becomes "≤" or "≥," which prevents the common misconception that an inequality "has one answer."

    Next → Stage 12 · Inequalities
    eastmath.com · Stage 11 · 11.6 Quadratic Equations in Action, and a Look Ahead · Intuition before notation