This is a good question to understand how
and & or works.
Here, there are
3 OR situations1. If first ball is green
2. If first ball is not green, then she takes another ball(without replacing) and she wins if both the balls are white
3. If the first ball is gray and second ball is white.
When ever we have
OR, we have to
add & when ever we have
AND, we have to
multiplyNow, let's take the situations.
So, there are 7 balls.
Probability of getting 1st ball as green = \(\frac{4}{7}\) = P(1)
Note :-
After taking one ball, that ball is kept with her because there is no replacement.
So, remaining 6 balls. We have to apply this when more balls are selected. ORProbability of getting white balls. Here we can see how AND comes into play.
= \(\frac{2}{7}\)*\(\frac{1}{6} \)= \(\frac{1}{21}\) = P(2)
ORProbability of getting gray as first ball and white as second.
= \(\frac{1}{7}\)*\(\frac{2}{6}\) = 1/21 = P(3)
Now, overall Probability = P(1)+P(2)+P(3)
= \(\frac{4}{7}\)+\(\frac{1}{21}\)+\(\frac{1}{21}\) = \(\frac{2}{3}\)
Answer E