Understanding Exponentiation
**Exponentiation** is a mathematical operation involving a **base** b and an **exponent** n. It is written as bn and pronounced as "b raised to the power of n".
When n is a positive integer, exponentiation corresponds to repeated multiplication of the base:
b^n = b * b * ... * b (n times)
For example, 23 = 2 × 2 × 2 = 8. In this expression, 2 is the base, 3 is the exponent, and 8 is the power.