An urn contains 5 white, 6 red and 4 blue balls. Three balls are drawn at random. What is the probability that a white ball, a red ball and a blue ball are drawn?
- A. 28/91
- B. 2/7
- C. 24/91 ✓
- D. 23/91
Correct Answer: C. 24/91
Explanation
The total number of balls is 15. The total number of ways to draw 3 balls is \binom{15}{3} = 455. The number of ways to draw one ball of each color is \binom{5}{1} \times \binom{6}{1} \times \binom{4}{1} = 5 \times 6 \times 4 = 120. The required probability is \frac{120}{455} = \frac{24}{91}.
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?