Find all School-related info fast with the new School-Specific MBA Forum

It is currently 22 May 2013, 23:50
Customize  |  Hide

Randolph has a deck of 12 playing cards made up of only 2

  Question banks Downloads My Bookmarks Reviews  
Author Message
TAGS:
1 KUDOS received
Manager
Manager
Joined: 16 Feb 2011
Posts: 199
Schools: ABCD
Followers: 1

Kudos [?]: 9 [1] , given: 78

GMAT Tests User
Randolph has a deck of 12 playing cards made up of only 2 [#permalink] New post 29 Jul 2012, 10:11
1
This post received
KUDOS
00:00

Question Stats:

44% (02:09) correct 55% (01:49) wrong based on 0 sessions
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?
[Reveal] Spoiler: OA

Last edited by Bunuel on 29 Jul 2012, 14:58, edited 1 time in total.
Edited the question and renamed the topic.
1 KUDOS received
GMAT Club team member
User avatar
Joined: 02 Sep 2009
Posts: 11566
Followers: 1797

Kudos [?]: 9578 [1] , given: 826

Re: Randolph has a deck of 12 playing cards made up of only 2 [#permalink] New post 29 Jul 2012, 15:00
1
This post received
KUDOS
voodoochild wrote:
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?


Basically the same question as this one: bill-has-a-small-deck-of-12-playing-cards-made-up-of-only-2-suits-of-6-cards-each-96078.html

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?
A. 8/33
A. 62/165
C. 17/33
D. 103/165
E. 25/33

Let's calculate the opposite probability ans subtract this value from 1.

Opposite probability would be that there will be no pair in 4 cards, meaning that all 4 cards will be different: \frac{C^4_6*2^4}{C^4_{12}}=\frac{16}{33}.

C^4_6 - # of ways to choose 4 different cards out of 6 different values;
2^4 - as each of 4 cards chosen can be of 2 different suits;
C^4_{12} - total # of ways to choose 4 cards out of 12.

So P=1-\frac{16}{33}=\frac{17}{33}.

Or another way:

We can choose any card for the first one - \frac{12}{12};
Next card can be any card but 1 of the value we'v already chosen - \frac{10}{11} (if we've picked 3, then there are one more 3 left and we can choose any but this one card out of 11 cards left);
Next card can be any card but 2 of the values we'v already chosen - \frac{8}{10} (if we've picked 3 and 5, then there are one 3 and one 5 left and we can choose any but these 2 cards out of 10 cards left);
Last card can be any card but 3 of the value we'v already chosen - \frac{6}{9};

P=\frac{12}{12}*\frac{10}{11}*\frac{8}{10}*\frac{6}{9}=\frac{16}{33}.

So P=1-\frac{16}{33}=\frac{17}{33} - the same answer as above.

Answer: C.
_________________

PLEASE READ AND FOLLOW: 11 Rules for Posting!!!

RESOURCES: [GMAT MATH BOOK]; 1. Triangles; 2. Polygons; 3. Coordinate Geometry; 4. Factorials; 5. Circles; 6. Number Theory

COLLECTION OF QUESTIONS:
PS: 1. Tough and Tricky questions; 2. Hard questions; 3. Hard questions part 2; 4. Standard deviation; 5. Tough Problem Solving Questions With Solutions; 6. Probability and Combinations Questions With Solutions; 7 Tough and tricky exponents and roots questions; 8 12 Easy Pieces (or not?); 9 Bakers' Dozen; 10 Algebra set. NEW!!!

DS: 1. DS tough questions; 2. DS tough questions part 2; 3. DS tough questions part 3; 4. DS Standard deviation; 5. Inequalities; 6. 700+ GMAT Data Sufficiency Questions With Explanations; 7 Tough and tricky exponents and roots questions; 8 The Discreet Charm of the DS ; 9 Devil's Dozen!!!; 10 Number Properties set. NEW!!!


What are GMAT Club Tests?
25 extra-hard Quant Tests

Find out what's new at GMAT Club - latest features and updates

Manager
Manager
Joined: 16 Feb 2011
Posts: 199
Schools: ABCD
Followers: 1

Kudos [?]: 9 [0], given: 78

