24, Find the sum of all numbers less than 1000 which are exactly divisible
by 2, 3, 4, 5, 6 and 7.
Answers
Answered by
1
The relation between multiples and factors is the following:
If numbers are divisible by 2, 3, 4, 5, 6, and 7, it must have factors. Since 'and' means satisfying all at the same time, there needs to be 2, 3, 4, 5, 6, and 7 at the same time as factors. In this case, LCM(Lowest Common Factor) is used.
The factor needs to be the LCM of 2, 3, 4, 5, 6, and 7.
→
The number must be the following:
Possible numbers are:
- 420 × 1 = 420
- 420 × 2 = 840
∴The sum is equal to 420 × 3 = 1260.
Similar questions