document.write( "Question 1086936: Find the sum of this infinite geometric series: 54 + 18 + 6 + 2 + . . . \n" ); document.write( "
Algebra.Com's Answer #701187 by htmentor(1343)\"\" \"About 
You can put this solution on YOUR website!
If |r| < 1, the sum of the infinite series can be computed.
\n" ); document.write( "In this case r = 18/54 = 1/3
\n" ); document.write( "The sum of an infinite geometric series is S = a/(1-r), where a = the 1st term
\n" ); document.write( "So S = 54/(1-1/3) = (3/2)54 = 81
\n" ); document.write( "
\n" );