M8MATH-2.1

Product, Quotient & Power-of-a-Power Rules

Learn the product, quotient, and power-of-a-power rules for exponents and how to simplify expressions using these rules with positive exponents.

What you'll do in this lesson

A voice-first session with the Crimsora tutor on Product, Quotient & Power-of-a-Power Rules, then targeted practice and FRQs — with the tutor adapting to where you get stuck.

What this lesson covers

Exponent rules are shortcuts that let you simplify expressions with repeated multiplication without doing all the work. Instead of multiplying 3² by 3⁵ the long way, you can recognize a pattern and combine them into a single power. In this lesson, you'll discover three essential rules — the product rule, quotient rule, and power-of-a-power rule — by expanding expressions and looking for what happens. Understanding these rules will make it much faster to work with exponential expressions and will prepare you to solve equations and work with scientific notation later.

The Product Rule: When Bases Are the Same, Add the Exponents

When you multiply two powers with the same base, you are multiplying repeated groups. For example, 23×252^3 \times 2^5 means (2×2×2)×(2×2×2×2×2)(2 \times 2 \times 2) \times (2 \times 2 \times 2 \times 2 \times 2). Count the total number of 2s: there are 3 of them in the first group and 5 in the second, so 8 altogether. That gives you 282^8. The pattern is am×an=am+na^m \times a^n = a^{m+n}. The key is that the bases must be identical. You add the exponents, not multiply them.

This rule works with any positive base, whether it is a number like 2, 3, or 10, or a variable like xx or yy. For instance, 102×104=102+4=10610^2 \times 10^4 = 10^{2+4} = 10^6 and x3×x2=x3+2=x5x^3 \times x^2 = x^{3+2} = x^5. A common mistake is to multiply the exponents instead. Remember: when you multiply powers with the same base, you add the exponents. When bases are different, like 23×322^3 \times 3^2, the product rule does not apply, so you must compute each power separately.

The Quotient Rule: When Bases Are the Same, Subtract the Exponents

When you divide two powers with the same base, you are canceling out common factors. Start with 3532\frac{3^5}{3^2}, which means 3×3×3×3×33×3\frac{3 \times 3 \times 3 \times 3 \times 3}{3 \times 3}. The two 3s in the denominator cancel with two of the 3s in the numerator, leaving three 3s: 3×3×3=333 \times 3 \times 3 = 3^3. Notice that 52=35 - 2 = 3. The pattern is am÷an=amna^m \div a^n = a^{m-n} (where m>nm > n for positive results with positive exponents).

For example, 106÷102=1062=10410^6 \div 10^2 = 10^{6-2} = 10^4 and x7÷x3=x73=x4x^7 \div x^3 = x^{7-3} = x^4. Just as with the product rule, the bases must match. If the exponent in the denominator is larger than the exponent in the numerator, the result will have a negative exponent — a topic you'll explore in a later lesson. For now, stick with situations where the quotient is a positive exponent or exactly 1.

The Power-of-a-Power Rule: Multiply the Exponents

When you raise a power to another power, you multiply the exponents. For instance, (23)2(2^3)^2 means you take 232^3 and use it as a base, then square it: (23)×(23)=(2×2×2)×(2×2×2)=26(2^3) \times (2^3) = (2 \times 2 \times 2) \times (2 \times 2 \times 2) = 2^6. The exponents 3 and 2 multiply to give 6. The rule is (am)n=amn(a^m)^n = a^{mn}.

You can verify this with numbers: (32)3=93=729(3^2)^3 = 9^3 = 729, and 32×3=36=7293^{2 \times 3} = 3^6 = 729. Both give the same result. With variables, (x4)2=x8(x^4)^2 = x^8 and (y3)5=y15(y^3)^5 = y^{15}. Students sometimes add the exponents here by mistake, thinking (23)2=25(2^3)^2 = 2^5. Remember: raising a power to a power means you multiply the exponents, not add them. This is different from the product rule.

Using the Rules to Simplify Expressions

Once you understand each rule, you can use them to write simpler equivalent expressions. Start by identifying which rule applies. If you see two powers multiplied with the same base, use the product rule and add. If you see a fraction (division) with the same base, use the quotient rule and subtract. If you see an exponent outside parentheses, use the power-of-a-power rule and multiply.

For example:

24×23=24+3=272^4 \times 2^3 = 2^{4+3} = 2^7

5652=562=54\frac{5^6}{5^2} = 5^{6-2} = 5^4

(102)4=102×4=108(10^2)^4 = 10^{2 \times 4} = 10^8

Sometimes you need to use more than one rule in a single problem. For instance, (32)3×3234\frac{(3^2)^3 \times 3^2}{3^4} requires applying power-of-a-power first, then product, then quotient. Work step by step, apply one rule at a time, and double-check by expanding a few terms if you are unsure.

Why the Rules Work: Building Understanding

These rules work because exponents represent repeated multiplication, and the associative and commutative properties of multiplication let you rearrange and regroup factors. When you write am×ana^m \times a^n, you are saying "multiply aa by itself mm times, then multiply aa by itself nn times." That is the same as multiplying aa by itself m+nm + n times in total, which is am+na^{m+n}.

Similarly, am÷ana^m \div a^n means "divide mm factors of aa by nn factors of aa." You can cancel nn factors from the top and bottom, leaving mnm - n factors in the numerator, which is amna^{m-n}. And (am)n(a^m)^n means you start with a product of mm factors of aa, and then repeat that product nn times, which gives m×nm \times n factors of aa altogether, or amna^{mn}. Understanding the "why" behind each rule helps you remember them and use them correctly.

