You can put this solution on YOUR website! 5 out of 8 cats are white. What is the probability that the first 2 cats adopted will be white?
-----
# of pairs of white:: 5C2 = 10
----
# of random pairs:: 8C2 = 28
----
P(2 white) = 10/28 = 5/14
---------------------
Cheers,
Stan H.
--------------