An exponent tells how many times to multiply a number (the base) by itself.
5 x 5 x 5 = 5^3 (read as '5 to the power of 3' or '5 cubed')
| Term | Meaning | Example |
|---|---|---|
| Base | The number being multiplied | 5 |
| Exponent | How many times to multiply | 3 |
| Power | The whole expression | 5^3 = 125 |
Special cases:
- a^1 = a (any number to power 1 is itself)
- a^0 = 1 (any nonzero number to power 0 is 1)
- 1^n = 1 (one raised to any power is 1)