
William W. answered 12/03/20
Math and science made easy - learn from a retired engineer
The common ratio (the multiplier) is calculated by 1/6x = -1/2 or x = (1/2)/(-1/6) = (1/2)•(-6/1) = -3.
The equation of the sequence would be an = (-1/18)*(-3)n (or an = (1/6)(-3)n-1 - both give the same result)
The 6th term (n = 6) is a6 = (-1/18)*(-3)6 = -40.5
Or you could use the recursive method:
Term Term
# Value
-----------------
1 1/6
2 -1/2
3 1.5
4 -4.5
5 13.5
6 -40.5