document.write( "Question 1194564: Suppose you go to a company that pays 0.01 for the first day, 0.02 for the second day, 0.04 for the third day and so on. If the daily wage keeps doubling, what will your total income be for working 29 days ? \n" ); document.write( "
Algebra.Com's Answer #826792 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
this is a(1-r^n)/1-r, and r=2, doubling
\n" ); document.write( "so it is 0.01(1-2^29)/(1-2)
\n" ); document.write( "=0.01*2^29=5,368,709.12
\n" ); document.write( "
\n" ); document.write( "
\n" );