document.write( "Question 387760: Find the sum of the infinite geometric series, if possible.
\n" );
document.write( " 140 + 70 + 35 + . . . \n" );
document.write( "
Algebra.Com's Answer #274141 by MathLover1(20850)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "=140(1+1/2+1/4+....+)\r \n" ); document.write( "\n" ); document.write( "= 140 * Sum [(1/2)^n] (n -> infinity)\r \n" ); document.write( "\n" ); document.write( "= 140 * 1/(1 - 1/2).........(Property of infinite geometric series for \n" ); document.write( "\n" ); document.write( "= 140 * 2\r \n" ); document.write( "\n" ); document.write( "= 280 \n" ); document.write( " |