-
voodoo_child
- Master | Next Rank: 500 Posts
- Posts: 405
- Joined: Thu Feb 10, 2011 1:44 am
- Thanked: 3 times
- Followed by:1 members
Randolph has a 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, there are 2 cards in the deck that have the same value.
Randolph likes to play a game in which he shuffles the deck, turns over 4 cards, and looks for a pair of cards that have the same value. How many such combinations are possible?
A. 240
B. 960
C. 120
D. 40
E. 5760
I tried the above problem using Combinations, and I got the correct answer which is A.
Here's the method : 2* (6C1 * 1C1 * 5C2) + (6C2 * 2C1 * 4C1) = 240 {First part - Choose 1 card from the first suit, remaining two cards from the second suit; Second part - Choose 2 from each} {1C1 and 2c1 represent the same numbered card}
However, I crashed while using Permutations. Permutations - 12*1*10*8 = 960. (crash ) I don't know how I can arrive at 240 using this method. Really confused.
I tried a couple of other examples:
LEt's say there are only 4 cards of two suits each.
Combinations: 2* (4C1*1C1*3C1) + (4C2*2C1*2C1) = 48 {Same logic - choose 1 from the first suit; remainign three from the second suit; Second part - Choose 2 from each. }
Using permutations - 8* 1*6*4= 48*4...(crash )
I see that in both the examples, the "Combinations" number is "Permutations/4"...Is there a rule to quickly relate Permutations with Combinations?
I know that nCr = nPr/r!; However, I believe that this theorem is not applicable here.
Correct?
Randolph likes to play a game in which he shuffles the deck, turns over 4 cards, and looks for a pair of cards that have the same value. How many such combinations are possible?
A. 240
B. 960
C. 120
D. 40
E. 5760
I tried the above problem using Combinations, and I got the correct answer which is A.
Here's the method : 2* (6C1 * 1C1 * 5C2) + (6C2 * 2C1 * 4C1) = 240 {First part - Choose 1 card from the first suit, remaining two cards from the second suit; Second part - Choose 2 from each} {1C1 and 2c1 represent the same numbered card}
However, I crashed while using Permutations. Permutations - 12*1*10*8 = 960. (crash ) I don't know how I can arrive at 240 using this method. Really confused.
I tried a couple of other examples:
LEt's say there are only 4 cards of two suits each.
Combinations: 2* (4C1*1C1*3C1) + (4C2*2C1*2C1) = 48 {Same logic - choose 1 from the first suit; remainign three from the second suit; Second part - Choose 2 from each. }
Using permutations - 8* 1*6*4= 48*4...(crash )
I see that in both the examples, the "Combinations" number is "Permutations/4"...Is there a rule to quickly relate Permutations with Combinations?
I know that nCr = nPr/r!; However, I believe that this theorem is not applicable here.
Correct?












