document.write( "Question 1064171: A sequence of three real numbers forms an arithmetic progression with a first term of 9. If 2 is added to the second term and 20 is added to the third term, the three resulting numbers form a geometric progression. What is the smallest possible value for the third term of the geometric progression? \n" ); document.write( "
Algebra.Com's Answer #679231 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A sequence of three real numbers forms an arithmetic progression with a first term of 9. If 2 is added to the second term and 20 is added to the third term, the three resulting numbers form a geometric progression. What is the smallest possible value for the third term of the geometric progression? \n" ); document.write( "------- \n" ); document.write( "arithmetic progression:: a; a+d; a+2d \n" ); document.write( "----- \n" ); document.write( "a = 9 \n" ); document.write( "a+d + 2 = d+11 \n" ); document.write( "a+2d + 20 = 2d+ 29 \n" ); document.write( "----- \n" ); document.write( "geometric progression:: a; ar; ar^2 \n" ); document.write( "----- \n" ); document.write( "a = 9 \n" ); document.write( "ar = d+11 \n" ); document.write( "ar^2 = 2d+29 \n" ); document.write( "------- \n" ); document.write( "r = ar/a = (d+11)/9 \n" ); document.write( "r = ar^2/ar = (2d+29)/(d+11) \n" ); document.write( "------------ \n" ); document.write( "Equation: \n" ); document.write( "r = r \n" ); document.write( "(d+11)/9 = (2d+29)/(d+11) \n" ); document.write( "------ \n" ); document.write( "18d + 261 = d^2 + 22d + 121 \n" ); document.write( "------- \n" ); document.write( "d^2 + 4d -40 = 0 \n" ); document.write( "d = 4.63 \n" ); document.write( "---- \n" ); document.write( "Ans: 2d+29 = 2*4.63+29 = 38.26 \n" ); document.write( "----------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------- \n" ); document.write( " |