You can
put this solution on YOUR website!Suppose that two cards are selected at random from a standard 52 card deck. What is the probability that both cards are less than 10 and neither of them is red?
Total no of outcomes = 52 C 2 = 1326
there are 26 black and 26 red cards .
After that i don't know how to proceed please help me.
----------------------------------------------------------
P(two<10 AND black) = P(two<10|black)*P(black)
# of black is 26
# of those black that are less then 10 = 9
---
So, P(two<10 | black) = 9C2/26C2
And P(black) = 1/2
---------------------------
Ans: [9C2/26C2] = [36/325] = 18/325
=====================================================
Cheers,
Stan H.
You can
put this solution on YOUR website!how many cards are less than 10?
32
how many of those are not red?
16
so 16C2 is the number of possible desired outcomes
probability is (16C2)/(52C2)