Question 1006884
<pre>
A hand consists of 3 cards from a well shuffled deck of 52 cards.

a.Find the number of possible 3 card poker hands.

52C3



b.A club flush is a 3 card hand consisting of all club cards. Find the number of possible club flushes.

13C3


c.Find the probability of being dealt a card flush.

13C3/52C3

Edwin</pre>