Yanping S. answered 09/29/15
Tutor
4.9
(110)
Integrate your knowledge and differentiate yourself from others
an is the nth term of the sequence.
a1 is the first term of the sequence, which happens to be 2. If you define a sequence recursively (based on past terms), you need at least one initial term if you have a term like an-1, and two if you have a term like an-2, etc.
Thus an = 2 * an-1 + 3
For a1 (the second term of the sequence), the term would be 2 * a2-1 + 3 = 2 * a1 + 3
but we know a1. it is defined in the sequence as 2. Thus a2 = 7
Yanping S.
09/29/15