document.write( "Question 38382: 4) For a fixed rate, a fixed principal amount, and a fixed compounding cycle, the return is an exponential function of time. Using the formula,A= P(1+ r/n)^ nt,let r = 8%, P = 1, and n = 1 and give the coordinates (t,A) for the points where t = 0, 1, 2, 3, 4. \n" ); document.write( "
Algebra.Com's Answer #23886 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! 4) For a fixed rate, a fixed principal amount, and a fixed compounding cycle, the return is an exponential function of time. Using the formula,A= P(1+ r/n)^ nt,let r = 8%, P = 1, and n = 1 and give the coordinates (t,A) for the points where t = 0, 1, 2, 3, 4. \n" ); document.write( "A=(1.08)^(t) \n" ); document.write( "for (t,A): \n" ); document.write( "(0,1) \n" ); document.write( "(1,1.08) \n" ); document.write( "(2,1.1664) \n" ); document.write( "(3,1.259712) \n" ); document.write( "(4,1.36048896) \n" ); document.write( " |