

InterviewSolution
Saved Bookmarks
1. |
Find a30 – a20 for the A.P. -9, -14, -19, -24. |
Answer» We know that an = a + (n – 1)d So, a30 – a20 = (a + 29d) – (a + 19) =10d Given A.P. -9, -14, -19, -24 Here, a = -9 and d = -14 – (-9) = = -14 + 9 = -5 So, a30 – a20 = 10d = 10(-5) = -50 |
|