⚡
← BackPowers

📘 Definition
Given a number a and a positive integer n, the nth power of a, written aⁿ, is the product of n factors all equal to a.
🧠 Formula
aⁿ = a × a × ... × a = n factors of a
✏ Example
2³ = 2 × 2 × 2 = 8

Given a number a and a positive integer n, the nth power of a, written aⁿ, is the product of n factors all equal to a.
2³ = 2 × 2 × 2 = 8