-
akhpad
- Legendary Member
- Posts: 809
- Joined: Wed Mar 24, 2010 10:10 pm
- Thanked: 50 times
- Followed by:4 members
Bill has a small deck of 12 playing cards made up of only 2 suits of 6 cards each. Each of the 6 cards within a suit has a different value from 1 to 6; thus, for each value from 1 to 6, there are two cards in the deck with that value. Bill likes to play a game in which he shuffles the deck, turns over 4 cards, and looks for pairs of cards that have the same value. What is the chance that Bill finds at least one pair of cards that have the same value?
Solution:
(1, 1), (2, 2), (3, 3), (4, 4), (5, 5), (6, 6)
Method 1:
First find out chances of getting all cards different
Probability of selecting 1st card = 12/12
Probability of selecting 2st card = 10/11
Probability of selecting 3st card = 8/10
Probability of selecting 4st card = 6/9
Probability of selecting
Probability of selecting (all 4 cards different) = (12/12) * (10/11) * (8/10) * (6/9) = 16/33
Probability of selecting (at least one pain) = 1 - 16/33 = 17/33
Method 2:
Total combination with one or more pair = 6 * (10C2) - 6C2 = 5*51
Probability of selecting at least one pain = 5*51 / 495 = 17/33
Method 3:
Total combination with all different = 12 * 10 * 8 * 6 / 4! =240
Total no of selections = 12C4 = 495
Probability of selecting at least one pain = (495 - 240) / 495 = 17/33
Hence required probability = 17/33
My Q: Why do we need to divide by 4! in Method 3?
Solution:
(1, 1), (2, 2), (3, 3), (4, 4), (5, 5), (6, 6)
Method 1:
First find out chances of getting all cards different
Probability of selecting 1st card = 12/12
Probability of selecting 2st card = 10/11
Probability of selecting 3st card = 8/10
Probability of selecting 4st card = 6/9
Probability of selecting
Probability of selecting (all 4 cards different) = (12/12) * (10/11) * (8/10) * (6/9) = 16/33
Probability of selecting (at least one pain) = 1 - 16/33 = 17/33
Method 2:
Total combination with one or more pair = 6 * (10C2) - 6C2 = 5*51
Probability of selecting at least one pain = 5*51 / 495 = 17/33
Method 3:
Total combination with all different = 12 * 10 * 8 * 6 / 4! =240
Total no of selections = 12C4 = 495
Probability of selecting at least one pain = (495 - 240) / 495 = 17/33
Hence required probability = 17/33
My Q: Why do we need to divide by 4! in Method 3?












