document.write( "Question 72392: I submitted this problem quite a few days ago and did not get a response. I am resubmitting in hopes to get some help.
\n" );
document.write( "Solve the following application.
\n" );
document.write( "Business and finance. Ms. Jordan has been given a loan of $2500 for 1 year. If the interest charged is $275, what is the interest rate on the loan?
\n" );
document.write( "This is what I have so far.
\n" );
document.write( "loan=$2500
\n" );
document.write( "interest=$275
\n" );
document.write( "interest rate=x \n" );
document.write( "
Algebra.Com's Answer #51734 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Ms. Jordan has been given a loan of $2500 for 1 year. If the interest charged is $275, what is the interest rate on the loan? \n" ); document.write( "-------- \n" ); document.write( "Interest = P*r*t \n" ); document.write( "2Ms. Jordan has been given a loan of $2500 for 1 year. If the interest charged is $275, what is the interest rate on the loan? \n" ); document.write( "275 = 2500*r*1 \n" ); document.write( "r = 275/2500 \n" ); document.write( "r = 0.11 \n" ); document.write( "r = 11% \n" ); document.write( "-------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |