Find the sum of all integers between 100 and 200 which are not divisible by 9
Answers
Answered by
1
The integers between 100 and 200 divisible by 9 are 108, 117, 126, ....., 198.
Number of integers is
![\frac{198 - 108}{9} + 1 = 11 \\ \frac{198 - 108}{9} + 1 = 11 \\](https://tex.z-dn.net/?f=+%5Cfrac%7B198+-+108%7D%7B9%7D++%2B+1+%3D+11+%5C%5C+)
Sum of these integers is
![\frac{11}{2} \times (108 + 198) = 1683 \\ \frac{11}{2} \times (108 + 198) = 1683 \\](https://tex.z-dn.net/?f=+%5Cfrac%7B11%7D%7B2%7D++%5Ctimes+%28108+%2B+198%29+%3D+1683+%5C%5C+)
All integers between 100 and 200 are
101, 102, ...., 199
Number of integers is (199 - 101) + 1 = 99
Sum of these integers is
![\frac{99}{2} \times (101 + 199) = 14850 \\ \frac{99}{2} \times (101 + 199) = 14850 \\](https://tex.z-dn.net/?f=+%5Cfrac%7B99%7D%7B2%7D++%5Ctimes+%28101+%2B+199%29+%3D+14850+%5C%5C+)
Therefore, sum of integers not divisible by 9 is 14850 - 1683 = 13167
Number of integers is
Sum of these integers is
All integers between 100 and 200 are
101, 102, ...., 199
Number of integers is (199 - 101) + 1 = 99
Sum of these integers is
Therefore, sum of integers not divisible by 9 is 14850 - 1683 = 13167
Similar questions