Section B.5 Exponentiation (Raising to Powers)
On occasion, we may need to multiply by the same number over and over again. For example, suppose we place a bet of $5.00 with the βdouble or nothingβ rules. (So if we win, our money is doubled, but if we lose, it's all gone.) What if we won four times in a row, and after each win placed a bet with all that we had won? We'd end up with this much money:
$5.004 timesξ
ξ
ξ
ξ
ξ
ξ
ξ
ξ
ξ
ξ
ξ
ξ
ξ
ξ
ξ
ξ
β
2β
2β
2β
2
Rather than write so many ββ
2,β there is this notation:
$5.00β
24
Checkpoint B.5.1.
So an expression like 24 means to multiply repeatedly. The number being multiplied (in this case, 2) is called the base and the number of times it is multiplied (in this case, 4) is called the exponent. All together, 24 is a power (specifically, a power of 2).
Check your understanding with a few exercises.
Checkpoint B.5.2.
Calculate each of the following by hand, then check your results.