document.write( "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 \n" ); document.write( "
Algebra.Com's Answer #344035 by drcole(72)![]() ![]() ![]() You can put this solution on YOUR website! Notice the pattern. On your first birthday, you received \n" ); document.write( "\n" ); document.write( "2^0 + 2^1 + 2^2 + ... + 2^16 + 2^17 dollars (since the amount you will receive on your eighteenth birthday will be \n" ); document.write( "\n" ); document.write( "You could add up all eighteen numbers, but there is an easier way. In general, if we have a sum of the form:\r \n" ); document.write( "\n" ); document.write( "r^0 + r^1 + r^2 + ... + r^(N - 2) + r^(N - 1)\r \n" ); document.write( "\n" ); document.write( "then the sum is given by the formula:\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "In the case of this problem, r = 2 and N = 18, so we have a sum of:\r \n" ); document.write( "\n" ); document.write( " |