← Back to all activities한국어 →
🧩 Factoring Area Puzzle Lab

Factoring is like splitting a rectangle’s
area into pieces

x²+bx+c is the area of a rectangle with width (x+q) and height (x+p). Adjust p and q to build the target polynomial.

When you split the rectangle into 4 pieces, you get x², px, qx, and pq. Add them together and you get x² + (p+q)x + pq. So factoring means finding p and q such that "their sum is b and their product is c."

Round 1/6 · Solved 0
Target: x² + 5x + 6
p1
q1
(x+1)(x+1) = x² + 2x + 1