1. Problem statement: Given the sum of the first $n$ terms of the sequence $(a_n)$ as $$S_n = n^2 + 2n$$ for $n \geq 1$, find the third term $a_3$ of the sequence.
2. Recall the formula for the $n$-th term of a sequence from its partial sums: $$a_n = S_n - S_{n-1}$$ where $S_0 = 0$.
3. Calculate $a_3$:
$$a_3 = S_3 - S_2$$
Calculate $S_3$:
$$S_3 = 3^2 + 2 \times 3 = 9 + 6 = 15$$
Calculate $S_2$:
$$S_2 = 2^2 + 2 \times 2 = 4 + 4 = 8$$
4. Substitute values:
$$a_3 = 15 - 8 = 7$$
5. Therefore, the third term $a_3$ of the sequence is 7.
Answer: B. 7
Sequence Term 047F9E
Step-by-step solutions with LaTeX - clean, fast, and student-friendly.