document.write( "Question 935705: You deposit $3,000 in a savings account that earns 6% simple interest. How long will it be before you have a total of $3,500? \n" ); document.write( "
Algebra.Com's Answer #568990 by marroqus(3)![]() ![]() ![]() You can put this solution on YOUR website! Initial saving s=3000 \n" ); document.write( "Simple interest i=6% (per year) \n" ); document.write( "Final total F=3500 \n" ); document.write( "Time t=?\r \n" ); document.write( "\n" ); document.write( "Equation F-s=s*i*t \n" ); document.write( "t=(F-s)/(s*i) \n" ); document.write( "t=(3500-3000)/(3000*0.06) \n" ); document.write( "t=500/180 \n" ); document.write( "t=2.77 years \n" ); document.write( " \n" ); document.write( " |