diff --git a/guide/english/mathematics/exponents/index.md b/guide/english/mathematics/exponents/index.md
index 59dae9904d..c3e3dd4812 100644
--- a/guide/english/mathematics/exponents/index.md
+++ b/guide/english/mathematics/exponents/index.md
@@ -12,6 +12,9 @@ In this example, 3 is the exponent.
To compute the value of 23, you would multiply 2 to itself 3 times: 2 * 2 * 2. This evaluates to 8.
+The general format of writing an exponent is:
+- base# of times you multiply base by itself
+
Common exponents have special names:
- Exponent of 2 is often referred to as squared. So 32 is referred to as 3 squared, evaluating to 9.
- Exponent of 3 is often referred to as cubed. So 23 is referred to as 3 cubed, evaluating to 8.