Exponent rules — multiplication, division, power of power, zero and negative exponents

easy CBSE 3 min read

Question

Simplify: 25×34×2332×24\dfrac{2^5 \times 3^4 \times 2^{-3}}{3^2 \times 2^4}. Also explain why a0=1a^0 = 1 for any non-zero aa.

(CBSE 7 & 8 — exponents chapter)


Solution — Step by Step

RuleFormulaExample
Product (same base)am×an=am+na^m \times a^n = a^{m+n}23×24=272^3 \times 2^4 = 2^7
Quotient (same base)am÷an=amna^m \div a^n = a^{m-n}56÷52=545^6 \div 5^2 = 5^4
Power of power(am)n=amn(a^m)^n = a^{mn}(32)4=38(3^2)^4 = 3^8
Zero exponenta0=1a^0 = 1 (if a0a \neq 0)70=17^0 = 1
Negative exponentan=1/ana^{-n} = 1/a^n23=1/82^{-3} = 1/8
Power of product(ab)n=anbn(ab)^n = a^n b^n(2×3)4=24×34(2 \times 3)^4 = 2^4 \times 3^4
25×34×2332×24\frac{2^5 \times 3^4 \times 2^{-3}}{3^2 \times 2^4}

Group the 2s and 3s:

=25+(3)×3424×32=22×3424×32= \frac{2^{5+(-3)} \times 3^4}{2^4 \times 3^2} = \frac{2^2 \times 3^4}{2^4 \times 3^2}
=224×342=22×32=14×9=94= 2^{2-4} \times 3^{4-2} = 2^{-2} \times 3^2 = \frac{1}{4} \times 9 = \mathbf{\frac{9}{4}}

From the quotient rule: an÷an=ann=a0a^n \div a^n = a^{n-n} = a^0. But an÷an=1a^n \div a^n = 1 (any number divided by itself). So a0=1a^0 = 1.

This only works when a0a \neq 0 because 000^0 is undefined.


Why This Works

Exponents are repeated multiplication. The rules are shortcuts for combining these multiplications. For example, a3×a2=(a×a×a)×(a×a)=a5a^3 \times a^2 = (a \times a \times a) \times (a \times a) = a^5 — we just add the counts.

graph TD
    A["Exponent Problem"] --> B{"Same base?"}
    B -->|"Yes, multiplying"| C["ADD exponents<br/>a^m × a^n = a^(m+n)"]
    B -->|"Yes, dividing"| D["SUBTRACT exponents<br/>a^m ÷ a^n = a^(m-n)"]
    B -->|"Power of power"| E["MULTIPLY exponents<br/>(a^m)^n = a^(mn)"]
    B -->|"Different bases"| F["Cannot combine directly<br/>Compute each separately"]
    A --> G{"Negative exponent?"}
    G -->|"Yes"| H["Flip: a^(-n) = 1/a^n"]
    A --> I{"Zero exponent?"}
    I -->|"Yes"| J["Result = 1<br/>(if base ≠ 0)"]

Alternative Method — Convert Everything to Positive Exponents First

Move all negative exponents to the other side of the fraction:

25×34×2332×24=25×3432×24×23=25×3427×32=3222=94\frac{2^5 \times 3^4 \times 2^{-3}}{3^2 \times 2^4} = \frac{2^5 \times 3^4}{3^2 \times 2^4 \times 2^3} = \frac{2^5 \times 3^4}{2^7 \times 3^2} = \frac{3^2}{2^2} = \frac{9}{4}

For speed: always combine same bases first, then simplify. Don’t compute large powers — work with the exponents as numbers. 2152^{15} is hard to calculate, but 21513=22=42^{15-13} = 2^2 = 4 is trivial.


Common Mistake

Students write 23×32=652^3 \times 3^2 = 6^5 — you CANNOT add exponents when the bases are different. The product rule works only for the same base. 23×32=8×9=722^3 \times 3^2 = 8 \times 9 = 72, not 65=77766^5 = 7776. This is the single most common exponent error in CBSE Class 7-8.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next