document.write( "Question 202181: Compute the interest. Round to the nearest cent.
\n" );
document.write( " Prinipal = $100
\n" );
document.write( " Rate = 10% per year
\n" );
document.write( " Time = 1 Year
\n" );
document.write( " Interest = ____10000_ \n" );
document.write( "
Algebra.Com's Answer #152438 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! i=.10P \n" ); document.write( "i=.10(100) \n" ); document.write( "i=$10 \n" ); document.write( " |