

InterviewSolution
Saved Bookmarks
1. |
Write the first two terms of the sequence whose nth term is tn = 3n – 4. |
Answer» Given, tn = 3n – 4 For n = 1, t1 = 3(1) – 4 = –1 For n = 2, t2 = 3(2) – 4 = 6 – 4 = 2 |
|