
James B. answered 06/27/16
Tutor
5.0
(3,069)
Experienced, Patient, Passionate Precalculus Math Tutor
Let r = the common ratio
To find the common ratio of a geometric sequence, you divide any term by the previous term
Dividing the 2nd term by the 1st,
r = (10 - x)/x
Dividing the 3rd term, by the 2nd,
r = (2x + 1)/(10 - x)
We can set these 2 equations equal to each other .... r = r
(10 - x)/x = (2x + 1)/(10 - x)
Cross multiply
(10 - x)(10 - x) = x(2x + 1)
100 - 10x - 10x + x2 = 2x2 + x
x2 - 20x + 100 = 2x2 + x
0 = 2x2 - x2 + 20x + x - 100
0 = x2 + 21x - 100
0 = (x - 4)(x + 25)
Using zero product property,
x - 4 = 0 ... x = 4
or
x + 25 = 0 ... x = -25 ... discard this because it was given that x > 0
Therefore, x = 4
From an equation earlier,
r = (10 - x)x
= (10 - 4)/4
= 6/4
= 3/2
The common ratio r is 3/2
So the 1st 3 terms are
= x, 10 - x, 2x + 1
= 4, 10 - 4, 2(4) + 1
= 4, 6, 9