Last visit was: 26 Apr 2024, 15:41 It is currently 26 Apr 2024, 15:41

Close
GMAT Club Daily Prep
Thank you for using the timer - this advanced tool can estimate your performance and suggest more practice questions. We have subscribed you to Daily Prep Questions via email.

Customized
for You

we will pick new questions that match your level based on your Timer History

Track
Your Progress

every week, we’ll send you an estimated GMAT score based on your performance

Practice
Pays

we will pick new questions that match your level based on your Timer History
Not interested in getting valuable practice questions and articles delivered to your email? No problem, unsubscribe here.
Close
Request Expert Reply
Confirm Cancel
SORT BY:
Date
Math Expert
Joined: 02 Sep 2009
Posts: 92948
Own Kudos [?]: 619238 [24]
Given Kudos: 81609
Send PM
Most Helpful Reply
Math Expert
Joined: 02 Sep 2009
Posts: 92948
Own Kudos [?]: 619238 [5]
Given Kudos: 81609
Send PM
General Discussion
Math Expert
Joined: 02 Sep 2009
Posts: 92948
Own Kudos [?]: 619238 [4]
Given Kudos: 81609
Send PM
User avatar
Intern
Intern
Joined: 24 Jun 2012
Posts: 7
Own Kudos [?]: 72 [2]
Given Kudos: 3
Send PM
Re: M24-16 [#permalink]
2
Kudos
we have 6 boys. need to form two groups of 3 each.

so we need to see how many ways we can choose 3 from these 6 = 6!/3!*3! = 20 ways

so we can actually form 20 sets of 3 from these 6

and for the last part as bunel explained, in a group (a,b,c,d,e,f) - what we are doing in the above formula is finding ways in which groups of three can be made from these 6. so eg (a,b,c) will be one of those 20 and (d,e,f) will also be one of that 20.

now think about this in our scenario only 2 teams are formed. so if (a,b,c) are 1 team automatically the rest go to another team. so there is no need to count(d,e,f). same way if (d,e,f) is 1 team the rest are another team. so we can see that 20 has double counts. so we divide by 2. so ans is 10.
Intern
Intern
Joined: 07 Feb 2015
Posts: 2
Own Kudos [?]: 5 [0]
Given Kudos: 8
GMAT 1: 670 Q51 V28
GPA: 3.7
Send PM
Re: M24-16 [#permalink]
Hello,
I'm very much confused about when to consider the order and when not to. I made two similar mistakes in this CAT which did affect the end result to 50. Please help me understand the order in permutation and combination questions.
Math Expert
Joined: 02 Sep 2009
Posts: 92948
Own Kudos [?]: 619238 [16]
Given Kudos: 81609
Send PM
Re: M24-16 [#permalink]
2
Kudos
14
Bookmarks
Expert Reply
Sumanth8492 wrote:
Hello,
I'm very much confused about when to consider the order and when not to. I made two similar mistakes in this CAT which did affect the end result to 50. Please help me understand the order in permutation and combination questions.


Combinatorics Made Easy!

Theory on Combinations

DS questions on Combinations
PS questions on Combinations

Tough and tricky questions on Combinations

Probability Made Easy!

Theory on probability problems

Data Sufficiency Questions on Probability
Problem Solving Questions on Probability

Tough Probability Questions

Hope it helps.
Intern
Intern
Joined: 26 Jul 2014
Posts: 10
Own Kudos [?]: 17 [0]
Given Kudos: 23
Send PM
Re: M24-16 [#permalink]
Hi Bunnel ,i have not understood the 3C3 part . Why do we need to multiply this 3C3 with 6C3/2! , Can you explain please .
Intern
Intern
Joined: 23 Nov 2016
Posts: 44
Own Kudos [?]: 67 [3]
Given Kudos: 21
Location: United States (MN)
GMAT 1: 760 Q50 V42
GPA: 3.51
Send PM
Re: M24-16 [#permalink]
2
Kudos
1
Bookmarks
sajib2126 wrote:
Hi Bunnel ,i have not understood the 3C3 part . Why do we need to multiply this 3C3 with 6C3/2! , Can you explain please .


To make it simpler, just imagine you were doing a game of 2v2. 4 dudes - Al, Ben, Chuck, Dan. How many ways can you choose two teams of two? (4c2)*(2c2)=6. You can only get {Al+Ben v Chuck+Dan}, {Al+Chuck v Ben+Dan}, and {Al+Dan v Ben+Chuck}. But wait! Because order does not matter, {Al+Ben v Chuck+Dan} is the same as {Chuck+Dan v Al+Ben} and you actually need to divide the 6 possibilities by the number of groups - 2. Using math, (4c2)*(2c2)/2! = 3.

In this problem, you have 6 dudes - Al, Ben, Chuck, Dan, Evan, Frank. Let's turn this into a game of 3 on 3.

Okay, you need to choose 3 for one of the teams. 6c3=20. So, there are 20 ways to pick 3 dudes from a group of 6. Let's call this first group Group A.

You have one team now and need to "create" another team. How many ways can you chose 3 dudes from the remaining 3 dudes? 3c3=1 way. Let's call this second group Group B.

Now, think about the 20 ways you could pick 2 groups of 3 dudes from 6. If one team consists of Al, Ben, and Chuck in Group A, this is one of the 20 possible groups for Group A. This means that Group B (the other team) would have to be Dan, Evan, and Frank. [b] However, let's think about the other 19 possibilities. Picking Dan, Evan, and Frank in Group A is one of those other 19 possibilities, and one of the total of 20 possibilities. This would matter if the order mattered, but because you just want two teams - you don't really care which team is Group A and which is Group B -, the order does not matter and these 20 choices actually have duplicates. So, divide 20 by 2 to get 10.

In math speak, (6c3)*(3c3)/2!=10.
Intern
Intern
Joined: 26 Dec 2016
Posts: 9
Own Kudos [?]: 8 [1]
Given Kudos: 13
Send PM
Re: M24-16 [#permalink]
1
Kudos
Hi,

you could also use the Basic counting principle.

For the first spot in group 1 you have 6 possibilities (6 boys)
for the seconde 5 possibilities
for the third 4 poss..
for the first in the second group 3 possi.
for the second in the second group 2

So in total 6x5x4x3x2x1

Because the Order in the group doesn't matter (e.g. for Group 1 {A,B,C} = {B,C,A}) you have to divide bei 3!
The Order of the Groups also doesn't matter ( G1, G2 = G2, G1) so you have to divide bei 2! again

in Conclusion:

\(\frac{6x5x4x3x2x1}{3!x2!}\)

Cheers
Current Student
Joined: 01 Jun 2020
Posts: 127
Own Kudos [?]: 8 [0]
Given Kudos: 12
Location: Brazil
GMAT 1: 760 Q48 V46
Send PM
Re: M24-16 [#permalink]
I think this is a high-quality question and I agree with explanation.
Retired Moderator
Joined: 31 May 2020
Posts: 174
Own Kudos [?]: 926 [0]
Given Kudos: 47
Location: India
Send PM
Re: M24-16 [#permalink]
I think this is a high-quality question and I agree with explanation.
Math Expert
Joined: 02 Sep 2009
Posts: 92948
Own Kudos [?]: 619238 [0]
Given Kudos: 81609
Send PM
Re: M24-16 [#permalink]
Expert Reply
I have edited the question and the solution by adding more details to enhance its clarity. I hope it is now easier to understand.
Manager
Manager
Joined: 14 Feb 2014
Posts: 80
Own Kudos [?]: 16 [0]
Given Kudos: 3642
Send PM
Re: M24-16 [#permalink]
Bunuel

When do we know that the order of the teams does matter? Is there a type of word(s) in the stem that indicates that the order of teams does matter?

Thanks in advance!
Math Expert
Joined: 02 Sep 2009
Posts: 92948
Own Kudos [?]: 619238 [0]
Given Kudos: 81609
Send PM
Re: M24-16 [#permalink]
Expert Reply
Rebaz wrote:
Bunuel

When do we know that the order of the teams does matter? Is there a type of word(s) in the stem that indicates that the order of teams does matter?

Thanks in advance!

­I think this post might help:

https://gmatclub.com/forum/in-how-many- ... ml#p642632
GMAT Club Bot
Re: M24-16 [#permalink]
Moderator:
Math Expert
92948 posts

Powered by phpBB © phpBB Group | Emoji artwork provided by EmojiOne