document.write( "Question 1026201: On your birthday, you placed $500 in an account bearing 6% simple interest per
\n" );
document.write( "year. One year later, you placed another $500 in the same account. How much is in the account one year after that? \n" );
document.write( "
Algebra.Com's Answer #642633 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Simple interest is found by \n" ); document.write( "I = Prt \n" ); document.write( "We will add the two investments. \n" ); document.write( "I = 500(.06)(2) + 500(.06)(1) = 90 \n" ); document.write( "Thus you will have \n" ); document.write( "$1090 in your account after the two years. \n" ); document.write( " |