document.write( "Question 334065: Donnell took out a college loan of $3000. He will be charged 8% simple interest on the loan.
\n" );
document.write( "A) How much interest will be due on the loan in three months?
\n" );
document.write( "B) How much interest will be due on the loan in three years? \n" );
document.write( "
Algebra.Com's Answer #239343 by mananth(16949) You can put this solution on YOUR website! Donnell took out a college loan of $3000. He will be charged 8% simple interest on the loan. \n" ); document.write( "A) How much interest will be due on the loan in three months? \n" ); document.write( "B) How much interest will be due on the loan in three years? \n" ); document.write( ".. \n" ); document.write( "P= 3000 \n" ); document.write( "r=8% = (0.08) \n" ); document.write( "time = 3/12 = 1/4 year \n" ); document.write( ".. \n" ); document.write( "I= 3000*0.08*1/4 \n" ); document.write( "= $60 after 3 months. \n" ); document.write( ".. \n" ); document.write( "per year interest = 60 *4 = $240 \n" ); document.write( "for 3years it will be 3 * 240 = $720 \n" ); document.write( " |