Exponents & Roots · Grades 8

Exponent Rules: Multiplying, Dividing and Powers of Powers

Quick answer

To multiply powers of the same base, add the exponents. To divide them, subtract. To raise a power to another power, multiply. Every rule is counting factors: 2³ × 2⁴ is three 2s next to four 2s, which is seven 2s. The rules only work when the bases match — 2³ × 3⁴ cannot be combined at all.

What you'll learn

  • Apply the product, quotient and power rules
  • Explain each rule by counting factors
  • Recognise when the rules do not apply

The three rules

am×an=am+naman=amn(am)n=amna^m \times a^n = a^{m+n} \qquad \frac{a^m}{a^n} = a^{m-n} \qquad (a^m)^n = a^{mn}

Every one of them is counting factors. None needs memorising once you have seen why.

Why multiplying adds

Write both powers out.

23×24=(2×2×2)3×(2×2×2×2)42^3 \times 2^4 = \underbrace{(2 \times 2 \times 2)}_{3} \times \underbrace{(2 \times 2 \times 2 \times 2)}_{4}

Removing the brackets leaves seven 22s in a row:

=27= 2^7

The exponents add because you are putting the factors side by side and counting them. Three plus four is seven.

Why dividing subtracts

Division cancels factors in pairs.

2523=2×2×2×2×22×2×2\frac{2^5}{2^3} = \frac{2 \times 2 \times 2 \times 2 \times 2}{2 \times 2 \times 2}

Three 22s on the bottom cancel three on the top, leaving two:

=22= 2^2

Five take away three is two. Subtracting counts what survives the cancelling — which is why it is the mirror image of the product rule.

Why a power of a power multiplies

(23)4(2^3)^4 means four copies of 232^3:

23×23×23×232^3 \times 2^3 \times 2^3 \times 2^3

Each copy contributes three factors, and there are four copies:

3×4=122123 \times 4 = 12 \quad\Rightarrow\quad 2^{12}

That is why this rule multiplies while the first one adds. Four groups of three, rather than three and four.

(23)4=212but23×24=27(2^3)^4 = 2^{12} \qquad\text{but}\qquad 2^3 \times 2^4 = 2^7

The bases must match

23×34cannot be combined2^3 \times 3^4 \quad\text{cannot be combined}

You cannot count 22s and 33s together — they are different things. Work each one out separately instead: 8×81=6488 \times 81 = 648.

This is the same reason unlike fractions cannot be added until the parts are the same size. Counting needs identical things to count.

A product inside a power

The exponent reaches everything inside the brackets:

(2x)3=23x3=8x3(2x)^3 = 2^3 x^3 = 8x^3

Writing 2x32x^3 leaves the 22 uncubed, which is eight times too small. The same applies to fractions:

(ab)n=anbn\left(\frac{a}{b}\right)^n = \frac{a^n}{b^n}

Summary

RuleFormBecause
productaman=am+na^m a^n = a^{m+n}factors side by side
quotientam/an=amna^m / a^n = a^{m-n}factors cancel in pairs
power of a power(am)n=amn(a^m)^n = a^{mn}nn groups of mm factors
product in a power(ab)n=anbn(ab)^n = a^n b^nthe exponent reaches everything

Worked examples

Common mistakes

Practice problems

  1. Simplify 34×353^4 \times 3^5.

    Answer

    393^9

    Full solution

    Same base, so add the exponents: 34+5=393^{4+5} = 3^9.

  2. Simplify 6863\tfrac{6^8}{6^3}.

    Answer

    656^5

    Full solution

    Subtract: 683=656^{8-3} = 6^5.

  3. Simplify (52)3(5^2)^3.

    Answer

    565^6

    Full solution

    Multiply: 52×3=565^{2 \times 3} = 5^6.

  4. Simplify x5x2x^5 \cdot x^2.

    Answer

    x7x^7

    Full solution

    x5+2=x7x^{5+2} = x^7.

  5. Simplify y9÷y4y^9 \div y^4.

    Answer

    y5y^5

    Full solution

    y94=y5y^{9-4} = y^5.

  6. Simplify (3x)4(3x)^4.

    Hint

    The exponent reaches the 33 as well.

    Answer

    81x481x^4

    Full solution

    34x4=81x43^4 x^4 = 81x^4.

    Writing 3x43x^4 would be 2727 times too small.

  7. Simplify (2a3)2(2a^3)^2.

    Answer

    4a64a^6

    Full solution

    22(a3)2=4a62^2 (a^3)^2 = 4a^6.

  8. Can 43×524^3 \times 5^2 be written as a single power?

    Answer

    No.

    Full solution

    The bases differ, so the rules do not apply. Work them out separately: 64×25=160064 \times 25 = 1600.

  9. Simplify a7a2a4\tfrac{a^7 \cdot a^2}{a^4}.

    Answer

    a5a^5

    Full solution

    Top first: a7+2=a9a^{7+2} = a^9. Then divide: a94=a5a^{9-4} = a^5.

  10. Maya simplifies 23×242^3 \times 2^4 and writes 474^7. Find her error.

    Hint

    Check the size against the real answer.

    Answer

    She multiplied the bases as well as adding the exponents. The answer is 272^7.

    Full solution

    Writing the factors out settles it: 23×242^3 \times 2^4 is seven 22s in a row, which is 27=1282^7 = 128.

    Her 474^7 is 16,38416{,}384 — over a hundred times too big. The base never changes when powers are multiplied; only the count of factors does.

Frequently asked questions

What are the exponent rules?

Multiplying powers of the same base adds the exponents, dividing subtracts them, and raising a power to a power multiplies them.

Why do the exponents add when I multiply?

Because you are putting the factors side by side. 2³ × 2⁴ is three 2s next to four 2s, which is seven 2s in total.

Do the rules work if the bases are different?

No. 2³ × 3⁴ cannot be combined, because you cannot count 2s and 3s together. Every rule here needs the same base.

What is the difference between (2³)⁴ and 2³ × 2⁴?

The first is four copies of 2³, so the exponents multiply, giving 2¹². The second puts the factors side by side, so they add, giving 2⁷.

How do I handle a product inside a power?

The exponent reaches everything inside the brackets. (2x)³ is 8x³, not 2x³ — the 2 is cubed as well.

What to learn next

Formulas on this page

Key terms in this lesson

Exponent
The exponent is the small raised number in a power, and it counts how many times the base is multiplied by itself. In 2⁵ the base is 2 and the exponent is 5, so the value is 2 × 2 × 2 × 2 × 2 = 32.

Standards alignment

This lesson covers the following Common Core State Standards for Mathematics.

  • CCSS.MATH.CONTENT.8.EE.A.1Expressions and EquationsKnow and apply the properties of integer exponents to generate equivalent numerical expressions.