Bunuel
A certain jar contains 5 marbles, r of which are red. If two marbles are to be selected at random, and the probability that both marbles will be red is \(\frac{1}{10}\), what is the value of r?
A. 1
B. 2
C. 3
D. 4
E. 5
Solution:
The probability that the first marble selected is red is r/5, and the probability that the second marble selected is red is (r - 1)/4. Therefore, we can create the equation:
r/5 x (r - 1)/4 = 1/10
r(r - 1)/20 = 2/20
r(r - 1) = 2
r^2 - r - 2 = 0
(r - 2)(r + 1) = 0
r = 2 or r = -1
Since r can’t be negative, r = 2.
Alternate Solution:If there is only one red marble, the probability of selecting two red marbles is zero. If there are five red marbles, the probability of selecting two red marbles is one. Therefore, we eliminate answer choices A and E. Let’s test the remaining answer choices.
If there are two red marbles, then the probability of selecting two red marbles is 2/5 x 1/4 = 2/20 = 1/10. Thus, there are two red marbles in the jar.
Answer: B