document.write( "Question 40402: $600 is borrowed at an interest rate of 1.4% per month. Find the interest for a 30 month period.
\n" );
document.write( "$_____
\n" );
document.write( "---is it $18000???
\n" );
document.write( "thank u very much \n" );
document.write( "
Algebra.Com's Answer #25781 by fazlerabbi(9) ![]() You can put this solution on YOUR website! principle amount p = 600 \n" ); document.write( "interest rate r = 1.4% = 0.014 \n" ); document.write( "time t = 30\r \n" ); document.write( "\n" ); document.write( "So total interest after 30 months = p*r*t \n" ); document.write( " = 600 * 0.014 * 30 \n" ); document.write( " = 252 dollars. Ans. \n" ); document.write( " |