document.write( "Question 239748: you invest $350 that pays a yearly interest rate of 6%
\n" );
document.write( "write a formula for an exponential function giving the balance of the account (B) , in dollars , as a function of the time (t) , in years, since initial investment \n" );
document.write( "
Algebra.Com's Answer #175883 by Theo(13342)![]() ![]() You can put this solution on YOUR website! 350 * (1.06)^t = future value of this account.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "at the end of 1 year, the account will have 350 * (1.06)^1 = 371\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "at the end of 2 years, the account will have 350 * (1.06)2 = 393.26\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "that comes out as 350 * 1.06 * 1.06 \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "since 350 * 1.06 = 371 * 1.06 = 393.26, the interest earned each year is combined with the principal and then interest is earned on the sum.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "at the end of 10 years, the account will have 350 * (1.06)^10 = 626.80\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |