document.write( "Question 286845: find the sum of the infinite series 1/2 + 1 + 2 + 4 ... how do i do this please help if possible. thanks \n" ); document.write( "
Algebra.Com's Answer #208026 by CharlesG2(834)\"\" \"About 
You can put this solution on YOUR website!
find the sum of the infinite series 1/2 + 1 + 2 + 4 ... how do i do this please help if possible. thanks\r
\n" ); document.write( "\n" ); document.write( "1/2 * 2^0 + (1/2)
\n" ); document.write( "1/2 * 2^1 + (1)
\n" ); document.write( "1/2 * 2^2 + (2)
\n" ); document.write( "1/2 * 2^3 + ... (4)\r
\n" ); document.write( "\n" ); document.write( "\"+%28sum%28+2%5En%2C+0%2C+infinity+%29%29%2F2+\"
\n" ); document.write( "
\n" );