document.write( "Question 849684: Mike started a savings account by depositing $9. Each month he deposits more money than the month before. At the end of 41 months, he has saved $9,989.00. How much more does he deposit each month? \n" ); document.write( "
Algebra.Com's Answer #511696 by swincher4391(1107)\"\" \"About 
You can put this solution on YOUR website!
sum of arithmetic series:\r
\n" ); document.write( "\n" ); document.write( "Sn = (a1 + an) * n / 2\r
\n" ); document.write( "\n" ); document.write( "= (9+an)*41/2 = 9989\r
\n" ); document.write( "\n" ); document.write( "solving for An we get \r
\n" ); document.write( "\n" ); document.write( "An = 478.27\r
\n" ); document.write( "\n" ); document.write( "An = A1 + (n-1)*d where d is the common difference\r
\n" ); document.write( "\n" ); document.write( "478.27 = 9 + (41-1)*d\r
\n" ); document.write( "\n" ); document.write( "478.27 - 9 = 40d\r
\n" ); document.write( "\n" ); document.write( "469.27 = 40d\r
\n" ); document.write( "\n" ); document.write( "d = \"highlight%2811.73%29\"
\n" ); document.write( "
\n" ); document.write( "
\n" );