document.write( "Question 862874: In a financial deal, you are promised $100 the first day and each day after that you will receive 45% of the previous day's amount. When one day's amount drops below $1, you stop getting paid from the day on. What day is the first day you would receive no payment and what is your total income? \n" ); document.write( "
Algebra.Com's Answer #520130 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! .45^n*100<1\r \n" ); document.write( "\n" ); document.write( "n=6 s=.83 \n" ); document.write( "1 45.00 \n" ); document.write( "2 20.25 \n" ); document.write( "3 9.11 \n" ); document.write( "4 4.10 \n" ); document.write( "5 1.84 \n" ); document.write( "Add the previous 5 amounts \n" ); document.write( "6 .83 \n" ); document.write( " |