Grade 12 · Mathematics · Algebra

Laws of indices

Learn the laws of indices, including zero, negative and fractional indices, with worked examples, common mistakes and practice questions with full answers.

By David K. Mvula Updated 19 September 2026 9 min read

By the end of this lesson you should be able to

  • Use the laws of indices to simplify expressions
  • Work with zero, negative and fractional indices
  • Solve simple equations where the unknown is an index

What is an index?

In the expression ana^n, the number aa is the base and nn is the index (also called the power or exponent). The index tells you how many times the base is multiplied by itself, so 24=2×2×2×2=162^4 = 2 \times 2 \times 2 \times 2 = 16.

Indices appear everywhere in algebra: in standard form, in formulae for area and volume, in growth and decay problems, and in equations. Learn the laws below well, because almost every later algebra topic uses them.

Key ideas

The laws of indices (for any base a0a \neq 0)

LawRuleExample
Multiplyingam×an=am+na^m \times a^n = a^{m+n}23×24=272^3 \times 2^4 = 2^7
Dividingam÷an=amna^m \div a^n = a^{m-n}56÷52=545^6 \div 5^2 = 5^4
Power of a power(am)n=amn(a^m)^n = a^{mn}(32)4=38(3^2)^4 = 3^8
Power of a product(ab)n=anbn(ab)^n = a^n b^n(2x)3=8x3(2x)^3 = 8x^3
Zero indexa0=1a^0 = 170=17^0 = 1
Negative indexan=1ana^{-n} = \dfrac{1}{a^n}23=182^{-3} = \dfrac{1}{8}
Fractional indexamn=(an)ma^{\frac{m}{n}} = \left(\sqrt[n]{a}\right)^m823=48^{\frac{2}{3}} = 4

Two points are worth remembering:

  • The laws for multiplying and dividing only work when the bases are the same. You can combine x3×x5x^3 \times x^5, but not x3×y5x^3 \times y^5.
  • A negative index does not make the number negative. It means “take the reciprocal”: 232^{-3} is 18\frac{1}{8}, not 8-8.

Solving equations with indices. If two powers with the same base are equal, their indices must be equal. In symbols, if ax=aya^x = a^y then x=yx = y (for a>0a > 0 and a1a \neq 1). To use this, write both sides with the same base.

Worked examples

Example 1. Simplify x5×x3x4\dfrac{x^5 \times x^3}{x^4}.

Add the indices on top, then subtract the index below:

x5+3x4=x8x4=x84=x4\frac{x^{5+3}}{x^4} = \frac{x^8}{x^4} = x^{8-4} = x^4

Example 2. Evaluate 272327^{\frac{2}{3}}.

The denominator of the fraction is the root and the numerator is the power. Take the root first because it keeps the numbers small:

2723=(273)2=32=927^{\frac{2}{3}} = \left(\sqrt[3]{27}\right)^2 = 3^2 = 9

Example 3. Evaluate (23)3\left(\dfrac{2}{3}\right)^{-3}.

A negative index flips the fraction. Then apply the positive index to top and bottom:

(23)3=(32)3=278\left(\frac{2}{3}\right)^{-3} = \left(\frac{3}{2}\right)^{3} = \frac{27}{8}

Example 4. Solve 2x+1=322^{x+1} = 32.

Write 3232 as a power of 22: 32=2532 = 2^5. Now both sides have base 22, so the indices are equal:

x+1=5x=4x + 1 = 5 \quad\Rightarrow\quad x = 4

Check: 24+1=25=322^{4+1} = 2^5 = 32. ✓

Example 5. Solve 9x=279^x = 27.

Neither number is a power of the other, but both are powers of 33: 9=329 = 3^2 and 27=3327 = 3^3.

(32)x=3332x=332x=3x=32(3^2)^x = 3^3 \quad\Rightarrow\quad 3^{2x} = 3^3 \quad\Rightarrow\quad 2x = 3 \quad\Rightarrow\quad x = \frac{3}{2}

Example 6. Simplify (2a3b2)24a2b1\dfrac{(2a^3b^{-2})^2}{4a^2b^{-1}}, leaving your answer with positive indices.

Square the top, handling the number, aa and bb separately:

4a6b44a2b1\frac{4a^6b^{-4}}{4a^2b^{-1}}

The numbers cancel. Subtract the indices of aa and of bb:

a62b4(1)=a4b3=a4b3a^{6-2}\, b^{-4-(-1)} = a^4 b^{-3} = \frac{a^4}{b^3}

Common mistakes

Combining different bases. 23×422^3 \times 4^2 is not 858^5. Rewrite 44 as 222^2 first: 23×24=272^3 \times 2^4 = 2^7.

Treating (a+b)2(a + b)^2 as a2+b2a^2 + b^2. The power of a product rule works for multiplication only. (a+b)2=a2+2ab+b2(a+b)^2 = a^2 + 2ab + b^2.

Mixing up 32-3^2 and (3)2(-3)^2. Without brackets, only the 33 is squared, so 32=9-3^2 = -9. With brackets, (3)2=9(-3)^2 = 9.

Multiplying the indices when you should add them. For x3×x4x^3 \times x^4 the answer is x7x^7, not x12x^{12}. Multiply indices only for a power of a power, such as (x3)4=x12(x^3)^4 = x^{12}.

Practice questions

Attempt every question on paper before you open the answers.

  1. Simplify y7×y3y^7 \times y^{-3}.
  2. Evaluate 163416^{\frac{3}{4}}.
  3. Evaluate 525^{-2}.
  4. Simplify 6x4y32x2y\dfrac{6x^4y^3}{2x^2y}.
  5. Solve 3x2=813^{x-2} = 81.
  6. Solve 4x=84^x = 8.
  7. Evaluate (14)12\left(\dfrac{1}{4}\right)^{-\frac{1}{2}}.
  8. Simplify (3p2q1)3(3p^2q^{-1})^3, leaving your answer with positive indices.
Show answers
  1. y7+(3)=y4y^{7+(-3)} = y^4
  2. (164)3=23=8\left(\sqrt[4]{16}\right)^3 = 2^3 = 8
  3. 152=125\dfrac{1}{5^2} = \dfrac{1}{25}
  4. 3x42y31=3x2y23x^{4-2}y^{3-1} = 3x^2y^2
  5. 81=3481 = 3^4, so x2=4x - 2 = 4 and x=6x = 6
  6. 4=224 = 2^2 and 8=238 = 2^3, so 22x=232^{2x} = 2^3, giving 2x=32x = 3 and x=32x = \dfrac{3}{2}
  7. (14)12=412=4=2\left(\dfrac{1}{4}\right)^{-\frac{1}{2}} = 4^{\frac{1}{2}} = \sqrt{4} = 2
  8. 27p6q3=27p6q327p^6q^{-3} = \dfrac{27p^6}{q^3}

Summary

  • Add indices when multiplying powers of the same base, subtract when dividing, and multiply for a power of a power.
  • a0=1a^0 = 1, and ana^{-n} means 1an\dfrac{1}{a^n}.
  • In a fractional index, the denominator is the root and the numerator is the power.
  • To solve an equation with an unknown index, write both sides with the same base and equate the indices.

Now practise this topic

Real questions show you what still needs work. Try a past paper under timed conditions, or take a short quiz.