document.write( "Question 366612: I have $100 to invest. Each day the investment will grow 10% of itself (end of day 1 it will be $110, day 2 121, etc). What will the investment be after 30 days? \n" ); document.write( "
Algebra.Com's Answer #261285 by rfer(16322) ![]() You can put this solution on YOUR website! A=100(1+.1)^30 \n" ); document.write( "A=100*17.449 \n" ); document.write( "A=1744.90 \n" ); document.write( " |