SOLUTION: This question deals with a 52 card deck. There are 2 cards of one denomination and 1 card of another denomination. How do you solve this using combination method?
Algebra ->
Probability-and-statistics
-> SOLUTION: This question deals with a 52 card deck. There are 2 cards of one denomination and 1 card of another denomination. How do you solve this using combination method?
Log On
Question 345380: This question deals with a 52 card deck. There are 2 cards of one denomination and 1 card of another denomination. How do you solve this using combination method? Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! This question deals with a 52 card deck.
There are 2 cards of one denomination and 1 card of another denomination.
How do you solve this using combination method?
----
Pick a denomination: 4 ways
Pick 2 cards of that denomination: 13C2 ways
Pick another denomination: 3 ways
Pick one card of that denomination: 13C1
-------
# of ways to succeed in doing what was described:
4*78*3*13 = 12,168
--------------------------
# of ways to pick 3 cards randomly: 52C3
------------------------------
Probability of performing the pattern described: 12,168/52C3 = 0.5506
==========================================
Cheers,
Stan H.