

InterviewSolution
Saved Bookmarks
1. |
Find the sums given below:34 + 32 + 30 + … + 10 |
Answer» Given A.P: 34 + 32 + 30 + … + 10 a = 34; d = a2 – a1 = 32 – 34 = -2 and the last term l = an = 10 But, an = a + (n – 1) d ∴ 10 = 34 + (n – 1) (-2) ⇒ 10 – 34 = -2n + 2 ⇒ -2n = -24 – 2 ⇒ n = -26/-2 = 13 ∴ n = 13 Also, Sn = \(\frac{n}{2}\) (a + l) where a = 34; l = 10 S13 = \(\frac{13}{2}\)(34 + 10) = \(\frac{13}{2}\) × 44 = 13 × 22 = 286 |
|