document.write( "Question 1206995: Suppose you invested $1000 at a 7.1% simple annual interest rate. You have accumulated $1100 in your savings account at the end of a certain length of time. \r
\n" );
document.write( "\n" );
document.write( "How long, in years, was your money invested? \n" );
document.write( "
Algebra.Com's Answer #844784 by math_tutor2020(3816)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "A = P(1+r*t) \n" ); document.write( "1100 = 1000(1+0.071*t) \n" ); document.write( "1+0.071*t = 1100/1000 \n" ); document.write( "1+0.071*t = 1.1 \n" ); document.write( "0.071*t = 1.1-1 \n" ); document.write( "0.071*t = 0.1 \n" ); document.write( "t = 0.1/0.071 \n" ); document.write( "t = 1.408451 years approximately \n" ); document.write( " \n" ); document.write( " |