document.write( "Question 1082964: Peter borrowed php 15,000 from the bank at the rate of 12% per annum. How much will he owe the bank after 18 months? \n" ); document.write( "
Algebra.Com's Answer #696974 by Boreal(15235) You can put this solution on YOUR website! 18 months is 1.5 years \n" ); document.write( "interest=p*r*t=15000*.12*1.5=2700 \n" ); document.write( "Will owe that and principal, so total is 17,700php \n" ); document.write( " |