document.write( "Question 1087641: Find the principal needed now to get the given amount, that is, find the present value.\r
\n" );
document.write( "\n" );
document.write( "To get $200 after 3 years at 10% compounded monthly\r
\n" );
document.write( "\n" );
document.write( "The present value of $200 is $? \n" );
document.write( "
Algebra.Com's Answer #701947 by mathmate(429)![]() ![]() You can put this solution on YOUR website! Question: \n" ); document.write( "Find the principal needed now to get the given amount, that is, find the present value. \n" ); document.write( "To get $200 after 3 years at 10% compounded monthly \n" ); document.write( " \n" ); document.write( "Solution: \n" ); document.write( "F=200 \n" ); document.write( "APR=10% \n" ); document.write( "i=0.1/12 [monthly interest] \n" ); document.write( "n=3*12=36 [months] \n" ); document.write( " \n" ); document.write( "Use present value formula: \n" ); document.write( "P=F/(1+i)^n \n" ); document.write( "=200/(1+0.1/12)^36 \n" ); document.write( "=200/1.34818 \n" ); document.write( "=$148.35 [present value required to accumulate $200 after 3 years at APR 10% compounded monthly] \n" ); document.write( " |