document.write( "Question 921265: a person invests $3500in an account at 5% of interest compounded annually. let V=f(t) to be the value (in dollars) if the after t years or any fraction thereof.
\n" );
document.write( "
\n" );
document.write( "F(t) =? \n" );
document.write( "
Algebra.Com's Answer #558895 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! In General \n" ); document.write( "A = Accumulated Amount \n" ); document.write( "P= principal = \n" ); document.write( "r= annual rate = .05 \n" ); document.write( "n= periods per year = 1 \n" ); document.write( "t= years = \n" ); document.write( "...... \n" ); document.write( "F(t) = 3500(1.05)^t \n" ); document.write( " |