document.write( "Question 1209374: When the same constant is added to the numbers a, b, and c, a three-term geometric sequence arises. If a = 60, b = 120, and c = 150, what is the common ratio of the resulting sequence? \n" ); document.write( "
Algebra.Com's Answer #848700 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! The n-th term of a geometric sequence is a_n = a_1*r^(n-1), where a_1 is the first term and r is the common ratio. Let x = the constant added to all the terms of the 3 term sequence. Thus, a_1 = 60 + x, a_2 = 120 + x, a_3 = a_3 + x \n" ); document.write( "The ratios a_2/a_1 = a_3/a_2 = r -> (150+x)/(120+x) = (120+x)/(60+x). For simplicty, we divide the constant terms by 10. \n" ); document.write( "Solving for x, we get: \n" ); document.write( "90 + 21x + x^2 = 144 + 24x + x^2 \n" ); document.write( "-54 = 3x -> x = -18*10 = -180 \n" ); document.write( "So the terms are -120, -60, -30, and the common ratio = -60/-120 = 1/2\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |