Take any one of the 100 integers from 1 to 100, and try to find the probability that the number can be divided by 6 or 8

Take any one of the 100 integers from 1 to 100, and try to find the probability that the number can be divided by 6 or 8

From 1 to 100, there are 16 numbers divisible by 6, 12 by 8 and 4 by 6 and 8 at the same time, so the numbers divisible by 6 or 8 are (16 + 12) - 4 = 24
So the probability is: 24 / 100 = 6 / 25