Key terms

Product rule for exponents.
The rule that am×an=am+na^m \times a^n = a^{m+n} when multiplying powers with the same base; you add the exponents.
Quotient rule for exponents.
The rule that am÷an=amna^m \div a^n = a^{m-n} when dividing powers with the same base; you subtract the exponents.
Power-of-a-power rule.
The rule that (am)n=amn(a^m)^n = a^{mn} when raising a power to another power; you multiply the exponents.
Base.
The number or variable that is being multiplied repeatedly in a power; in 353^5, the base is 3.
Exponent.
The number that tells how many times the base is multiplied by itself; in 353^5, the exponent is 5.
Equivalent expressions.
Two or more expressions that have the same value; for example, 24×232^4 \times 2^3 and 272^7 are equivalent expressions.

Worked example

Simplify (23)2×2425\frac{(2^3)^2 \times 2^4}{2^5}.
Start by looking at the numerator and denominator separately. In the numerator, you have (23)2×24(2^3)^2 \times 2^4. First apply the power-of-a-power rule to (23)2(2^3)^2: multiply the exponents 3 and 2 to get (23)2=23×2=26(2^3)^2 = 2^{3 \times 2} = 2^6. Now the numerator is 26×242^6 \times 2^4. Apply the product rule to multiply these powers with the same base: add the exponents to get 26×24=26+4=2102^6 \times 2^4 = 2^{6+4} = 2^{10}. Now your expression is 21025\frac{2^{10}}{2^5}. Apply the quotient rule: subtract the exponents to get 210÷25=2105=252^{10} \div 2^5 = 2^{10-5} = 2^5. To verify, you can expand a bit: 25=322^5 = 32. If you expand the original expression partially, you see the answer makes sense. The final simplified expression is 252^5 or 32.

Practice questions

Simplify 32×353^2 \times 3^5.
  1. 3103^{10}
  2. 373^7
  3. 333^{3}
  4. 979^7

Answer: 373^7

This is the product rule: when multiplying powers with the same base, add the exponents. You have 32×35=32+5=373^2 \times 3^5 = 3^{2+5} = 3^7. A common mistake is to multiply the exponents (32×5=3103^{2 \times 5} = 3^{10}), which is wrong for multiplication. Another is to add the bases (979^7), which misapplies the rule.
Simplify 5853\frac{5^8}{5^3} and explain which rule you used.

Answer: 555^5

This is the quotient rule: when dividing powers with the same base, subtract the exponents. You have 5853=583=55\frac{5^8}{5^3} = 5^{8-3} = 5^5. You can check by expanding: the numerator has eight factors of 5 and the denominator has three factors of 5. When you cancel three factors from each, five factors of 5 remain in the numerator, confirming 555^5.
Simplify (42)3(4^2)^3.
  1. 454^5
  2. 464^6
  3. 16316^3
  4. 868^6

Answer: 464^6

This is the power-of-a-power rule: when raising a power to another power, multiply the exponents. You have (42)3=42×3=46(4^2)^3 = 4^{2 \times 3} = 4^6. Students sometimes add the exponents instead (getting 454^5) or multiply the bases (getting 16316^3 or 868^6), but those are incorrect. The rule applies only to the exponents.

FAQ

Do the exponent rules work if the bases are different?
No. The product and quotient rules require the bases to be identical. For example, 23×332^3 \times 3^3 cannot be simplified using the product rule because the bases are 2 and 3, not the same. You would have to calculate each power separately: 23=82^3 = 8 and 33=273^3 = 27, then multiply to get 216. The power-of-a-power rule does not depend on having multiple bases, so (52)3=56(5^2)^3 = 5^6 works fine.
What happens if I subtract exponents in the quotient rule and get zero or a negative number?
Great question! If the exponents are equal, like x5x5\frac{x^5}{x^5}, the result is x55=x0x^{5-5} = x^0, which equals 1 (any non-zero number to the zero power is 1). If the top exponent is smaller, like x2x5\frac{x^2}{x^5}, you get x25=x3x^{2-5} = x^{-3}, which is a negative exponent. Both are valid, but negative exponents are covered in a later lesson. For now, focus on cases where the numerator exponent is larger.
Can I use these rules with expressions that have more than one variable, like x3y2×x2y4x^3 y^2 \times x^2 y^4?
Yes, but you apply the rules to each variable separately. Treat powers of xx together and powers of yy together: x3y2×x2y4=(x3×x2)(y2×y4)=x3+2×y2+4=x5y6x^3 y^2 \times x^2 y^4 = (x^3 \times x^2)(y^2 \times y^4) = x^{3+2} \times y^{2+4} = x^5 y^6. Each base must match with itself for the rule to apply.
Is there a difference between 23×242^3 \times 2^4 and 23×42^{3 \times 4}?
Yes, a big one. 23×24=23+4=27=1282^3 \times 2^4 = 2^{3+4} = 2^7 = 128 (product rule: add exponents). But 23×4=212=40962^{3 \times 4} = 2^{12} = 4096 (power-of-a-power rule: multiply exponents). Use the product rule when you are multiplying two separate powers. Use the power-of-a-power rule only when you have a power raised to another power, written with parentheses like (23)4(2^3)^4.

Learn this with a teacher, not a page

The Crimsora tutor teaches Product, Quotient & Power-of-a-Power Rules live — explaining on a whiteboard, asking you questions, and adapting to where you get stuck.