SOLUTION: the total number of dollars you would have received if you had received 1 dollar on your first birthday, 2 on your second birthday 4 on your third birthday and continued doubling t
Algebra ->
Customizable Word Problem Solvers
-> Numbers
-> SOLUTION: the total number of dollars you would have received if you had received 1 dollar on your first birthday, 2 on your second birthday 4 on your third birthday and continued doubling t
Log On
Question 515493: the total number of dollars you would have received if you had received 1 dollar on your first birthday, 2 on your second birthday 4 on your third birthday and continued doubling the dollars on each birthday to your 18 Answer by drcole(72) (Show Source):
You can put this solution on YOUR website! Notice the pattern. On your first birthday, you received dollars. On your second birthday, you received dollars. On the third birthday, you received dollars. The pattern continues, with the amount doubling each year. So on your kth birthday, you receive dollars (notice that the exponent is always one less than the number of the birthday). This means that the total amount you receive from your first birthday to your eighteenth is:
2^0 + 2^1 + 2^2 + ... + 2^16 + 2^17 dollars (since the amount you will receive on your eighteenth birthday will be .
You could add up all eighteen numbers, but there is an easier way. In general, if we have a sum of the form:
r^0 + r^1 + r^2 + ... + r^(N - 2) + r^(N - 1)
then the sum is given by the formula:
In the case of this problem, r = 2 and N = 18, so we have a sum of:
dollars.