document.write( "Question 1151377: The third term of a geometric progression is nine times the first term.The sum of the first four terms is K times the first term. Find the values of possible values of K. \n" ); document.write( "
Algebra.Com's Answer #773119 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Let's say that 'a' is the first term. To get the next term, we multiply by r. We keep this pattern up to generate as many terms as we want.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "first term = a
\n" ); document.write( "second term = (first term)*r = a*r
\n" ); document.write( "third term = (second term)*r = (a*r)*r = ar^2
\n" ); document.write( "fourth term = (third term)*r = (ar^2)*r = ar^3
\n" ); document.write( "and so on...\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Now use the fact that the third term is 9 times the first term
\n" ); document.write( "third term = 9*(first term)
\n" ); document.write( "third term = 9*a
\n" ); document.write( "ar^2 = 9*a
\n" ); document.write( "r^2 = 9 .... divide both sides by 'a'
\n" ); document.write( "r = 3 .... apply square root to both sides\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Use this value of r to compute the first four terms
\n" ); document.write( "first term = a
\n" ); document.write( "second term = a*r = a*3 = 3a
\n" ); document.write( "third term = ar^2 = a(3)^2 = 9a
\n" ); document.write( "fourth term = ar^3 = a(3)^3 = 27a\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Now add them up
\n" ); document.write( "sum of 1st four terms = (1st term)+(2nd term)+(3rd term)+(4th term)
\n" ); document.write( "sum of 1st four terms = (a)+(3a)+(9a)+(27a)
\n" ); document.write( "sum of 1st four terms = 40*a\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "We're told that the sum of the first four terms is equal to k times the first term, so set 40*a equal to k*a, and divide both sides by 'a'
\n" ); document.write( "k*a = 40*a
\n" ); document.write( "k = 40\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Answer: k = 40
\n" ); document.write( "
\n" ); document.write( "
\n" );