How many values of x between 0 and 100, EXCLUSIVE, satisfy both of the following conditions?
1. x is a multiple of 4.
2. x is a multiple of 6.
If they are multiples of both 4 and 6, they will be the multiples of lcm(4,6) = 12.
The multiples of 12 that are less than 100 are
12, 24, 36, 48, 60, 72, 84, 96.
So there are 8 numbers.
If they are multiples of both 4 and 6, they will be the multiples of lcm(4,6) = 12.
The multiples of 12 that are less than 100 are
12, 24, 36, 48, 60, 72, 84, 96.
So there are 8 numbers.