document.write( "Question 934757: (1) $600 invested at simple interest for 2 years earns $96. what is the rate of interest per annum?
\n" );
document.write( "(2) Mary invested $200 for 3 years at 5% per annum, John $300 at the same rate. if they both received the same amount of money in simple interest, for how many years did John invest his money? \n" );
document.write( "
Algebra.Com's Answer #567754 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! 1) \n" ); document.write( "I=Prt \n" ); document.write( "r=I/Pt \n" ); document.write( "r=96/(600*2) \n" ); document.write( "r=96/1200 \n" ); document.write( "r=0.08 \n" ); document.write( "r=8% \n" ); document.write( "2) \n" ); document.write( "I=Prt \n" ); document.write( "I=200*0.05*3 \n" ); document.write( "I=30 \n" ); document.write( "-------------- \n" ); document.write( "t=I/(pr) \n" ); document.write( "t=30/(300*0.05) \n" ); document.write( "t=2 yrs \n" ); document.write( " |