A box contains 2 black, 4 yellow and 6 white balls. Three balls are drawn in succession with replacement. What is the probability that <strong>ALL</strong> three are of the same colour?
- A. 1/6 ✓
- B. 1/36
- C. 1/12
- D. 5/12
Correct Answer: A. 1/6
Explanation
The box contains 12 balls in total. Because the drawing is with replacement, the probability for each draw remains constant. P(B) = \frac{2}{12} = \frac{1}{6}, P(Y) = \frac{4}{12} = \frac{1}{3}, and P(W) = \frac{6}{12} = \frac{1}{2}. The probability that all three are of the same color is P(BBB) + P(YYY) + P(WWW) = (\frac{1}{6})^3 + (\frac{1}{3})^3 + (\frac{1}{2})^3 = \frac{1}{216} + \frac{1}{27} + \frac{1}{8} = \frac{1 + 8 + 27}{216} = \frac{36}{216} = \frac{1}{6}.
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?