document.write( "Question 970240: Will someone solve and explain this question:\r
\n" ); document.write( "\n" ); document.write( "Q: Mr. Sim invests $9000 at 2% per annum compound interest compounded daily. What is this amount at the end of the third day?
\n" ); document.write( "

Algebra.Com's Answer #592882 by AnlytcPhil(1807)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "P=9000\r\n" );
document.write( "R=0.02\r\n" );
document.write( "N=360   (banks use 360 days a year, because they got started before\r\n" );
document.write( "         calculators or computers were invented.  It was easier to\r\n" );
document.write( "         do arithmetic by hand using 360 than 365, and they've never\r\n" );
document.write( "         changed)\r\n" );
document.write( "  \r\n" );
document.write( "T=3/360 (3 days is 3/360th of a year)\r\n" );
document.write( "\r\n" );
document.write( "Formula:\r\n" );
document.write( "\r\n" );
document.write( "\"P\"\"%22%22=%22%22\"\"A%281%2BR%2FT%29%5E%28N%2AT%29\"\r\n" );
document.write( "\r\n" );
document.write( "\"P\"\"%22%22=%22%22\"\"9000%281%2B0.02%2F%28%28%223%2F360%22%29%29%29%5E%28360%2A%28%223%2F360%22%29%29\"\r\n" );
document.write( "\r\n" );
document.write( "\"P\"\"%22%22=%22%22\"\"%249001.50\"\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );