An integer is chosen at random from the first 50 integers. What is the probability that the integer is <strong>NEITHER</strong> divisible by 5 <strong>NOR</strong> 9?
- A. 7/10
- B. 18/25 ✓
- C. 37/50
- D. 19/25
Correct Answer: B. 18/25
Explanation
There are 50 total integers. The number of integers divisible by 5 is \lfloor 50/5 \rfloor = 10. The number divisible by 9 is \lfloor 50/9 \rfloor = 5. The number divisible by both (45) is \lfloor 50/45 \rfloor = 1. By inclusion-exclusion, the amount of integers divisible by 5 or 9 is 10 + 5 - 1 = 14. The amount divisible by neither is 50 - 14 = 36. The probability is \frac{36}{50} = \frac{18}{25}.
Related questions on Statistics & Probability
- Let x be the mean of squares of first n natural numbers and y be the square of mean of first n natural numbers. If $\frac{x}{y}=\fra...
- What is the probability of getting a composite number in the list of natural numbers from 1 to 50?
- Two numbers x and y are chosen at random from a set of first 10 natural numbers. What is the probability that (x+y) is divisible by 4?
- A number x is chosen at random from first n natural numbers. What is the probability that the number chosen satisfies $x+\frac{1}{x} \gt...
- Three fair dice are tossed once. What is the probability that they show different numbers that are in AP?