document.write( "Question 86057: Ms. Jordan has been given a loan of $2500 for 1 year. If
\n" );
document.write( "the interest charged is $275, what is the interest rate on the loan?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #62367 by dolly(163)![]() ![]() ![]() You can put this solution on YOUR website! Amount of loan = $2500 \n" ); document.write( "Period = 1 yr \n" ); document.write( "Interest = $275\r \n" ); document.write( "\n" ); document.write( "So rate of interest = (100*I)/P*T\r \n" ); document.write( "\n" ); document.write( " = 100*275/2500*1\r \n" ); document.write( "\n" ); document.write( " = 27500/2500\r \n" ); document.write( "\n" ); document.write( " = 11% \n" ); document.write( " |