

InterviewSolution
Saved Bookmarks
1. |
The first and the last terms of an A.P. are 17 and 350 respectively. If the common difference is 9, how many terms are there and what is their sum? |
Answer» a = 17, l = 350, d = 9 Number of terms, n = \(\frac{1-a}{d} + 1\) \(\frac{350-17}{9} + 1\) \(\frac{333+9}{9} = \frac{342}{9} = 38\) sn= \(\frac{n}{2}\) (a + l) \(\frac{38}{2}(350 + 17)\) = 19 (367) = 6973 |
|