document.write( "Question 58061: for a fixed rate, fixed principal amount, fixed compunding cycle the return is an expomential function of time. Using formula A=P(1+r/n) nt
\n" );
document.write( "let R=8%
\n" );
document.write( "P=1
\n" );
document.write( "n=1
\n" );
document.write( "give the cordinates (+,A) for the points where +=0,1,2,3,4 round the A value to the tenth place. \n" );
document.write( "
Algebra.Com's Answer #39726 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! for a fixed rate, fixed principal amount, fixed compunding cycle the return is an expomential function of time. Using formula A=P(1+r/n)^nt \n" ); document.write( "let R=8% \n" ); document.write( "P=1 \n" ); document.write( "n=1 \n" ); document.write( "give the cordinates (+,A) for the points where +=0,1,2,3,4 round the A value to the tenth place. \n" ); document.write( "----------- \n" ); document.write( "I'll do it for +=3 and let you do the others. \n" ); document.write( "A=P(1+r/n)^nt \n" ); document.write( "A=1(1+0.08/1)^(1*3) \n" ); document.write( "A=1(1.08)^3 \n" ); document.write( "A=$1.259712 \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |