Archives

Find the (i) Sum of those integers between 1 and 500 which are multiples of 2 as well as of 5. (ii) Sum of those integers from 1 to 500 which are multiples of 2 as well as of 5 . (iii) Sum of those integers from 1 to 500 which are multiples of 2 or 5. [Hint (iii): These numbers will be: multiples of 2 + multiples of 5 – multiples of 2 as well as of 5]

Solution: (i) Sum of those integers between 1 and 500 which are multiples of 2 as well as of 5. Multiples of 2 as well as of 5 = LCM of (2, 5) =... View Article