document.write( "Question 972378: find the amount that should be invested now to accumulate $7,100.00 at 6.5% compounded quarterly for 12 years. \n" ); document.write( "
Algebra.Com's Answer #594712 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! find the amount that should be invested now to accumulate $7,100.00 at 6.5% compounded quarterly for 12 years. \n" ); document.write( "*** \n" ); document.write( "Compound interest formula: A=P(1+r/n)^nt, P=initial investment, r=interest rate, n=number of compounding periods per year, t=years, A=amt after t-years \n" ); document.write( "For given problem: \n" ); document.write( "P=? \n" ); document.write( "r=.065 \n" ); document.write( "n=4 \n" ); document.write( "t=12 \n" ); document.write( "A=7100 \n" ); document.write( ".. \n" ); document.write( "7100=P(1+.065/4)^4*12=P(1+.01625)^48=P(1.01625)^48 \n" ); document.write( "P=7100/(1.01625)^48 \n" ); document.write( "P=3275.15 \n" ); document.write( "Amount that should be invested now=$3,275 \n" ); document.write( " |