Find a2: To find a2, we use the given recursive formula an=an–1+8, where n represents the term number. Since a1=12, we can find a2 by adding 8 to a1.Calculation: a2=a1+8=12+8=20.
Find a3: Now, to find a3, we again use the recursive formula. We have just found a2, so we can find a3 by adding 8 to a2.Calculation: a3=a2+8=20+8=28.