The correct option is B 3417
The numbers which are divisible by 2 from 1 to 100 are
2, 4, ... 98, 100.
The numbers which are divisible by 3 from 1 to 100 are
3, 6, ... 96, 99.
In the above series, the numbers that are multiple of both 2 and 3 (i.e. 6), occur twice.
Therefore,
Sum of integers which are divisible by 2 or 3 from 1 to 100
= (Sum of integers divisible by 2 from 1 to 100) + (Sum of integers divisible by 3 from 1 to 100) − (Sum of integers divisible by 6 from 1 to 100)
= (2 + 4 + .... + 100) + (3 + 6 + .... + 99) − (6 + 12 + ... 96)
= 2(1 + 2 + .... + 50) + 3(1 + 2 + ... +33) − 6(1 + 2 + .... + 16)
= 2×(50×512) + 3×(33×342) - 6×(16×172)
[∵ Sum of first n natural numbers = n(n+1)n]
= 2550 + 1683 − 816
= 4233 − 816
= 3417