document.write( "Question 16672: Orla puts $37,000 in a 3 month term-deposit, earning a simple interest rate of 4.25% pa. After the 3 months, she then takes the principal and the interest from the first investment and puts it in another term-deposit with exactly the same conditions.\r
\n" );
document.write( "\n" );
document.write( "a) What amount of interest would be earned on the first term-deposit
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #8131 by mini_s(2)![]() ![]() ![]() You can put this solution on YOUR website! principal = $37000 \n" ); document.write( "rate = 4.25% pa \n" ); document.write( "time = 3/12 \r \n" ); document.write( "\n" ); document.write( "Interest amount = principal x rate x time \r \n" ); document.write( "\n" ); document.write( " = 37000 x 4.25/100 x 3/12 \n" ); document.write( " = 393.125 \n" ); document.write( " \n" ); document.write( " |