

InterviewSolution
Saved Bookmarks
1. |
Which term of the AP: 3, 8, 13, 18,…, is 78? |
Answer» Given: 3, 8, 13, 18, …… Here a = 3; d = a2 – a1 = 8 – 3 = 5 Let ‘78’ be the nth term of the given A.P. ∴ an = a + (n – 1) d ⇒ 78 = 3 + (n – 1) 5 ⇒ 78 = 3 + 5n – 5 ⇒ 5n = 78 + 2 ⇒ n = \(\frac{80}{5}\) = 16 ∴ 78 is the 16th term of the given A.P. |
|