

InterviewSolution
Saved Bookmarks
1. |
Find the 8th term from the end of the AP 7, 10, 13, ……, 184. |
Answer» Given: AP is 7, 10, 13,…, 184 a = 7, d = 10 – 7 = 3 and l = 184 nth term from the end = l – (n – 1)d Now, 8th term from the end be 184 – (8 – 1)3 = 184 – 21 = 163 |
|