.Determine the number of 5 card conbinations out of a deck of 52 cards if there is exactly one ace in each combination!!
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
It is stated that there should only be 1 ace in each combination. So take out the 4 aces from the deck and determine the number of combinations out of the remaining 48 cards taken 4 at a time then multiply the result by 4.
4 × ( 4 8 C 4 ) = 4 × 4 4 ! × 4 ! 4 8 ! = 7 7 8 3 2 0