asked 111k views
3 votes
If T(n) = 4n-1, what is the 3rd term

1 Answer

6 votes

T(n) = 4n - 1 \\\\ \text{Third term} \implies n = 3 \\\\ T(3) = 4(3) - 1\\ = 12 - 1\\ = 11

No related questions found