document.write( "Question 1061781: Sam deposits 100 dollars in his account on Tuesday. If he doubles the amount he deposits every day, what is the equation that will determine how much is in his account? \n" ); document.write( "
Algebra.Com's Answer #676534 by addingup(3677)\"\" \"About 
You can put this solution on YOUR website!
Second day: 200
\n" ); document.write( "first day: 100
\n" ); document.write( "So we have a series with a ratio of 200/100 = 2
\n" ); document.write( "Now, the sum of a geometric series S with n terms and with a ratio r is:
\n" ); document.write( "S = (first term)(1-r^n)/(1-r)
\n" ); document.write( "Since we have a first term 100 and a ratio of 2, to find the sum after n days we do this:
\n" ); document.write( "= 100(1-2^n)/(1-2)
\n" ); document.write( "-.-.-.-.-.-.-.-.
\n" ); document.write( "Let's test this formula. Let's say that he's been saving for 4 days:
\n" ); document.write( "100(1-2^4)/(1-2) = 1,500
\n" ); document.write( "Compare with this:
\n" ); document.write( "Day 1 = 200-100 = 100
\n" ); document.write( "Day 2 = 400-100 = 300
\n" ); document.write( "Day 3 = 800-100 = 700
\n" ); document.write( "Day 4 = 1600-100 = 1500
\n" ); document.write( "So our formula works.
\n" ); document.write( "
\n" );