Saved Bookmarks
| 1. |
Find the sum of all natural number lying between 100 and 1000 which are multiples of 5. |
|
Answer» Natural numbers are FOLLOWS 105,110,115,120,...............,995 Here we have First term(a) = 105 Common difference (d) = 110 - 105 = 5 Using formula we have Hence, a + (n - 1)d = 995 Putting the VALUES :- 105 + (n - 1)5 = 995 (n - 1)5 = 995 - 105 (n - 1)5 = 890 n - 1 = 178 n = 178 + 1 n = 179 Now, = 179[105 + (89) × 5] = 179[105 + 445] = 179 × 550 = 98450 |
|