From the power rules to multiplying monomials and polynomials — understood through an area model.
You already know how to add and subtract algebraic expressions from Lesson 7.3, and you just sharpened the power rules in 7.4. Now we put them to work on the operation that builds almost everything later in algebra: multiplication. The secret is that every kind of expression multiplication — a single term times a single term, a term times a long polynomial, even two polynomials together — is the same one move repeated: multiply, then collect. And there is a picture, the area model, that shows you exactly why.
By the end of this lesson you will be able to multiply a monomial by a monomial by handling the numbers and the letters separately, hand a factor out to every term with the distributive law, multiply two polynomials by pairing every term with every term, and draw any of these as the area of a rectangle so the rule is never something you have to memorize blind. We keep our usual colors throughout: letters are blue, numbers (coefficients) are amber, exponents are purple, and a sign that flips is flagged in red.
A monomial is a single product of a number and some letters with whole-number exponents — things like 3x2 or −2x3. To multiply two of them, remember that multiplication can be reordered and regrouped however you like. So gather the numbers with the numbers, and the same-base letters with each other:
(3x2)(−2x3) = (3 · −2) · (x2 · x3) = −6 · x5 = −6x5
Two separate jobs are happening here. The coefficients are simply multiplied like ordinary numbers: 3 times −2 is −6. The letters combine by the product-of-powers rule from Lesson 7.4: when you multiply powers of the same base, you add the exponents, so x2 · x3 = x2+3 = x5. Think of it as merging two blocks: their sizes (the numbers) multiply, and their layers (the exponents) stack up.
To multiply monomials: multiply the coefficients (numbers with numbers, signs included) and add the exponents of each shared letter (the product-of-powers rule). A letter that appears in only one factor just comes along for the ride.
Multiply (4a2b)(5ab3).
When you multiply two powers of the same base, the exponents add: x2 · x3 = x5, not x6. Multiplying the exponents is what you do when you raise a power to a power, (x2)3=x6 — a different rule from 7.4. And mind the signs: a positive times a negative is negative.
Set each coefficient and each exponent of x. Watch the numbers multiply and the exponents add to build the product. Try to recreate (3x2)(−2x3) = −6x5.
What if the second factor has more than one term — a whole polynomial like 3x+4? Here the distributive law takes over. It says that an outside factor must be handed to every term inside the parentheses, one at a time:
2x(3x+4) = 2x·3x + 2x·4 = 6x2 + 8x
Notice each new term is just a monomial-times-monomial product — exactly the move you mastered in 7.5.1. The first piece, 2x·3x, has coefficients 2·3=6 and x1·x1=x2, giving 6x2. The second piece, 2x·4, is just 8x. The distributive law is simply the instruction that you must reach every term, missing none.
For any quantities, a(b+c) = ab + ac: the outside factor multiplies each inside term. With more terms, reach all of them: a(b+c+d) = ab+ac+ad.
Expand −3x(2x2−5).
The most common slip is forgetting the last term, especially a lone constant: 2x(3x+4) is 6x2+8x, not just 6x2. The second slip is dropping a minus sign — a negative outside factor flips the sign of every term it touches.
Set the outside factor mx and the two inside coefficients. Watch the arrows hand the factor to each term, and the area strip split into its two pieces. Recreate 2x(3x+4)=6x2+8x.
Now both factors have several terms. The rule grows naturally out of the distributive law: every term of the first factor multiplies every term of the second, and then you add up all the products. For two two-term factors that is four products:
(a+b)(c+d) = ac + ad + bc + bd
Why four? Because a reaches both c and d, and so does b — two terms times two terms makes 2 × 2 = 4 products. Once you have all of them, the final step is to combine like terms, exactly as in Lesson 7.3. Watch it happen with real numbers:
(x+2)(x+3)
=
x·x + x·3 + 2·x + 2·3
=
x2 + 3x + 2x + 6
=
x2 + 5x + 6
The two middle products, 3x and 2x, are like terms — both are a number of x's — so they merge into 5x. The x2 term and the constant 6 have no partners, so they stay as they are. Many people remember the four products by the nickname FOIL — First, Outer, Inner, Last — but FOIL is just a memory aid for "every term times every term," and it only covers the two-by-two case. The real rule never changes: multiply all the pairs, then collect.
To multiply two polynomials, multiply each term of one by each term of the other, keep every product (with its sign), then combine like terms. A factor with m terms times one with n terms gives m × n products before collecting.
Expand (x+5)(x−2).
Don't stop at x2+3x+2x+6 — that's the expansion, not the simplified answer. And only the genuine like terms merge: 3x and 2x combine, but x2 and x never do, because x² and x are different powers.
Choose a product of two binomials (x+p)(x+q). The four products are listed, the two like terms are highlighted, and they combine into the final trinomial.
Everything above becomes obvious once you see it as area. The area of a rectangle is length times width. So a product like (x+2)(x+3) can be drawn as a rectangle whose width is x+2 and whose height is x+3. Cut the width at the x mark and the height at the x mark, and the rectangle falls into four smaller cells — one for each pair of pieces.
Each cell's area is one of the four products, and the total area is their sum — which is exactly the expanded expression. The picture makes "every term times every term" something you can literally point at: there is one cell for x·x, one for x·3, one for 2·x, and one for 2·3.
| x | 2 | |
| x | x² | 2x |
| 3 | 3x | 6 |
The same picture explains the earlier sections too. A monomial times a polynomial is a rectangle with just one row of cells (one factor has a single term). A monomial times a monomial is a single cell — one rectangle, no cuts. The area model is the one idea underneath all of expression multiplication: break the rectangle into pieces, find each piece, add them up.
Draw the product as a rectangle; cut each side at its plus signs; the cells are the term-by-term products; the total area is the expanded expression. Every product rule in this lesson is just this picture, read off.
Slide the two constants. The rectangle re-cuts into four cells, each labelled with its area. Watch the two middle cells add up as like terms, and the total area become the trinomial x2+(p+q)x+pq.
Every expression product is the same move: multiply, then collect. A monomial times a monomial — multiply the coefficients, add the exponents of each shared letter: (3x2)(−2x3)=−6x5. A monomial times a polynomial — the distributive law hands the outside factor to every inside term: 2x(3x+4)=6x2+8x. A polynomial times a polynomial — every term times every term, then combine like terms: (x+2)(x+3)=x2+5x+6. And all three are just the area of a rectangle cut into cells.
Some products come up so often that they deserve shortcuts. In Lesson 7.6 you'll meet the multiplication formulas — patterns like (a+b)2 and (a+b)(a−b) — that let you skip the four-product work once you recognize the shape.
Work each one out first, then open the answer to check your thinking.
Six questions to lock it in. Tap the answer you think is right.
Keep going through the strand: in Lesson 7.4 — Working with Powers you learned the exponent rules this lesson leans on; next, Lesson 7.6 — Multiplication Formulas: Shortcuts for Faster Work turns the most common products into instant patterns.