SOLUTION: A drawer contains 5 red socks and three black socks. A sock is taken out at random and not replaced. A second sock is then taken out. Draw a tree diagram and calculate the probabil

Algebra ->  Probability-and-statistics -> SOLUTION: A drawer contains 5 red socks and three black socks. A sock is taken out at random and not replaced. A second sock is then taken out. Draw a tree diagram and calculate the probabil      Log On


   



Question 1201887: A drawer contains 5 red socks and three black socks. A sock is taken out at random and not replaced. A second sock is then taken out. Draw a tree diagram and calculate the probability that either pair of red socks or a pair of black socks is chosen.

Answer by ikleyn(52779) About Me  (Show Source):
You can put this solution on YOUR website!
.
A drawer contains 5 red socks and three black socks. A sock is taken out at random and not replaced.
A second sock is then taken out. Draw a tree diagram and calculate the probability
that either pair of red socks or a pair of black socks is chosen.
~~~~~~~~~~~~~~~~~~

We want to calculate the probability having a pair of red socks or a pair of black socks
P = P(RR or BB).


First of all, it is clear that these events RR or BB are disjoint: they have empty intersection,
which means that they can not happen simultaneously.


Therefore, P(RR or BB) = P(RR) + P(BB) :  the probability of this combined event is the sum 
of probabilities of particular events.


So, we can calculate two probabilities P(RR) and P(BB) separately and then add them.



          Let's calculate P(RR).

Originally, we have 5 red socks among 5+3 = 8 socs. So the probability to draw 1st sock red is  5%2F8.
After that, we have 4 red socks and 8-1=7 socks remaining. So, the probability to draw 2nd sock red is  4%2F7.
The probability to have both socks read after two drawing is the product  %285%2F8%29%2A%284%2F7%29 = 20%2F56.


          Let's calculate P(BB).  The logic is very similar.

Originally, we have 3 black socks among 5+3 = 8 socs. So the probability to draw 1st sock black is  3%2F8.
After that, we have 2 black socks and 3-1 = 2 socks remaining. So, the probability to draw 2nd sock black is  2%2F7.
The probability to have both socks black after two drawing is the product  %283%2F8%29%2A%282%2F7%29 = 6%2F56.


Finally, we shoud add the two found probabilities. We get then

    P(RR or BB) = 20%2F56 + 6%2F56 = 26%2F56 = 13%2F28.    ANSWER

Solved.

----------------------

There are other ways to solve this problem, but this way is the simplest:
it requires a minimum knowledge.