document.write( "Question 41021: An infinite geometric series has 1 and 1/5 as its first two terms: 1,1/5,1/25,1/125,..... What is the sum, S, of the infinite series?
\n" );
document.write( "a)1/25
\n" );
document.write( "b)1/4
\n" );
document.write( "c)1
\n" );
document.write( "d)5/4 \n" );
document.write( "
Algebra.Com's Answer #26504 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! The formula for finding the sum of an infinite geometric series is \n" ); document.write( "S = a1 / (1 - r) \n" ); document.write( "where a1 is the first term and r is the common ratio...here those are 1 and 1/5, respectively...plugging in we get \n" ); document.write( "S = 1 / (1 - 1/5) = \n" ); document.write( "S = 1 / (4/5) = \n" ); document.write( "S = 5/4 \n" ); document.write( "Choice D. \n" ); document.write( " |