What Is Multiplying Monomials?
Multiplying monomials is the operation of combining two or more single-term algebraic expressions into one single-term product. A monomial is an algebraic expression with exactly one term, such as $7$, $4x$, or $-3x^{2}y$, built from a number called the coefficient and one or more variables raised to whole-number powers. The product of two monomials is always another monomial, which is what makes the operation so predictable.
Every product of monomials rests on the same two steps:
Multiply the coefficients. Combine the number parts exactly as you would any two numbers, signs included.
Add the exponents of matching variables. For each base that appears in both monomials, keep the base and add its exponents.
That second step is the product of powers rule from the laws of exponents: when powers of the same base multiply, their exponents add. It only applies to like bases, so $x$ combines with $x$ and $y$ with $y$, never $x$ with $y$. A base that shows up in only one of the monomials is carried straight into the answer, untouched. For a refresher on the single-term building block itself, see monomial.
How Do You Multiply Two Monomials With The Same Variable?
To multiply two monomials in the same variable, multiply the coefficients and add the exponents. This is the base case that every other product builds on.
Example 1: Multiply $3x^{2}$ and $5x^{4}$.
Multiply the coefficients: $3 \times 5 = 15$.
Add the exponents of $x$: $2 + 4 = 6$.
$$3x^{2} \cdot 5x^{4} = 15x^{6}$$
Final answer: $15x^{6}$.
Notice what did not happen. The exponents were added, not multiplied, and the coefficients were multiplied, not added. Those two moves pull in opposite directions, and keeping them straight is the whole skill. A quick way to check a variable with an exponent of $1$: $x$ means $x^{1}$, so $2x \cdot 3x = 6x^{2}$, because $1 + 1 = 2$.
How Do You Multiply Monomials With More Than One Variable?
When a monomial carries several variables, apply the same two steps once per base. Multiply all the coefficients together, then handle each letter on its own, adding exponents only where the base matches.
Example 2: Multiply $3x^{2}y$ and $4xz$.
Coefficients: $3 \times 4 = 12$.
The base $x$ appears in both: $2 + 1 = 3$, giving $x^{3}$.
The base $y$ appears only in the first monomial, and $z$ only in the second, so both ride along unchanged.
$$3x^{2}y \cdot 4xz = 12x^{3}yz$$
Final answer: $12x^{3}yz$.
Example 3: Multiply $2a^{2}b^{3}$ and $5a^{4}b$.
Coefficients: $2 \times 5 = 10$. Base $a$: $2 + 4 = 6$. Base $b$: $3 + 1 = 4$.
$$2a^{2}b^{3} \cdot 5a^{4}b = 10a^{6}b^{4}$$
Writing the answer with its letters in alphabetical order is a convention, not a rule, but it makes products easier to compare and check.
How Do You Multiply Monomials With Negative Or Fractional Coefficients?
A negative or fractional coefficient changes nothing about the exponents. Only the number arithmetic in step one shifts, so track the sign or the fraction carefully and add exponents as before.
Example 4: Multiply $-3x^{2}$ and $5x^{3}$.
$$(-3x^{2})(5x^{3}) = (-3 \times 5),x^{2+3} = -15x^{5}$$
Example 5: Multiply $-2xy$ and $-4x^{2}y$.
Two negatives multiply to a positive, so the sign of the answer is positive.
$$(-2xy)(-4x^{2}y) = (+8),x^{1+2},y^{1+1} = 8x^{3}y^{2}$$
Example 6: Multiply $\frac{1}{2}x^{3}$ and $6x^{2}$.
$$\left(\frac{1}{2}x^{3}\right)(6x^{2}) = \left(\frac{1}{2} \times 6\right)x^{3+2} = 3x^{5}$$
One caution on vocabulary. These are fractional and negative coefficients, not fractional exponents or negative exponents, which live one level up and follow their own rules. A coefficient sits in front; an exponent sits on the shoulder.
How Do You Find The Power Of A Monomial?
Raising a monomial to a power applies that power to every factor inside it. The coefficient gets raised to the power, and each variable's exponent is multiplied by the outer power. This second move is the power of a power rule, and it is where the arithmetic quietly flips from adding to multiplying.
Example 7: Simplify $(2x^{3})^{4}$.
Raise the coefficient: $2^{4} = 16$.
Multiply the exponent by the outer power: $3 \times 4 = 12$.
$$(2x^{3})^{4} = 2^{4}x^{3 \times 4} = 16x^{12}$$
Example 8: Simplify $(-3x^{2}y)^{3}$.
Every factor takes the exponent $3$, including the coefficient and its sign.
$$(-3x^{2}y)^{3} = (-3)^{3}x^{2 \times 3}y^{1 \times 3} = -27x^{6}y^{3}$$
When two monomials are multiplied, matching exponents add. When a single monomial is raised to a power, its exponents multiply. Mixing these two is the most common slip in the whole topic. For the exponent law on its own, see the power of a power rule.
How Do You Multiply Three Or More Monomials?
To multiply three or more monomials, run the same two steps across all of them at once. Multiply every coefficient together, then add the exponents of each base wherever it appears.
Example 9: Multiply $2x$, $3x^{2}$, and $4x^{3}$.
Coefficients: $2 \times 3 \times 4 = 24$.
Exponents of $x$: $1 + 2 + 3 = 6$.
$$(2x)(3x^{2})(4x^{3}) = 24x^{6}$$
Final answer: $24x^{6}$.
Because multiplication does not care about order or grouping, you can pair the factors any way that keeps the arithmetic clean. Some students multiply the first two, then bring in the third; others collect all the coefficients first. Both land in the same place. This same pattern extends to multiplying polynomials, where each term of one expression multiplies each term of the other.
What Are The Rules For Multiplying Monomials?
One table holds every case. Read it before a product, decide which row you are in, and the move is fixed.
Table: The moves behind every monomial product, and the exponent law each one uses.
Situation | What to do | Exponent law |
|---|---|---|
Same base, multiplied | Add the exponents | Product of powers: $x^{m}\cdot x^{n}=x^{m+n}$ |
A monomial raised to a power | Multiply the exponents | Power of a power: $(x^{m})^{n}=x^{mn}$ |
The coefficients | Multiply them, signs included | Ordinary multiplication |
Unlike bases | Carry each into the answer unchanged | (no combining) |
The two exponent rows are the ones that get swapped under pressure. Multiplying two terms adds their exponents; raising one term to a power multiplies them. A fuller reference on these laws lives at exponent rules.
Why Do You Add The Exponents Instead Of Multiplying Them?
The exponents add because an exponent is only a shorthand for repeated multiplication, and multiplying two powers simply pools their factors. Once you write a power out in full, the rule stops being something to memorise and becomes something you can see.
$$x^{2}\cdot x^{3} = (x\cdot x)(x\cdot x\cdot x) = x^{5}$$
Two $x$'s next to three $x$'s make five $x$'s. Nothing was multiplied about the count; the groups were just placed side by side, so the exponents were counted together.
Multiplying pools the factors, so exponents add. Each power says "how many copies of the base." Put two powers together and you have the sum of the copies.
A power of a power stacks the copies, so exponents multiply. $(x^{2})^{3}$ means three copies of $x^{2}$, that is $x^{2}\cdot x^{2}\cdot x^{2}=x^{6}$, and three groups of two copies is $3 \times 2$.
The coefficient plays by different arithmetic because it is an ordinary number, not a count of factors, so it multiplies the normal way. Only the exponent tracks repetition, which is exactly why one part of the term adds while the other multiplies. This is the same idea behind adding exponents whenever like bases meet.
Who Shaped The Algebra Behind Multiplying Monomials?
The idea of multiplying repeated factors is ancient, but the compact notation that makes "add the exponents" jump off the page is surprisingly recent. For centuries, a power like $x^{3}$ was written out in words or as a repeated letter, which hid the very pattern this article is about.
Two figures stand behind the notation and the algebra:
René Descartes (1596–1650, France) introduced the raised-number exponent we still use, the small mark that makes the product-of-powers rule visible.
Diophantus of Alexandria (c. 200–284 CE, Roman Egypt), often called the father of algebra, used early symbols for powers in his Arithmetica long before a full notation existed, an important step toward writing algebra with symbols at all.
Where Are Multiplying Monomials Used In The Real World?
The same multiply-and-add pattern runs quietly under a range of everyday and technical work.
Area and volume scaling: double the side of a square and its area grows by a factor of $2^{2}$; double the edge of a cube and its volume grows by $2^{3}$. That is a power of a monomial acting on a real shape.
Scientific notation: multiplying $3 \times 10^{4}$ by $2 \times 10^{3}$ is a monomial product in base ten. The coefficients multiply to $6$, and the powers of ten add to $10^{7}$.
Physics formulas: expressions like kinetic energy $\frac{1}{2}mv^{2}$ combine quantities by multiplying coefficients and adding the powers of shared units, which is monomial multiplication with meaning attached.
Computer graphics: scaling an image or a 3D model multiplies its width, height, and depth factors together, so equal scale factors combine by adding exponents.
Growth and finance: repeated growth by the same factor stacks as a power, and combining equal factors adds their exponents.
One small rule, multiply the coefficients and add the exponents, quietly links a photo enlargement, a physics equation, and a scaled game character. That reach is what makes it worth doing well.
What Are The Most Common Multiplying Monomials Mistakes?
These four errors account for most lost marks on this topic, verified against BrightChamps' mistakes guide, Think Academy's method walkthrough, a Homework.Study answer on the add-versus-multiply question, and Mometrix's lesson.
Adding the coefficients instead of multiplying them.
Where it slips in:
A student sees two terms and adds everything in sight, writing $2x \cdot 4x = 6x^{2}$ because $2 + 4 = 6$.
Don't do this:
Do not add the coefficients. The number parts are being multiplied, not combined like a sum.
The correct way:
Multiply the coefficients and add only the exponents: $2x \cdot 4x = 8x^{2}$, since $2 \times 4 = 8$ and $1 + 1 = 2$.
Multiplying the exponents instead of adding them.
Where it slips in:
A student multiplies the exponents to match what they just did with the coefficients, writing $x^{2} \cdot x^{3} = x^{6}$.
Don't do this:
Do not multiply exponents when two monomials are multiplied. Multiplying exponents belongs to the power of a power, a different situation.
The correct way:
Add the exponents for a product of like bases: $x^{2} \cdot x^{3} = x^{5}$. Save multiplying exponents for $(x^{2})^{3} = x^{6}$.
Combining exponents across unlike bases.
Where it slips in:
A student merges different letters, turning $x^{2} \cdot y^{3}$ into $xy^{5}$ or $x^{5}$ as if the bases were the same.
Don't do this:
Do not add exponents of different bases. The product-of-powers rule needs the base to match exactly.
The correct way:
Keep unlike bases separate: $x^{2} \cdot y^{3} = x^{2}y^{3}$, with nothing to combine.
Dropping the sign on a negative coefficient.
Where it slips in:
A student multiplies the numbers but forgets the minus signs, writing $(-3x)(-2x) = -6x^{2}$ or $6x$.
Don't do this:
Do not treat the sign as optional. A negative coefficient carries its sign through every step.
The correct way:
Apply the sign rules first: $(-3x)(-2x) = 6x^{2}$, because two negatives make a positive and $1 + 1 = 2$.
Practice Problems On Multiplying Monomials
Work each product using the two steps, then check against the answer beside it.
Multiply $4x^{3} \cdot 2x^{5}$.
(Answer: $8x^{8}$.)Multiply $(-5a^{2})(3a^{4})$.
(Answer: $-15a^{6}$.)Multiply $(2x^{2}y)(7xy^{3})$.
(Answer: $14x^{3}y^{4}$.)Simplify $(3x^{4})^{2}$.
(Answer: $9x^{8}$.)Simplify $(-2a^{2}b)^{3}$.
(Answer: $-8a^{6}b^{3}$.)Multiply $(x)(4x^{2})(2x^{3})$.
(Answer: $8x^{6}$.)
Where Should You Go Next After Multiplying Monomials?
Multiplying single terms is the launch point for most of the algebra that follows, and a few clear doors open from here.
Dividing monomials. The mirror operation, where you divide the coefficients and subtract the exponents instead of adding them.
Multiplying polynomials. Once a single term is easy, the next step is multiplying each term of one expression by each term of another.
Multiplication of algebraic expressions. A wider view of how terms, coefficients, and variables combine across all of algebra.
If your child is building these foundations, a live Bhanzu trainer teaches multiplying monomials from the "why" behind adding exponents, not just the steps, in the Bhanzu algebra program.
Was this article helpful?
Your feedback helps us write better content
