Rectangle Resizer: Factoring Quadratics with Area Models
A trinomial is just the area of a rectangle waiting to be rebuilt — find its side lengths and you have factored it.
Area, built and rebuilt
When you multiply two binomials, like (x + 3)(x + 4), you are really finding the area of a rectangle with those side lengths: one big x-by-x square, some x-by-1 strips, and some 1-by-1 unit tiles. Multiply it out and you get a trinomial: x² + 7x + 12.
Factoring is the reverse trip: starting from the trinomial, rearrange its tiles back into a clean rectangle, and read the two side lengths off its edges. Those side lengths are the factors.
The two-number trick
To factor x² + bx + c, list pairs of numbers that multiply to c, then check which pair also adds to b. Once found, those two numbers p and q go straight into (x + p)(x + q).
- You need two numbers that multiply to 12 and add to 7.
- Try 3 and 4: 3 × 4 = 12, and 3 + 4 = 7. That's the pair.
- Write the factors using those numbers.
- You need two numbers that multiply to −15 and add to −2.
- Try −5 and 3: (−5) × 3 = −15, and (−5) + 3 = −2. That's the pair.
- Write the factors using those numbers.
From factoring to solving
Once a quadratic is factored and set equal to 0, the zero product property says that if two factors multiply to 0, at least one of them must itself be 0. So if (x + 3)(x + 4) = 0, then either x + 3 = 0 or x + 4 = 0 — giving x = −3 or x = −4.
Check your understanding
- Multiplying two binomials builds a rectangle; its area is a trinomial — factoring runs that process in reverse.
- To factor x² + bx + c, find two numbers that multiply to c and add to b.
- The signs of b and c tell you what signs to look for in the two numbers.
- Always check a factoring result by expanding it back out (FOIL) to confirm it matches the original trinomial.
- Once a quadratic is factored and set to 0, the zero product property lets you solve it directly.