document.write( "Question 855005: Suppose you began making annual investments several years ago in a mutual fund in order to save for retirement. You initially invested $1000 and increased the amount by 3% per year as your salary rose. Shares of the fund initially cost $50 each and have been increasing in price by 12% each year. Write a rule for the amount invested in year (n) then a rule for the share price in year n at the time you invested. \n" ); document.write( "
Algebra.Com's Answer #516006 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
Tn = T1 * r^(n - 1)
\n" ); document.write( "invested
\n" ); document.write( "Tn = 1000 * 1.03^(n - 1)
\n" ); document.write( "Tn = 970.874 *1.03^n
\n" ); document.write( "shares
\n" ); document.write( "Tn = 50 * 1.12^(n - 1)
\n" ); document.write( "Tn = 44.6429* 1.12^n
\n" ); document.write( "
\n" ); document.write( "
\n" );