This site is a work in progress. New lessons are added regularly. Contact us

Introduction to Exponents

Learning goals

  • Read ana^n as nn copies of the base multiplied together
  • Evaluate a power step by step, so 343^4 is 8181
  • Name a2a^2 squared and a3a^3 cubed, and tie each to a shape
  • Count the zeros in 10n10^n to read a number's size
  • Place exponents after parentheses but before the four operations
  • Distinguish (2)2(-2)^2 from 22-2^2, since parentheses decide what the sign covers

What an exponent means

An exponent records how many times a number is used as a factor. In the power

25=2×2×2×2×2five 2’s=32,2^5 = \underbrace{2 \times 2 \times 2 \times 2 \times 2}_{\text{five 2's}} = 32,

the large number 22 is the base (the number being multiplied). The small raised number 55 is the exponent, which is also called the power (it counts the copies of the base). The whole expression 252^5 is itself called a power of 22. You read it as “two to the fifth power,” or just “two to the fifth.”

In general, for a base aa and a whole-number exponent n1n \ge 1,

an=a×a××an copies of a.a^n = \underbrace{a \times a \times \cdots \times a}_{n \text{ copies of } a}.

ana^n is the result of starting at aa and multiplying by aa again and again until aa has appeared as a factor nn times. The base aa can be any number you have met so far, a whole number, an integer, a fraction, or a decimal. The exponent nn here is a whole number, and it is at least 11.

The exponent is a count, not a thing you multiply by. So 252^5 is not 2×5=102 \times 5 = 10. The 55 tells you how many 22‘s to multiply, and five 22‘s multiply to 3232. Read the exponent as an instruction (“use the base as a factor this many times”), never as a factor in its own right.

Reading powers aloud: squared and cubed

Most powers are read with the word “power,” as in ”77 to the fourth power.” Two exponents come up so often that they have their own names, and both names come from geometry.

A second power is read “squared.” A 44 by 44 square holds 4×4=164 \times 4 = 16 unit squares, so “four squared is sixteen.” The name comes from that picture: a2a^2 is the area of a square whose side has length aa.

Four squared is the number of unit squares in a 4 by 4 square: 4 rows of 4, or 16. Rectangular grids of dots, each labelled with the multiplication it represents. 4 × 4 = 4² = 16
Four squared is the number of unit squares in a 4 by 4 square: 4 rows of 4, or 16.

A third power is read “cubed.” A 22 by 22 by 22 cube is built from 2×2×2=82 \times 2 \times 2 = 8 unit cubes, so “two cubed is eight.” Again the name comes from the shape: a3a^3 is the volume of a cube whose edge has length aa. Past the third power there are no special words; you simply say “to the fourth,” “to the fifth,” and so on.

Evaluating powers

To evaluate a power means to work out the single number it equals. Write the base out the right number of times, then multiply step by step. Keep a running product as you go, so you never juggle more than two numbers at once.

Worked example 1 Evaluate 343^4

The exponent 44 calls for four factors of 33:

34=3×3×3×3.3^4 = 3 \times 3 \times 3 \times 3.

Multiply left to right, carrying the running product forward each time:

3×3=9,9×3=27,27×3=81.3 \times 3 = 9, \qquad 9 \times 3 = 27, \qquad 27 \times 3 = 81.

So 34=813^4 = 81. Notice this is much larger than 3×4=123 \times 4 = 12, which is the trap to avoid.

Worked example 2 Evaluate 525^2, 232^3, and 10310^3

A square is two factors:

52=5×5=25.5^2 = 5 \times 5 = 25.

A cube is three factors:

23=2×2×2=8.2^3 = 2 \times 2 \times 2 = 8.

And a power of ten, again three factors:

103=10×10×10=1000.10^3 = 10 \times 10 \times 10 = 1000.

The last answer, 10001000, is a 11 followed by three zeros, and that three is the exponent.

The same procedure works when the base is a fraction or a decimal, because a power is still just repeated multiplication. To square a fraction you multiply it by itself, so (12)2=12×12=14\left(\tfrac{1}{2}\right)^2 = \tfrac{1}{2} \times \tfrac{1}{2} = \tfrac{1}{4}, and to square a decimal you do the same, so 0.12=0.1×0.1=0.010.1^2 = 0.1 \times 0.1 = 0.01.

Check your understanding

What is 242^4?

Answer choices

Powers of ten and the digit-count pattern

Powers of ten deserve a closer look, because they are the backbone of place value and of writing large numbers. Watch what each one equals:

101=10,102=100,103=1000,104=10,000.10^1 = 10, \quad 10^2 = 100, \quad 10^3 = 1000, \quad 10^4 = 10{,}000.

Every time the exponent goes up by one, the value gains one more zero.

Why 10n10^n is a 11 followed by nn zeros#

Start from the meaning of the power: 10710^7 is seven factors of 1010 multiplied together. Multiplying any whole number by 1010 shifts every digit one place to the left and writes a 00 in the new ones place. That is the same as tacking a single zero onto the right-hand end.

Begin with 11 and multiply by 1010 seven times. The list below opens with that starting 11, and each value after it is what you hold once one more step is done:

1,10,100,1000,10,000,100,000,1,000,000,10,000,000.1, \quad 10, \quad 100, \quad 1000, \quad 10{,}000, \quad 100{,}000, \quad 1{,}000{,}000, \quad 10{,}000{,}000.

Every one of those seven steps tacked a single zero onto the right-hand end, so the seven steps together tacked on seven zeros. That leaves 10710^7 written as a 11 followed by seven zeros.

Nothing in that run depended on the seven. In general 10n10^n is nn factors of 1010 multiplied together. Begin with 11 and multiply by 1010 a total of nn times. Each factor of 1010 appends exactly one more zero, and there are nn factors in all. So the starting 11 ends up carrying exactly nn zeros on its right. That is why 10n10^n is written as a 11 followed by nn zeros.

Powers of ten and the zero countFour rows pairing a power of ten with its value; each step down multiplies by ten and adds one zero, so the exponent equals the number of zeros.10¹=101 zero10²=1002 zeros10³=10003 zeros10⁴=10,0004 zeros
Each step up multiplies by 10, appending one more zero, so the exponent on 10 counts the zeros.

This is why 10610^6 is a million (11 followed by six zeros) and 10910^9 is a billion, without writing out a single multiplication.

Check your understanding

How many zeros are in the value of 10510^5?

Answer choices

How fast does a power grow?

The reason exponents matter so much is the speed. Repeated addition climbs in even steps, but repeated multiplication accelerates. Doubling turns 11 into 22, then 44, 88, 1616, 3232, and the jumps keep getting bigger. Drag the slider below to watch the exponent climb and see the bars explode upward.

Explore how fast 2n grows. Drag the slider to change the exponent n.

23 = 2 × 2 × 2 = 8

By 2102^{10} you have already passed a thousand (210=10242^{10} = 1024), starting from a single 11. That runaway growth is why a sheet of paper folded again and again gets enormous shockingly quickly. The same goes for a savings balance that doubles, or a rumor that spreads to two new people at each step.

Order of operations with exponents

When a power sits inside a longer expression, where does it fall in the order of operations? A power resolves before the operations around it act.

Worked example 3 Evaluate 2+322 + 3^2 and 5×235 \times 2^3

In 2+322 + 3^2, square the 33 first, then add:

2+32=2+9=11.2 + 3^2 = 2 + 9 = 11.

It is not 52=255^2 = 25; the addition waits its turn. In 5×235 \times 2^3, cube the 22 first, then multiply:

5×23=5×8=40.5 \times 2^3 = 5 \times 8 = 40.

It is not (5×2)3=103=1000(5 \times 2)^3 = 10^3 = 1000; without parentheses the exponent attaches only to the 22, not to the product.

So powers are evaluated after parentheses but before multiplication, division, addition, and subtraction. This is the “E” in the mnemonic PEMDAS.

Parentheses override this, because they are resolved first of all. So (2+3)2(2 + 3)^2 adds before squaring, giving 52=255^2 = 25, a different number from 2+32=112 + 3^2 = 11. Whenever you want the exponent to act on a whole sum or product, you must wrap that sum or product in parentheses.

Check your understanding

Evaluate 1+2×321 + 2 \times 3^2.

Answer choices

The crucial case: a minus sign and a square

The place this matters most, and the place almost everyone slips at least once, is a negative number raised to a power. Compare these two expressions carefully; they look almost identical but give opposite signs:

(2)2versus22.(-2)^2 \qquad \text{versus} \qquad -2^2.

In (2)2(-2)^2, the parentheses make 2-2 the base, so the whole negative number is squared. In 22-2^2, there are no parentheses, so the exponent attaches only to the 22, and the minus sign is applied afterward.

Why (2)2=4(-2)^2 = 4 but 22=4-2^2 = -4#

Start with (2)2(-2)^2. The parentheses bundle the sign into the base, so the base is the single number 2-2 and squaring means multiplying it by itself:

(2)2=(2)×(2)=4,(-2)^2 = (-2) \times (-2) = 4,

since a negative times a negative is positive.

Now 22-2^2. Here there are no parentheses, so by the order of operations the exponent binds to the 22 alone, ahead of the minus sign. Read it as (22)-(2^2): first square, then negate.

22=(2×2)=(4)=4.-2^2 = -(2 \times 2) = -(4) = -4.

Only one minus sign is in play, and it is applied after the squaring, so the result stays negative.

The same logic settles odd powers, where the cancelling works out differently. In (2)3(-2)^3 you multiply three negative factors, and three minus signs leave the result negative: (2)3=(2)(2)(2)=8(-2)^3 = (-2)(-2)(-2) = -8. Count the negative factors of a nonzero base: an even count cancels to a positive, an odd count stays negative.

Check your understanding

Evaluate 42-4^2.

Answer choices

Common mistakes

Practice

Multiple Choice Questions (MCQ)

Progressively harder sets of questions. Each opens on its own page.

Free Response Questions (FRQ)

Longer questions in parts, to be worked out on paper. Progressive hints, the answer on its own so you can check yourself and try again, then the full worked solution, plus a rubric to mark your own work against.

Free response Work it out on paper 5 questions Start →
More practice (optional)

Extra sets, as hard as the Challenge set. Each one opens on its own page.

More resources (optional)

Other explanations of this lesson, if you want a second take.

A bit of history (Optional)

Try describing “two used as a factor twenty times” in words alone. It is slow, and it is easy to lose count. That was the ordinary difficulty for a very long time. Early writers had no small raised digit to lean on.

They named the powers instead. A second power was a square, since it measured a square. A third power was a cube. Past the cube the names ran out. A higher power had to be described in a whole sentence.

In 1544 a German writer named Michael Stifel gave the little number a name of its own. He called it an exponent, from a Latin word meaning to set out. The word is exact. An exponent sets out how many factors to take, and it does nothing else whatever.

Almost five hundred years later that is still the sentence to carry away. The exponent counts copies of the base. It is never one of the factors, which is exactly why 252^5 is 3232 rather than 1010.