Question
Simplify: . Also explain why for any non-zero .
(CBSE 7 & 8 — exponents chapter)
Solution — Step by Step
| Rule | Formula | Example |
|---|---|---|
| Product (same base) | ||
| Quotient (same base) | ||
| Power of power | ||
| Zero exponent | (if ) | |
| Negative exponent | ||
| Power of product |
Group the 2s and 3s:
From the quotient rule: . But (any number divided by itself). So .
This only works when because is undefined.
Why This Works
Exponents are repeated multiplication. The rules are shortcuts for combining these multiplications. For example, — 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:
For speed: always combine same bases first, then simplify. Don’t compute large powers — work with the exponents as numbers. is hard to calculate, but is trivial.
Common Mistake
Students write — you CANNOT add exponents when the bases are different. The product rule works only for the same base. , not . This is the single most common exponent error in CBSE Class 7-8.