document.write( "Question 1125984: Given that x+6,x and x-3 are the first three terms of geometric progression.calculate the volume of x?.(i)find the value of x. (ii)the fifth term .(iii) the sum of infinity\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #742320 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! The n-th term of a geometric progression is given by a_n = a*r^(n-1) \n" ); document.write( "where a = the first term, r = the common ratio \n" ); document.write( "The first 3 terms are x+6, x, and x+6 \n" ); document.write( "The first term a = x+6 \n" ); document.write( "The second term is a_2 = ar = x \n" ); document.write( "The third term is a_3 = ar^2 = x-3 \n" ); document.write( "The common ratio, r = x/(x+6) \n" ); document.write( "We solve for x by eliminating a and r: \n" ); document.write( "(x+6)r = x -> r = x/(x+6) \n" ); document.write( "(x+6)(x/(x+6))^2 = x-3 \n" ); document.write( "x^2/(x+6) = x-3 \n" ); document.write( "x^2 = x^2 + 3x - 18 \n" ); document.write( "This gives x = 6, and thus a = 12, and r = 1/2 \n" ); document.write( "Thus the 5th term is a_5 = 12(1/2)^4 = 3/4 \n" ); document.write( "The infinite sum is S = a/(1-r) = 12/(1/2) = 24 \n" ); document.write( " |