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? 
-------
arithmetic progression:: a; a+d; a+2d
-----
a = 9
a+d + 2 = d+11
a+2d + 20 = 2d+ 29
-----
geometric progression:: a; ar; ar^2
-----
a = 9
ar = d+11
ar^2 = 2d+29
-------
r = ar/a = (d+11)/9
r = ar^2/ar = (2d+29)/(d+11)
------------
Equation:
r = r
(d+11)/9 = (2d+29)/(d+11)
------
18d + 261 = d^2 + 22d + 121
-------
d^2 + 4d -40 = 0
d = 4.63
----
Ans: 2d+29 = 2*4.63+29 = 38.26
-----------
Cheers,
Stan H.
-------------