document.write( "Question 983341: A business owner borrows $5,600 for 5 months. At the end of the 5-month loan period,
\n" );
document.write( "the interest owed is $115. What was the simple yearly interest rate
\n" );
document.write( "(as a percent)? \n" );
document.write( "
Algebra.Com's Answer #604099 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! I=PRT \n" ); document.write( "R=I/PT\r \n" ); document.write( "\n" ); document.write( "R=[115/(5600*5/12)] \n" ); document.write( "R=115/(28000/12)=4.93%\r \n" ); document.write( "\n" ); document.write( "Check with 5%, which should be close and a little higher\r \n" ); document.write( "\n" ); document.write( "5600*(0.05)(5/12)=280*5/12=1400/12=116.67 which is consistent. \n" ); document.write( " |