SOLUTION: A 7-card hand is chosen from a standard 52-card deck. How many of these will have five spades and two hearts?
Algebra ->
Probability-and-statistics
-> SOLUTION: A 7-card hand is chosen from a standard 52-card deck. How many of these will have five spades and two hearts?
Log On
Question 344856: A 7-card hand is chosen from a standard 52-card deck. How many of these will have five spades and two hearts? Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! A 7-card hand is chosen from a standard 52-card deck. How many of these will have five spades and two hearts?
-------
# of ways to pick 5 spades: 13C5
# of ways to pick 2 hearts: 13C2
------
# of ways to pick 7 cards randomly: 52C7
-----------------------------------------------
Probability = [13C5*13C2]/52C7 = 0.00075036
==================================================
Cheers,
Stan H.