Answer: Choice D
=======================================
Step-by-step explanation
The first term is 2, so we write
. The small subscript "1" is a label to basically say "this is the first term". Then
is the next term, and so on.
In general, the nth term is
where n is an integer of the set {1,2,3,...}
The term just before the nth term is
it has a subscript of n-1. Whatever n is, subtract off 1. We cannot use n = 1 here. We either write

Notice the jump from 2 to 6 is "times 3". We can see that by dividing one term over its previous one
- r = common ratio
- r = term2/term1 = 6/2 = 3
- r = term3/term2 = 18/6 = 3
- r = term4/term3 = 54/18 = 3
- r = term5/term4 = 162/54 = 3
- r = term6/term5 = 486/162 = 3
and so on.
Now because the common ratio is 3, it means we triple each previous term to get the next term.
- 2*3 = 6
- 6*3 = 18
- 18*3 = 54
- 54*3 = 162
- 162*3 = 486
etc.
In general, we triple the (n-1) term
and we must require that
, or otherwise we'll dip into negative territory.
This gives the recursive rule to be
or
. I like the second format a bit better.
Put another way:
nth term = (previous term)*3
---------------------------
To summarize

This point us to choice D as the final answer.