Bunuel
A box has 60 red, green, blue and white pieces of candy inside. If one candy is drawn from the box at random and the probability that it will be white is \(\frac{1}{5}\) and the probability that it will be green is \(\frac{1}{4}\), what is the probability that the candy piece will be either red or blue?
A. \(\frac{1}{5}\)
B. \(\frac{1}{4}\)
C. \(\frac{9}{20}\)
D. \(\frac{11}{20}\)
E. \(\frac{19}{20}\)
Given, R+G+B+W = 60.
Now, P(w) = 1/5 ----> Number of white candies = 1/5 * 60 = 12
Similarly, P(G) =1/4 ----> Number of green candies = 1/4 * 60 = 15
Total, white + green = 12+15 = 27.
Remaining = 60 -27 = 33 = Red + Blue
Thus Probability of a candy being red or blue = P(R +B)/ Total = 33/60 = 11/20. Thus D is the correct answer.