document.write( "Question 1127671: The first three terms of a G.P are x+1, x+3 and x+8, find,
\n" ); document.write( "i) The Value of x
\n" ); document.write( "ii) The common ratio
\n" ); document.write( "iii) The sum of the first 15 terms.
\n" ); document.write( "

Algebra.Com's Answer #744119 by htmentor(1343)\"\" \"About 
You can put this solution on YOUR website!
The common ratio r = (x+3)/(x+1) = (x+8)/(x+3)
\n" ); document.write( "Solve for x:
\n" ); document.write( "x^2 + 6x + 9 = x^2 + 9x + 8
\n" ); document.write( "3x = 1
\n" ); document.write( "x = 1/3
\n" ); document.write( "Therefore r = (1/3 + 3)/(1/3 + 1) = 10/4
\n" ); document.write( "The sum of the first n terms of a G.P. = Sn = a1*(1-r^n)/(1-r)
\n" ); document.write( "S15 = (4/3)(1-(10/4)^15/(1-(10/4)) = 827841.4
\n" ); document.write( "
\n" );