GMAT Tests User
Re: Randolph has a deck of 12 playing cards made up of only 2 [#permalink] New post 29 Jul 2012, 15:39
Bunuel,
Thanks for finding a similar question. However, I am not sure how to calculate the number of ways to obtain "a pair" using PErmutations. The question that you have posted is different - it asks us to calculate probability. This one is different because it asks us to calculate "combinations." I see that the author has just modified the same question. The source of this question is 700-800 series by MGMAT.....

Please help me :( I am really struggling...thanks
Manager
Manager
Joined: 07 Jun 2011
Posts: 83
Followers: 0

Kudos [?]: 9 [0], given: 31

Re: Randolph has a deck of 12 playing cards made up of only 2 [#permalink] New post 31 Jul 2012, 19:45
I am also struggling, brunel could you solve the original questions in this page for us
Intern
Intern
Joined: 31 Jul 2012
Posts: 2
GMAT 1: 740 Q48 V42
Followers: 0

Kudos [?]: 5 [0], given: 1

Re: Randolph has a deck of 12 playing cards made up of only 2 [#permalink] New post 31 Jul 2012, 19:49
1) how many possible pairs? ==> 6

2) for each pair we need to find the no. of combinations of the other two cards. Since 2 cards are already chosen from the deck (the pair), there are 10 remaining cards.

C(10,2) = 45

3) 6*45 = 270 => this is no. of combinations of 4 cards that contain at least one pair. But this also includes the combinations with 2 pairs that should be eliminated.

4) how many combinations with 2 pairs? 6* C(5,1) = 30

5) 270-30=240.
Manager
Manager
Joined: 07 Jun 2011
Posts: 83
Followers: 0

Kudos [?]: 9 [0], given: 31

Re: Randolph has a deck of 12 playing cards made up of only 2 [#permalink] New post 31 Jul 2012, 20:44
Thanks for the quick response, how ever how did you arrive are step 4?

I understand the point that there are combinations with 2 pairs that needs to be eliminated.But I didnt understand the formula

4) how many combinations with 2 pairs? 6* C(5,1) = 30
Intern
Intern
Joined: 15 Apr 2012
Posts: 8
Followers: 0

Kudos [?]: 0 [0], given: 8

Re: Randolph has a deck of 12 playing cards made up of only 2 [#permalink] New post 05 Aug 2012, 04:22
manishgeorge wrote:
Thanks for the quick response, how ever how did you arrive are step 4?

I understand the point that there are combinations with 2 pairs that needs to be eliminated.But I didnt understand the formula

4) how many combinations with 2 pairs? 6* C(5,1) = 30



Consider it like this-

We have to eliminate the case where two pairs are selected.

So C(6,1) is how u chose the first pair. Remaining number of pairs are 5.
So if u choose 2 cards that are of same number, then C(5,1) are the number of ways to do it.
Therefore C(6,1)*C(5,1)=30
Director
Director
User avatar
Joined: 22 Mar 2011
Posts: 608
WE: Science (Education)
Followers: 43

Kudos [?]: 267 [0], given: 43

