
David A. answered 10/12/22
Experienced Python programmer; Effective SAT prep tutor; Mentor
One way to approach this problem is to think about what all the possible outcomes are, and then consider which ones we need to solve the problem.
Starting with the first sock, we have 3 possible outcomes: blue, white, or gray. If we were wondering what the probability was of just drawing one blue sock, we could get that by dividing the number of blue socks in the drawer by the total number of socks ( 2 / 12 ).
For the second sock, we also have three outcomes: blue, white, or gray. Keep in mind we are drawing without replacement, so there is one less sock in the drawer at this point. So since we have 3 options for the first sock and 3 options for the second sock, the total number of combinations is 3 * 3 = 9. Here are all the possible combinations: (blue, blue), (blue, white), (blue, gray), (white, blue), (white, white), (white, gray), (gray, blue), (gray, white), (gray, gray).
As you can see, there are only 3 outcomes out of the 9 possible outcomes where both socks are the same color. Each of these outcomes are independent of each other. This means we can add up the individual probabilities of each of these 3 specific outcomes (2 blue socks, 2 white socks, or 2 gray socks) to get the total probability (2 same-color socks).
To get the probability of getting multiple socks (first sock, second sock), multiply their individual probabilities together.
For example, P(blue sock first & white sock second) = P(blue sock first) * P(white sock second) = 2/12 * 4/11 = 8/132 = 2/33 (remember there is one less sock in the drawer after you draw the first one).
So the probability of 2 socks of the same color is, in equation form:
P(2 socks of same color) = P(blue sock first) * P(blue sock second) + P(white sock first) * P(white sock second) + P(gray sock first) * P(gray sock second).
Hopefully this is enough to help you finish the problem. Please let me know if you have any more questions!

David A.
No worries at all! Which part are you having difficulty understanding?10/13/22
Camden E.
I'm not too sure. I guess it's one of those problems that doesn't really "click" you know. I know there is 24 combinations but that is as far as I can get.10/13/22

David A.
Actually, there are only 9 combinations. That's because you have 3 choices for the first sock (blue/white/gray), and 3 choices for the second sock (blue/white/gray). 3 * 3 = 9. Let me update my answer to further explain.10/15/22
Camden E.
I'm still lost on this problem. I'm sorry.10/13/22