document.write( "Question 255584: Solving Simple Interest Problems\r
\n" );
document.write( "\n" );
document.write( "P=$1180, R=6%, and T= 2 years \r
\n" );
document.write( "\n" );
document.write( "what is the interest rate and what is the total of deposit and interest earned \n" );
document.write( "
Algebra.Com's Answer #187793 by palanisamy(496)![]() ![]() ![]() You can put this solution on YOUR website! Given, P=$1180, R=6%, and T= 2 years \n" ); document.write( "Simple interest I = P*R*T \n" ); document.write( " I = 1180*(6/100)*2 \n" ); document.write( " I = $ 141.60 \n" ); document.write( "Total Amount = 1180+141.60 = $ 1221.60 \n" ); document.write( " |