Question 82382
Consider a sequence 4, x, 9, ... with x>0
If the sequence is geometic, find (a) the value of x, (b) the value of t<sub> 6</sub>, (c) a formula for t<sub> n</sub> and (d) the value of S<sub> 6</sub>
------------
r=x/4=9/x
Therefore x^2=36 and x=6.
Therefore r=6/4=3/2
-----------------
t(6) = [t(1)]*[r^5]
t(6) = 4*(3/2)^5 = 30.375
---------------
t(n) = [t(1)][r^(n-1)]
--------------
S(n) = [r^(n+1)-1]/[r-1]
S(6) = [(3/2)^7-1]/[(3/2)-1]
S(6) = [16.0859...]/[0.5]=32.172
=============
Cheers,
Stan H.