document.write( "Question 753984: Find the accumulated amount A if the principal P is invested at the interest rate of r/year for t yr. (Round your answer to the nearest cent.)
\n" );
document.write( "P = $1300, r = 4%, t = 3.5, compounded semiannually \n" );
document.write( "
Algebra.Com's Answer #458712 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! A=1300(1+0.04/2)^3.5*2 \n" ); document.write( "A=1300(1.02)^7 \n" ); document.write( "A=1300(1.14869) \n" ); document.write( "A=$1493.30 \n" ); document.write( " |