document.write( "Question 999039: Suppose that $2600 is initially invested in an account with an APR of 3.3% compounded continuously. \r
\n" );
document.write( "\n" );
document.write( "I created this function, I don't know if it helps:
\n" );
document.write( "f(t)=2600e^(.033t)
\n" );
document.write( "And I calculated that the annual percent change (APY) of the account is 3.36%\r
\n" );
document.write( "\n" );
document.write( "What is the percent change over 10 years for this account?
\n" );
document.write( "Please help!!!! \n" );
document.write( "
Algebra.Com's Answer #616767 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! If you evaluate your function for t=10, you get \n" ); document.write( "f(10) = 3616.52 \n" ); document.write( "Subtract 2600 and then divide by 2600... \n" ); document.write( "1016.52/2600 = .391 \n" ); document.write( "Then divide by ten years and get 3.91%. \n" ); document.write( "Sounds about right. \n" ); document.write( " |