

InterviewSolution
Saved Bookmarks
1. |
Find the nth term of the AP 16, 9, 2, -5, ……. |
Answer» AP is 16, 9, 2, -5, …… Here, first term = a = 16 Common difference = d = 9 – 16 = -7 an = a + (n – 1)d = 16 + (n – 1) (-7) = 16 – 7n + 7 = (23 – 7n) |
|