n = The exponent (or power) — how many times the base appears as a factor
Worked Example
Problem: Evaluate 3⁴ using exponentiation.
Step 1: Write the base (3) as a factor the number of times indicated by the exponent (4).
34=3×3×3×3
Step 2: Multiply from left to right.
3×3=9,9×3=27,27×3=81
Answer:34=81
Why It Matters
Exponentiation provides a compact way to express repeated multiplication, just as multiplication is a shorthand for repeated addition. It appears throughout algebra, science, and finance — for example, compound interest formulas use exponentiation to model how money grows over time, and scientific notation uses powers of 10 to represent very large or very small numbers.
Common Mistakes
Mistake:Confusing exponentiation with multiplication: interpreting 34 as 3×4=12.
Correction:34 means 3 multiplied by itself 4 times, not 3 multiplied by 4. The correct result is 3×3×3×3=81.