GMAT Tests User
Re: Randolph has a deck of 12 playing cards made up of only 2 [#permalink] New post 05 Aug 2012, 06:18
voodoochild wrote:
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?


If "How many such combinations are possible?" refers to 4 cards containing at least one pair of cards with the same value, then the correct answer is not listed.

The total number of possibilities to chose any 4 cards, regardless the order in which they were chosen, is given by 12C4=\frac{12*11*10*9}{4!}=\frac{990}{2}=495.
The number of possibilities to chose a set of 4 cards containing no pair of equal numbers, regardless the order in which they were chosen, is given by 12*10*8*6/4!=240. First card 12 possibilities, second any card with a number different from the first one, so 12-2 =10 possibilities, for the third one 12-4=8 possibilities, and for the fourth card 12-6=6 possibilities. Divide by 4!, since order doesn't matter.

So, the number of possibilities to get at least one pair of cards with equal numbers among the chosen 4 is 495 - 240 = 255, which is not listed as an answer!

In its present form, this cannot be a real GMAT test question, the wording is really poor.
_________________

PhD in Applied Mathematics
Love GMAT Quant questions and running.

1 KUDOS received
Magoosh GMAT Instructor
User avatar
Joined: 28 Dec 2011
Posts: 840
Followers: 214

Kudos [?]: 585 [1] , given: 14

Re: Randolph has a deck of 12 playing cards made up of only 2 [#permalink] New post 07 Aug 2012, 10:51
1
This post received
KUDOS
voodoochild wrote:
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 would use the FCP to solve this problem.

First two cards = the pair = there are six ways to get a pair.
Then two cards from the remaining 10 ---> 10C2 = 45
6*45 = 270

BUT, now we have to eliminate things that have been counted twice. What has been counted twice? The two pair combos. If I pick, say, two 4's as my first two cards, and then I happen to get two 2's as my last two cards, that will result in the same hand, the same combination, as if I pick the pair of 2's first and then the pair of 4s. How many pairs of pairs are there?

(6 choices for the first pair)*(5 for the remaining pair) = 30.

So, the 30 two-pair combinations have been counted twice, so subtract that number once.

270 - 30 = 240, the OA.

voodoochild wrote:
I tried the above problem using Combinations, and I got the correct answer which is A.

However, I crashed while using Permutations.


You know, from my perspective, this is analogous to someone saying --- When I translated the French sentence with a French dictionary, it was no problem, but when I translated the French sentence with a German dictionary, I had all kinds of problems!

Combinations and permutations are two very different things. If a problem, such as this one, is about combinations --- that is to say, only the final grouping matters, and order does not matter in the least --- then a combinations approach is correct and permutations approach is not correct, unless you do something to the permutations, like nPr/r!, to make it a combinations approach in disguise.

Here's my advice. If the problem is about combinations, don't use permutations. Period.

voodoochild wrote:
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.


nCr = nPr/r! is always true, absolutely true, 100% of the time. I believe you calculated the permutations incorrectly --- to be honest, I have no idea what you are doing in your permutations calculations: I do not recognize them either as permutations or as anything related to this problem. The underlying problem I believe is, again, this problem is by its very nature of combination problem. It's not at all clear to me how permutations would be the least bit helpful in solving it. It's like trying to use German to translate a French sentence.

Does all this make sense?

Mike :-)
_________________

Mike McGarry
Magoosh Test Prep

Image

Image

Director
Director
User avatar
Joined: 22 Mar 2011
Posts: 608
WE: Science (Education)
Followers: 43

Kudos [?]: 267 [0], given: 43

GMAT Tests User
Re: Randolph has a deck of 12 playing cards made up of only 2 [#permalink] New post 07 Aug 2012, 11:29
In my previous post I interpreted the question as the number of possibilities to get at least one pair, which in fact means either one or two pairs.
I got 255 possibilities.

The number of possibilities to get two pairs is 6C2=6*5/2=15, we just have to choose two pairs out of 6.
Obviously, the number of possibilities for exactly one pair is 255 - 15 = 240.

Here, I am presenting an approach to obtain directly this number:

For the one pair, we have 6 possibilities to choose from.
For the other two cards, not to form a pair: we have for the first card 10 possibilities, then for the second 8 possibilities (one pair already chosen, and the card cannot be the pair of the previous one).
This would give 10*8=80 possibilities, but we have to divide by 2, as order doesn't matter, and we are left we 80/2 = 40.

Thus, the final number of possibilities is 6*40 = 240.

Answer A
_________________

PhD in Applied Mathematics
Love GMAT Quant questions and running.

Manager
Manager
Joined: 16 Feb 2011
Posts: 199
Schools: ABCD
Followers: 1

Kudos [?]: 9 [0], given: 78

GMAT Tests User
Re: Randolph has a deck of 12 playing cards made up of only 2 [#permalink] New post 08 Aug 2012, 09:04
mikemcgarry wrote:
You know, from my perspective, this is analogous to someone saying --- When I translated the French sentence with a French dictionary, it was no problem, but when I translated the French sentence with a German dictionary, I had all kinds of problems!

Combinations and permutations are two very different things. If a problem, such as this one, is about combinations --- that is to say, only the final grouping matters, and order does not matter in the least --- then a combinations approach is correct and permutations approach is not correct, unless you do something to the permutations, like nPr/r!, to make it a combinations approach in disguise.



Mike,
Thanks for your elaborate reply. I believe that the analogy drawn by you is not 100% accurate. Mathematics and language are completely different. 2+2 = 4 everywhere in the Universe. Language is fluid. I see your point about Permutations and Combinations. The Combinations solution is computable. However, I wanted to "test" my permutations skills by trying the same problem with Permutations. I would really appreciate if you could help me with an alternate solution. :(

Here's what I could get :
Total number of permutations = 12*1*10*8=960 ways to choose a-pair. Now, these cards could be arranged in 4!/(2!*2!) = 6.

hence, total number of permutations = 960*6.
Now the correct answer = 960*6/24. I am not sure why we are supposed to divide by 4! = 24.

Help?
Director
Director
User avatar
Joined: 22 Mar 2011
Posts: 608
WE: Science (Education)
Followers: 43

Kudos [?]: 267 [0], given: 43

GMAT Tests User
Re: Randolph has a deck of 12 playing cards made up of only 2 [#permalink] New post 08 Aug 2012, 10:31
voodoochild wrote:
mikemcgarry wrote:
You know, from my perspective, this is analogous to someone saying --- When I translated the French sentence with a French dictionary, it was no problem, but when I translated the French sentence with a German dictionary, I had all kinds of problems!

Combinations and permutations are two very different things. If a problem, such as this one, is about combinations --- that is to say, only the final grouping matters, and order does not matter in the least --- then a combinations approach is correct and permutations approach is not correct, unless you do something to the permutations, like nPr/r!, to make it a combinations approach in disguise.



Mike,
Thanks for your elaborate reply. I believe that the analogy drawn by you is not 100% accurate. Mathematics and language are completely different. 2+2 = 4 everywhere in the Universe. Language is fluid. I see your point about Permutations and Combinations. The Combinations solution is computable. However, I wanted to "test" my permutations skills by trying the same problem with Permutations. I would really appreciate if you could help me with an alternate solution. :(

Here's what I could get :
Total number of permutations = 12*1*10*8=960 ways to choose a-pair. Now, these cards could be arranged in 4!/(2!*2!) = 6.

hence, total number of permutations = 960*6.
Now the correct answer = 960*6/24. I am not sure why we are supposed to divide by 4! = 24.

Help?


Because when you have chosen your cards, you took into account order: first card, second card,...
So, for a given set of 4 cards ABCD, you counted all possible permutations ACBD, ADBC, ...
That's why you have to divide by 4! which is exactly the number of different arrangements of the 4 cards.
_________________

PhD in Applied Mathematics
Love GMAT Quant questions and running.

Re: Randolph has a deck of 12 playing cards made up of only 2   [#permalink] 08 Aug 2012, 10:31
    Similar topics Author Replies Last post
Similar
Topics:
Popular new posts Bill has a standard deck of 52 playing cards made up of 4 Pokhran II 16 14 Nov 2006, 12:54
New posts Peter has a small deck of 12 playing cards made up of only 2 iamba 5 16 Jul 2007, 17:40
New posts Bill has a small deck of 12 playing cards made up of only 2 singh_amit19 3 05 Oct 2007, 23:39
New posts Bill has a small deck of 12 playing cards made up of only 2 jimjohn 7 20 Oct 2007, 13:16
This topic is locked, you cannot edit posts or make further replies. New 5 EXPERTS_POSTS_IN_THIS_TOPIC Bill has a small deck of 12 playing cards made up of only 2 jylo 50 21 Jan 2007, 17:16
Display posts from previous: Sort by

Randolph has a deck of 12 playing cards made up of only 2

  Question banks Downloads My Bookmarks Reviews  


GMAT Club MBA Forum Home| About| Privacy Policy| Terms and Conditions| GMAT Club Rules| Contact| Sitemap

Powered by phpBB © phpBB Group and phpBB SEO

Kindly note that the GMAT® test is a registered trademark of the Graduate Management Admission Council®, and this site has neither been reviewed nor endorsed by GMAC®.