Respuesta :
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.
T(n) = 4 + 3 * n
n = 2
T(2) = 4 + 3 * 2 = 4 + 6 = 10
Result: The 2nd term would be 10.