document.write( "Question 893296: Your parents open an account with an initial investment of $6000. The account pays interest at a rate of 4% compounded yearly.
\n" ); document.write( "Write a function that models the account balance over time.
\n" ); document.write( "

Algebra.Com's Answer #541980 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
\"F=6000%281%2B0.04%29%5Et\"
\n" ); document.write( "\"F=6000%281.04%29%5Et\" where \"F\" is the value of the account at \"t\" years.
\n" ); document.write( "
\n" );