An exponent is a number that tells you how many times the base number should be used as a factor. For example, 24 indicates that the base number 2 is used as a factor 4 times, which means you need to multiply 2*2*2*2, which will give you the result of 16.
If a negative number is raised to an even power, the result will be positive. For example, (-3)4 = -3 * -3 * -3 * -3 = 81
If a negative number is raised to an odd power, the result will be negative. For example, (-3)5 = -3 * -3 * -3 * -3 * -3 = -729
The negative number must be enclosed by parentheses to have the exponent apply to the negative term. For example, (-2)4 = -2 * -2 * -2 * -2 = 16. However, -24 = -(2 * 2 * 2 * 2) = -16
It is important to note that:
- 0 raised to any power is 0 (e.g. 05 = 0)
- 1 raised to any power is 1 (e.g. 15 = 1)
- Any number raised to the 0 power is 1 (e.g. 70 = 1)
- Any number raised to the 1 power is that number itself. (e.g. 71 = 7)