document.write( "Question 202182: Compute the interest. Round to the nearest cent.
\n" );
document.write( " Prinipal = $240
\n" );
document.write( " Rate = 12% per year
\n" );
document.write( " Time = 2 Year
\n" );
document.write( " Interest = _____ \n" );
document.write( "
Algebra.Com's Answer #152437 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! i=2P(.12) \n" ); document.write( "i=(2)(240)(.12) \n" ); document.write( "i=$57.60 \n" ); document.write( " |