

InterviewSolution
1. |
Which of the following list of numbers does form an AP? If they form an AP, write the next two terms :(i) 4, 10, 16, 22, . . . (ii) 1, – 1, – 3, – 5, . . . (iii) – 2, 2, – 2, 2, – 2, . . . (iv) 1, 1, 1, 2, 2, 2, 3, 3, 3, . . . |
Answer» (i) We have a2 – a1 = 10 – 4 = 6 a3 – a2 = 16 – 10 = 6 a4 – a3 = 22 – 16 = 6 i.e., ak + 1 – ak is the same every time. So, the given list of numbers forms an AP with the common difference d = 6. The next two terms are: 22 + 6 = 28 and 28 + 6 = 34. (ii) a2 – a1 = – 1 – 1 = – 2 a3-a2=-3-(-1)=-3+1=-2 a4-a3= -5-(-3)=-5+3=-2 i.e., ak + 1 – ak is the same every time. So, the given list of numbers forms an AP with the common difference d = – 2. The next two terms are: – 5 + (– 2 ) = – 7 and – 7 + (– 2 ) = – 9 (iii) a2 – a1 = 2 – (– 2) = 2 + 2 = 4 a3 – a2 = – 2 – 2 = – 4 As a2-a1 a3-a2, the given list of numbers does not form an AP. (iv) a2 – a1 = 1 – 1 = 0 a3 – a2 = 1 – 1 = 0 a4-a3=2-1=1 3 = 2 – 1 = 1 Here, a2 – a1 = a3 – a2 ≠a4 – a3. So, the given list of numbers does not form an AP. |
|