

InterviewSolution
Saved Bookmarks
1. |
If the 9th term of an AP is 0, prove that its 29th term is double the 19th term. |
Answer» Prove that: 29th term is double the 19th term (i.e. a29 = 2a19) Given: a9 = 0 (Where a = a1 is first term, a2 is second term, an is nth term and d is common difference of given AP) Formula Used: an = a + (n - 1)d So a9 = 0 → a + (9 - 1)d = 0 a + 8d = 0 a = (–8d) ….equation (i) Now a29 = a + (29 - 1)d and a19 = a + (19 - 1)d a29 = a + 28d and a19 = a + 18d ….equation (ii) By using equation (i) in equation (ii), we have a29 = –8d + 28d and a19 = –8d + 18d a29 = 20d and a19 = 10d So a29 = 2a19 HENCE PROVED |
|