7.7k views
4 votes
If T(n) = 4 + 3n, what is the 2nd term?

2 Answers

4 votes
T(n) = 3n + 4
T(2) = 3(2) + 4
T(2) = 6 + 4
T(2) = 10
User Phill Greggan
by
8.1k points
2 votes
If you would like to know what is the 2nd term, you can calculate this using the following steps:

T(n) = 4 + 3 * n
n = 2
T(2) = 4 + 3 * 2 = 4 + 6 = 10

Result: The 2nd term would be 10.
User Feinmann
by
7.6k points

No related questions found