document.write( "Question 1086820: Find the sum of this infinite geometric series: 1000 – 200 + 40 – … \n" ); document.write( "
Algebra.Com's Answer #701065 by htmentor(1343)\"\" \"About 
You can put this solution on YOUR website!
The sum of an infinite geometric series with first term a and common ratio r is:
\n" ); document.write( "S = a/(1-r)
\n" ); document.write( "In this case r = -200/1000 = -1/5, and a = 1000
\n" ); document.write( "Thus S = 1000/(1+1/5) = 833 1/3
\n" ); document.write( "
\n" );