document.write( "Question 149502: what is the equation for this problem. A man has a job for thirty days, he will be paid 1 penny for the first day, 2 pennies for the second day, 4 pennies for the third day, and so on. What is the equation that would give the total amount of pennies for the 30th day?
\n" );
document.write( " this is not in the text book I have. \n" );
document.write( "
Algebra.Com's Answer #109683 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! This is actually a geometric sum or series. \n" ); document.write( "S = a1(1 - r^n)/(1 - r) \n" ); document.write( "S: sum, a1: first term, r: rate, n: # of terms\r \n" ); document.write( "\n" ); document.write( "A man has a job for thirty days, he will be paid 1 penny for the first day, 2 pennies for the second day, 4 pennies for the third day, and so on. What is the equation that would give the total amount of pennies for the 30th day?\r \n" ); document.write( "\n" ); document.write( "1 + 2 + 4 + 8 + ... a1 * r^(n - 1) or 2^(n - 1) \n" ); document.write( "a1 = 1, r = 2, n = 30\r \n" ); document.write( "\n" ); document.write( "S = (1 - 2^30)/(1 - 2) = 1,073,741,823 pennies or $10,737,418.23 \n" ); document.write( " |