document.write( "Question 1004005: Find the amount that results from the investment.\r
\n" );
document.write( "\n" );
document.write( "$480 invested at 16% compounded quarterly after a period of 4 years \n" );
document.write( "
Algebra.Com's Answer #620573 by addingup(3677)![]() ![]() You can put this solution on YOUR website! FV = final value \n" ); document.write( "PV = present value (in this case it's 480) \n" ); document.write( "r = interest (here it's 16%) \n" ); document.write( "n = number of periods in a year (your problem says 4. Well, it says quarterly and there are 1/4+1/4+1/4+1/4= 4/4 four quarters) \n" ); document.write( "t = time, the number of years \n" ); document.write( "--------------------------- \n" ); document.write( "FV= PV(1+r/n)^n*t \n" ); document.write( "FV= 480(1+0.16/4)^4*4 \n" ); document.write( "FV= 480(1.04)^16 \n" ); document.write( "FV= 480(1.87) \n" ); document.write( "FV= 897.60 is your final value, the amount you will have after 4 years. \n" ); document.write( "J \n" ); document.write( " |