document.write( "Question 370521: How much must be invested into an account at 4% simple interest so that the balance
\n" );
document.write( "is $2000 in 5 years? \n" );
document.write( "
Algebra.Com's Answer #264098 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! How much must be invested into an account at 4% simple interest so that the balance is $2000 in 5 years? \n" ); document.write( "----- \n" ); document.write( "A(t) = P(1+rt) \n" ); document.write( "Solve: \n" ); document.write( "2000 = P(1+0.04*5) \n" ); document.write( "--- \n" ); document.write( "2000 = P(1.2) \n" ); document.write( "------------- \n" ); document.write( "P = 2000/1.2 = $1666.67 \n" ); document.write( "============================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |