document.write( "Question 1191493: What is the sum of the infinite series whose nth term is:
\n" );
document.write( "(7^(n-1)) / (10^n) \n" );
document.write( "
Algebra.Com's Answer #823271 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Plugging in n=1, 2, 3... shows the first few terms to be \n" ); document.write( "1/10, 7/100, 49/1000, ... \n" ); document.write( "This is an infinite geometric sequence with first term 1/10 and common ratio 7/10. \n" ); document.write( "The sum of an infinite geometric sequence with first term a and common ratio r is \n" ); document.write( " \n" ); document.write( "For this example, the sum is \n" ); document.write( " \n" ); document.write( "ANSWER: 1/3 \n" ); document.write( " \n" ); document.write( " |