document.write( "Question 1188230: Find the sum of the infinite geometric series 1, 0.5, 0.25, ... \n" ); document.write( "
Algebra.Com's Answer #819253 by math_helper(2461)\"\" \"About 
You can put this solution on YOUR website!
\r
\n" ); document.write( "\n" ); document.write( "S = \"a%5B1%5D+%2F+%281-r%29+\" where \"a%5B1%5D\" is the first term, and r is the common ratio.\r
\n" ); document.write( "\n" ); document.write( "For this problem
\n" ); document.write( "\"a%5B1%5D\" = 1
\n" ); document.write( "r = 1/2\r
\n" ); document.write( "\n" ); document.write( "S = \"+1+%2F+%281-%281%2F2%29%29+\" = 2 \n" ); document.write( "
\n" );