
David W. answered 05/11/17
Tutor
4.7
(90)
Experienced Prof
The sequence 3, 5, 7, 9, ... has 3 as the first element (the base case in recursion). So, a1 = 3
That eliminates choices C and D.
Now, each term is 2 more than the previous term.
an = 2 + an-1
That looks like answer B.
Michael J.
05/11/17