document.write( "Question 1133124: Karl invested his savings in a short-term fund that was offering a simple interest rate of 4% p.a. The maturity value of the investment at the end of 330 days was $27,514.91
\n" );
document.write( "Calculate the principal amount invested
\n" );
document.write( "calculate the interest earned\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #750325 by Alex.33(110)![]() ![]() You can put this solution on YOUR website! $27,514.91=p+e \n" ); document.write( "e=p*(4%*330/365) \n" ); document.write( "solve for p and e. p=$26554.58; e=$960.33. \n" ); document.write( "the principal amount invested is approximately $26554.58. \n" ); document.write( "the interest earned is approximately $959.25. \n" ); document.write( " |