From 951dc42663e84638e72dd5853791043d1211b8d2 Mon Sep 17 00:00:00 2001 From: CosmicSnowman Date: Tue, 13 Nov 2018 17:53:26 -0800 Subject: [PATCH] Added the exponent format (#21655) * Added the exponent format * Formatting changes --- guide/english/mathematics/exponents/index.md | 3 +++ 1 file changed, 3 insertions(+) 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.