Question 598850
drawing cards three cards are drwn from a deck without replacement.find the probabilities.
a. all are jacks.
# of ways to succeed: 4C3 = 4
# of random results: 52C3 
--
P(3 jacks) = 4/(52C3)
-------------------------------
b.all are clubs.
Ans: (13C3)/52C3)
------------------------
c. all are red cards
Ans: (26C3)/52C3)
===========================
Cheers,
Stan H.