π
θ
E = mc²
y = mx+b
Δ
φ
λ
HomeLessonsGrade 9
Grade 9 · Exponents · 15 min read

The Laws of Exponents: Complete Exam Guide

Every exponent law with its own worked example — multiplying, dividing, powers of powers and products, zero and negative exponents — plus combined exam-style questions and a full worksheet with answers.

Exponents (indices) are shorthand for repeated multiplication: x4 means x × x × x × x. Every 'law' below is just that definition applied carefully — so if you forget a rule, you can rebuild it in seconds. This guide covers every exponent law and every combination an exam can ask.

In x4, the base is x and the exponent is 4. The laws only work when the bases are the same.

1Law 1: Multiplying (same base): ADD the exponents

xa × xb = xa+b
Worked ExampleExample 1: simplify 2x3 · 5x4
  1. 1
    Multiply the numbers: 2 × 5 = 10.
    Coefficients multiply normally.
  2. 2
    Add the exponents of x: x3 · x4 = x7.
    Same base, so add: 3 + 4 = 7.
  3. 3
    Answer: 10x7.
    Combine the number and the variable part.

2Law 2: Dividing (same base): SUBTRACT the exponents

xa ÷ xb = xab
Worked ExampleExample 2: simplify 12x5 ⁄ 3x2
  1. 1
    Divide the numbers: 12 ÷ 3 = 4.
    Coefficients divide normally.
  2. 2
    Subtract the exponents of x: x5 ÷ x2 = x3.
    Same base, so subtract: 5 − 2 = 3.
  3. 3
    Answer: 4x3.
    Combine the parts.

3Law 3: Power of a power: MULTIPLY the exponents

(xa)b = xa×b
Worked ExampleExample 3: simplify (x3)4
  1. 1
    Multiply the exponents: 3 × 4 = 12.
    A power raised to a power multiplies.
  2. 2
    Answer: x12.
    The base stays x.

4Law 4: Power of a product: give EVERY factor the power

(ab)n = anbn
Worked ExampleExample 4: simplify (2x2)3
  1. 1
    Apply the power 3 to every factor inside: 2 and x2.
    Both the number and the variable are raised to 3.
  2. 2
    23 = 8 and (x2)3 = x6.
    Cube the 2; multiply exponents for the x.
  3. 3
    Answer: 8x6.
    The coefficient 2 becomes 8 — don't forget it.

5Law 5: Zero exponent: the answer is 1

Anything (except 0) to the power 0 equals 1. Why? Because x3 ÷ x3 = x0, but any number divided by itself is 1.

Worked ExampleExample 5: evaluate 3x0 and (3x)0
  1. 1
    In 3x0, only the x has the power 0, so x0 = 1 → 3 × 1 = 3.
    The power sits on x only, not the 3.
  2. 2
    In (3x)0, the whole bracket is to the power 0 → 1.
    Brackets mean everything inside gets the power.

6Law 6: Negative exponents: 'one over'

A negative power means take the reciprocal — it does not make the answer negative.

xn = 1xn
Worked ExampleExample 6: write 2x−3 with a positive exponent
  1. 1
    The x−3 moves to the denominator as x3.
    Negative exponent means 'one over'.
  2. 2
    The 2 stays on top (its exponent is +1).
    Only the x has the negative power.
  3. 3
    Answer: 2 ⁄ x3.
    = 2⁄x3, a positive-exponent form.

7Putting it together — combined exam questions

Real exam questions mix several laws. Work from the inside out: brackets first, then multiply/divide.

Worked ExampleExample 7: simplify (2x2)3 × x−1
  1. 1
    Bracket first (Law 4): (2x2)3 = 23x6 = 8x6.
    Power of a product — cube the 2 as well.
  2. 2
    Multiply by x−1 (Law 1): 8x6 × x−1 = 8x6−1.
    Same base, add exponents: 6 + (−1) = 5.
  3. 3
    Answer: 8x5.
    A single positive-exponent term.
Worked ExampleExample 8: simplify (6x4y2) ⁄ (2x2y5)
  1. 1
    Numbers: 6 ÷ 2 = 3.
    Divide the coefficients.
  2. 2
    x: x4 ÷ x2 = x2. y: y2 ÷ y5 = y−3.
    Subtract exponents for each base separately.
  3. 3
    Write with positive exponents: 3x2 ⁄ y3.
    y−3 becomes 1⁄y3, so it drops to the denominator.

8Scientific notation (Grade 8–9)

Scientific notation writes a number as a value between 1 and 10 times a power of 10 — useful for very large or very small numbers.

Worked ExampleExample 9: write 45 000 in scientific notation
  1. 1
    Place the decimal after the first non-zero digit: 4,5.
    The value must be between 1 and 10.
  2. 2
    Count how many places the decimal moved: 4 places → ×104.
    45 000 → 4,5 needs 4 jumps.
  3. 3
    Answer: 4,5 × 104.
    Large number → positive power of 10.
⚠️

Two classic slips: (1) forgetting the coefficient gets the power — (2x)3 is 8x3, not 2x3; (2) thinking a negative exponent makes the answer negative — it makes a fraction, not a minus.

💡

Numbers and variables are handled separately. Deal with the coefficients (multiply/divide the numbers) and the exponents (add/subtract/multiply) as two separate jobs, then recombine.

Every law above is examinable in Grade 8–11 Paper 1. Drill the worksheet until you can spot which law applies at a glance — exponents are among the fastest, most reliable marks in the paper.

Practice exercises

Work each one out, then click to reveal the answer.

  1. 1
    Simplify x4 · x3 (Law 1)
    Show answer ▾
    Add exponents → x7
  2. 2
    Simplify 3a2 · 4a5 (Law 1)
    Show answer ▾
    3×4 = 12, add exponents → 12a7
  3. 3
    Simplify m8 ÷ m3 (Law 2)
    Show answer ▾
    Subtract exponents → m5
  4. 4
    Simplify 20x6 ⁄ 5x2 (Law 2)
    Show answer ▾
    20÷5 = 4, subtract exponents → 4x4
  5. 5
    Simplify (a3)2 (Law 3)
    Show answer ▾
    Multiply exponents → a6
  6. 6
    Simplify (2y4)3 (Law 4)
    Show answer ▾
    23 = 8, ×4×3 → 8y12
  7. 7
    Simplify (3x2)2 (Law 4)
    Show answer ▾
    32 = 9 → 9x4
  8. 8
    Evaluate 7x0 (Law 5)
    Show answer ▾
    x0 = 1 → 7
  9. 9
    Evaluate (5y)0 (Law 5)
    Show answer ▾
    Whole bracket to power 0 → 1
  10. 10
    Write 4x−2 with a positive exponent (Law 6)
    Show answer ▾
    4 ⁄ x2
  11. 11
    Simplify (2x3)2 · x (combined)
    Show answer ▾
    (2x3)2 = 4x6, ×x → 4x7
  12. 12
    Simplify (12a5b2) ⁄ (4a2b6) (combined)
    Show answer ▾
    12÷4 = 3, a5−2 = a3, b2−6 = b−43a3 ⁄ b4
  13. 13
    Write 3 200 000 in scientific notation
    Show answer ▾
    3,2 × 106
  14. 14
    Write 0,0007 in scientific notation
    Show answer ▾
    Small number → negative power → 7 × 10−4
🧠

Quick Quiz

5 quick questions on what you just read. Take it when you feel ready.

Now practise it

Download Grade 9 past papers and worksheets on this topic.

Go to Grade 9 papers →