SOLUTION: Your drawer contains 8 red socks and 9 blue socks. It’s too dark to see which are which, but you grab two anyway. What is the probability that you get one of each color?

Algebra ->  Probability-and-statistics -> SOLUTION: Your drawer contains 8 red socks and 9 blue socks. It’s too dark to see which are which, but you grab two anyway. What is the probability that you get one of each color?       Log On


   



Question 697712: Your drawer contains 8 red socks and 9 blue socks. It’s too dark to see which are which, but you grab two anyway. What is the probability that you get one of each color?

Found 2 solutions by AnlytcPhil, Edwin McCravy:
Answer by AnlytcPhil(1807) About Me  (Show Source):
You can put this solution on YOUR website!
Your drawer contains 8 red socks and 9 blue socks. It’s too dark to see which are which, but you grab two anyway. What is the probability that you get one of each color?
There are C(8,2) ways to get two red socks and C(9,2) ways to get two
blue socks.

That C(8,2)+C(9,2) = 28+36 = 64 ways to succeed.

There are C(17,2) = 136 ways to get any two socks.

So the probability is 64 out of 136 or 64%2F136 which
reduces to 8%2F17

Edwin

Answer by Edwin McCravy(20060) About Me  (Show Source):
You can put this solution on YOUR website!
Your drawer contains 8 red socks and 9 blue socks. It’s too dark to see which are which, but you grab two anyway. What is the probability that you get one of each color?

Another way:

P[(red 1st AND red 2nd)  OR  (blue 1st AND red 2nd)]

AND means multiply and OR means add:

P(red 1st)×P(red 2nd) +  P(blue 1st)×P(red 2nd)] =

8%2F17×7%2F16 + 9%2F17×8%2F16 = 

cross%288%29%2F17×matrix%282%2C1%2C%22%22%2C7%2F%28cross%2816%29%29%5B2%5D%29 + 9%2F17×matrix%282%2C1%2C%22%22%2Ccross%288%29%2F%28cross%2816%29%29%5B2%5D%29 =

7%2F34 + 9%2F34 = 16%2F34 = 8%2F17

Edwin