SOLUTION: Find the number of possible 5 card hands that contain At Least 1 King...taken from a standard 52 card deck? (using combinations) Find the number of possible 5 card hands that c

Algebra ->  Probability-and-statistics -> SOLUTION: Find the number of possible 5 card hands that contain At Least 1 King...taken from a standard 52 card deck? (using combinations) Find the number of possible 5 card hands that c      Log On


   



Question 758842: Find the number of possible 5 card hands that contain At Least 1 King...taken from a standard 52 card deck? (using combinations)
Find the number of possible 5 card hands that contain At Most 1 diamond....taken from a standard 52 card deck? (using combinations)

Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
Find the number of possible 5 card hands that contain At Least 1 King...taken from a standard 52 card deck? (using combinations)
------
# of possible 5-card hands: 52C5
# of 5-card hands with no kings: 48C5
-----
Ans: 52C5-48C5 = 2,404,380
============================================
Find the number of possible 5 card hands that contain At Most 1 diamond....taken from a standard 52 card deck? (using combinations)
--
Number of at most 1 diamond = total number - Number with no diamonds
----
Ans: 52C5 - 39C5 = 2,023,203
=====================
Cheers,
Stan H.
===============