document.write( "Question 333280: Deposit $120 in a savings account that pays an annual interest rate of 2.5%. How much simple interest would you earn in 2 years?\r
\n" );
document.write( "\n" );
document.write( "I=Prt
\n" );
document.write( "I=(120)(0.025)(2)
\n" );
document.write( "I=6
\n" );
document.write( "2 years interest on $120 at a rate of 2.5%.\r
\n" );
document.write( "\n" );
document.write( "Is this correct? \n" );
document.write( "
Algebra.Com's Answer #238803 by mananth(16946)![]() ![]() You can put this solution on YOUR website! I = P*r*t \n" ); document.write( "P=120 \n" ); document.write( "r= 2.5% = 0.025 \n" ); document.write( "t=2 \n" ); document.write( ".. \n" ); document.write( "I=120*0.025*2 \n" ); document.write( "I=$6 \n" ); document.write( "You were right \n" ); document.write( " |