Question 748730
Five cards are drawn from a standard deck of cards. 
How many hands consist of three clubs and two diamonds? 
----
# of ways to get 3 clubs: 4C3 = 4
# of ways to get 2 diamonds: 4C2 = 6
----
# of hands with 3 clubs and 2 diamonds: 4*6 = 24
=====================
Cheers,
Stan H.
===================