InterviewSolution
Saved Bookmarks
| 1. |
In an A.P. 4 + 9 + 14 + 19 +… + 124, find 13th term from last. |
|
Answer» Given series = 4 + 9 + 14 + 19 +…+ 124 a = 4, d = 9 – 4 = 5, l= 124 13th term from last = l – (n – 1)d = 124 – (13 – 1) × 5 = 124 – 12 × 5 = 124 – 60 = 64 Hence, 13th term from last is 64. |
|