document.write( "Question 322289: What is the amount earned when $3600 is invested at a rate of 7% simple interest for three years? \n" ); document.write( "
Algebra.Com's Answer #230729 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Interest= p*r*t \n" ); document.write( "p=3600 \n" ); document.write( "r=7% \n" ); document.write( "t=3 years \n" ); document.write( ".. \n" ); document.write( "I= 3600*0.07*3 \n" ); document.write( "Interest = $756 \n" ); document.write( " |