An exponent tells you how many times a number is multiplied by itself.
Example:
-
2^3 means
2×2×2=8
Here:
-
2 is the base
-
3 is the exponent
So exponent notation is just a shortcut for repeated multiplication.
Why exponent laws exist
Exponent laws make calculations faster and cleaner, especially when expressions get big. Instead of writing long multiplication chains, we use rules.
These rules are essential in algebra because they show up later in:
-
factoring
-
scientific notation
-
polynomials
-
quadratic equations
-
graphs
-
calculus (way later, but still)
So yes — learning these early is very important.
The main exponent laws (with explanations)
1. Product of Powers Rule
When multiplying powers with the same base, add the exponents.
a^m × a^n = a^(m+n)
Example:
2^3 × 2^2 = 2^(3+2) = 2^5
Why it works:
(2×2×2)(2×2)=2×2×2×2×2
2. Quotient of Powers Rule
When dividing powers with the same base, subtract the exponents.
a^m ÷ a^n = a^(m−n)
Example:
5^6 ÷ 5^2 = 5^(6−2) = 5^4
3. Power of a Power Rule
When raising a power to another power, multiply the exponents.
(a^m)^n = a^(m⋅n)
Example:
(3^2)^4 = 3^(2×4) = 3^8
4. Power of a Product
Distribute the exponent to every factor inside parentheses.
(ab)^n = a^(n)b^(n)
Example:
(2x)^3 = 2^(3)x^(3) = 8x^3
5. Zero Exponent Rule
Any nonzero number raised to the 0 power equals 1.
a^0 = 1 (a≠0)
Example:
7^0 = 1
This exists because it keeps the division rule consistent.
6. Negative Exponent Rule
A negative exponent means “move it to the denominator.”
a^(−n) = 1/a^n
Example:
2^(−3) = 1/2^3 = 1/8