document.write( "Question 1005334: Find the sum of the first 6 terms of the Geometric progression : 18,6,2, ............. \n" ); document.write( "
Algebra.Com's Answer #621631 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
common ratio is 1/3 by inspection
\n" ); document.write( "s=a1(1-r^n)/(1-r)
\n" ); document.write( "s=18*(1-1/729)/(2/3)
\n" ); document.write( "s=18(728/729)/(2/3)
\n" ); document.write( "18*3/2, invert divisor=27
\n" ); document.write( "27*(728/729), 27 divides into 729 27 times
\n" ); document.write( "it is 26 and 26/27
\n" ); document.write( "terms are 18,6,2,(2/3),(2/9),and (2/27)
\n" ); document.write( "They add to 26 26/27
\n" ); document.write( "
\n" ); document.write( "
\n" );