document.write( "Question 978955: 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 ? \r
\n" );
document.write( "\n" );
document.write( "Total Income \n" );
document.write( "
Algebra.Com's Answer #600302 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! 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( "--------- \n" ); document.write( "--> 0.01*(2^29 - 1) \n" ); document.write( "= 5368709.11 \n" ); document.write( " \n" ); document.write( " |