document.write( "Question 152297: A man borrowed $3600 for 1 month at an annual rate of 5%. How much interest did he owe? \n" ); document.write( "
Algebra.Com's Answer #111967 by orca(409)![]() ![]() ![]() You can put this solution on YOUR website! First we need to figure out the monthly interest rate. \n" ); document.write( "The monthly interest rate is the annual interest rate divided by 12. \n" ); document.write( "So the interest rate per month is \n" ); document.write( "5%/12 \n" ); document.write( "The interest for 1 month is \n" ); document.write( "3600*5%/12 \n" ); document.write( "= 15 \n" ); document.write( "So the interest is $15 \n" ); document.write( " \n" ); document.write( " |