document.write( "Question 46874This question is from textbook COLLEGE ALGEBRA
\n" );
document.write( ": Find the sum of the infinite geometric series:\r
\n" );
document.write( "\n" );
document.write( "1 + 1/5 + 1/25 + 1/125 + ... \n" );
document.write( "
Algebra.Com's Answer #31101 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! The sum of any infinite geometric series is given by \n" ); document.write( "S = a1 / (1-r) \n" ); document.write( "where a1 is the first term and r is the common ratio... \n" ); document.write( "Thus in \n" ); document.write( "1 + 1/5 + 1/25 + 1/125 + ..., \n" ); document.write( "1 is our first term and 1/5 is our ratio...thus the sum is \n" ); document.write( "s = 1 / (1-(1/5)) = 1 / (4/5) = 5/4 \n" ); document.write( " |