Question

Difficulty: MediumIndependent and Dependent Events

A glass bowl contains 6 red candies and NN green candies, where NN is a positive integer. If two candies are selected at random one after another without replacement, the probability that both candies selected are red is 13\frac{1}{3}. What is the value of NN?

Answer: 4

Answer

4
The correct value of NN is 4. Because the selection is performed without replacement, the probability of drawing the first red candy is 6N+6\frac{6}{N+6} and the second red candy is 5N+5\frac{5}{N+5}. Setting their product equal to 13\frac{1}{3} yields 30(N+6)(N+5)=13\frac{30}{(N+6)(N+5)} = \frac{1}{3}, which expands to N2+11N60=0N^2 + 11N - 60 = 0. Factoring gives (N4)(N+15)=0(N-4)(N+15) = 0, yielding N=4N = 4 as the only positive solution.

Step-by-Step Solution

1
Define total outcomes and event probabilities for dependent selection
Initial total candies = N+6N + 6. Probability of first red = 6N+6\frac{6}{N+6}. Probability of second red given first is red = 5N+5\frac{5}{N+5}.
Since selection is without replacement, the total count and red count both decrease by 1 after the first draw, making the events dependent.
2
Set up the probability multiplication equation
P(both red)=6N+6×5N+5=30(N+6)(N+5)=13P(\text{both red}) = \frac{6}{N+6} \times \frac{5}{N+5} = \frac{30}{(N+6)(N+5)} = \frac{1}{3}.
The probability of joint dependent events AA and BB occurring is P(AB)=P(A)×P(BA)P(A \cap B) = P(A) \times P(B|A).
3
Solve the equation for NN
(N+6)(N+5)=90N2+11N60=0(N4)(N+15)=0(N+6)(N+5) = 90 \Rightarrow N^2 + 11N - 60 = 0 \Rightarrow (N-4)(N+15) = 0.
Cross-multiplying gives a quadratic equation in terms of NN.
4
Select the valid positive integer root
N=4N = 4.
The count of candies must be a positive number, so N=15N = -15 is discarded.

Key Concept

Probability of Dependent Events (Sampling without Replacement)
Rate this question