document.write( "Question 1003729: The sum of the infinite geometric sequence 2 - 1/5 + 1/25 - 1/125 + .... is ______.\r
\n" );
document.write( "\n" );
document.write( "A. 14/5
\n" );
document.write( "B. 6/5
\n" );
document.write( "C. 6/13
\n" );
document.write( "D. 11/6
\n" );
document.write( "E. 9/4 \n" );
document.write( "
Algebra.Com's Answer #620381 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! We have the first term, which is a = 2. We need the common ratio r.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let's divide the second term over the first term \n" ); document.write( "r = (second term)/(first term) \n" ); document.write( "r = (-1/5)/(2) \n" ); document.write( "r = (-1/5)*(1/2) \n" ); document.write( "r = -1/10\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let's divide the third term over the second term \n" ); document.write( "r = (third term)/(second term) \n" ); document.write( "r = (1/25)/(-1/5) \n" ); document.write( "r = (1/25)*(-5/1) \n" ); document.write( "r = -5/25 \n" ); document.write( "r = -1/5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Notice how r changes value. Since r is NOT the same each time, this means that this sequence is NOT a geometric sequence. So there has to be a typo somewhere. Please double check the problem. Thank you.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "----------------------------------------------------------------\r \n" ); document.write( "\n" ); document.write( "Edit: I realize that the sequence \" - 1/5 + 1/25 - 1/125 + ...\" is geometric (ignore the 2 up front). The first term of this sequence is a = -1/5 . The common ratio is...\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "r = (second term)/(first term) \n" ); document.write( "r = (1/25)/(-1/5) \n" ); document.write( "r = (1/25)*(-5/1) \n" ); document.write( "r = -5/25 \n" ); document.write( "r = -1/5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Since |r| < 1, the infinite series converges to a fixed number, which is\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "S = a/(1-r) \n" ); document.write( "S = (-1/5)/(1-(-1/5)) \n" ); document.write( "S = (-1/5)/(1+1/5) \n" ); document.write( "S = (-1/5)/(6/5) \n" ); document.write( "S = (-1/5)*(5/6) \n" ); document.write( "S = -1/6\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So 2 - 1/5 + 1/25 - 1/125 + .... = 2 + (- 1/5 + 1/25 - 1/125 + ....) = 2 + (-1/6) = 11/6\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Final answer: 11/6 \n" ); document.write( " |