Last visit was: 14 May 2025, 05:07 It is currently 14 May 2025, 05:07
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
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 14 May 2025
Posts: 101,410
Own Kudos:
Given Kudos: 93,495
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 101,410
Kudos: 724,096
 [212]
11
Kudos
Add Kudos
200
Bookmarks
Bookmark this Post
Most Helpful Reply
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 14 May 2025
Posts: 101,410
Own Kudos:
Given Kudos: 93,495
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 101,410
Kudos: 724,096
 [89]
31
Kudos
Add Kudos
58
Bookmarks
Bookmark this Post
avatar
Snowbirds
Joined: 20 Mar 2012
Last visit: 04 Jun 2013
Posts: 5
Own Kudos:
18
 [14]
Posts: 5
Kudos: 18
 [14]
9
Kudos
Add Kudos
5
Bookmarks
Bookmark this Post
General Discussion
User avatar
IanStewart
User avatar
GMAT Tutor
Joined: 24 Jun 2008
Last visit: 13 May 2025
Posts: 4,132
Own Kudos:
10,408
 [90]
Given Kudos: 97
 Q51  V47
Expert
Expert reply
Posts: 4,132
Kudos: 10,408
 [90]
48
Kudos
Add Kudos
42
Bookmarks
Bookmark this Post
The answer to the question is 105, not 2520. I posted a solution on another forum, which I'll paste here:

________

Think of this question:

A group of eight tennis players will be divided into four teams of two. One team will play in the Olympics, one in Wimbledon, one in the Davis Cup and one in the US Open. In how many different ways can the teams be selected?

Here, the order of the teams themselves clearly matters. If we choose {A,B} to go to the Olympics, and {C,D} to go to Wimbledon, that's clearly different from sending {C,D} to the Olympics and {A,B} to Wimbledon. The answer to this question is exactly the answer you give above:

-you have 8C2 choices for the Olympics team;
-you have 6C2 choices for the Wimbledon team;
-you have 4C2 choices for the Davis Cup team;
-you have 2C2 (one) choice for the US Open team.

Multiply these to get the answer: 8C2*6C2*4C2*2C2 = (8*7/2)(6*5/2)(4*3/2)(2*1/2) = 2520.

Note that the question I've just asked above is different from the question in the original post. In this question:

A group of 8 friends want to play doubles tennis. How many different ways can the group be divided into 4 teams of 2 people?

the order of the teams does not matter. If we choose, say, these teams:

{A,B}, {C,D}, {E,F}, {G,H}

that's exactly the same set of teams as these:

{C,D}, {A,B}, {G,H}, {E,F}

Because the order of the teams themselves does not matter, we must divide by 4! = 24, the number of different orders we can put the four teams in, because all 24 different orders are in fact the same set of teams. So the answer is 2520/4! = 105.
User avatar
dandarth1
Joined: 23 Aug 2012
Last visit: 29 Apr 2013
Posts: 7
Own Kudos:
Given Kudos: 8
Posts: 7
Kudos: 2
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel
bibha
In how many different ways can a group of 8 people be divided into 4 teams of 2 people each?
90
105
168
420
2520

\(\frac{C^2_8*C^2_6*C^2_4*C^2_2}{4!}=105\), we are dividing by 4! (factorial of the # of teams) as the order of the teams does not matter. If 8 people are - 1, 2, 3, 4, 5, 6, 7, 8, then (1,2)(3,4)(5,6)(7,8) would be the same 4 teams as (5,6)(7,8)(1,2)(3,4), as we don't have team #1, team #2...

You can think about this in another way.
For the first person we can pick a pair in 7 ways;
For the second one in 5 ways (as two are already chosen);
For the third one in 3 ways (as 4 people are already chosen);
For the fourth one there is only one left.

So we have 7*5*3*1=105

Answer: B.
There is also direct formula for this:

1. The number of ways in which \(mn\) different items can be divided equally into \(m\) groups, each containing \(n\) objects and the order of the groups is not important is \(\frac{(mn)!}{(n!)^m*m!}\).

2. The number of ways in which \(mn\) different items can be divided equally into \(m\) groups, each containing \(n\) objects and the order of the groups is important is \(\frac{(mn)!}{(n!)^m}\)

Hope it helps.

I understand how to get the answer, but I'm wondering why we assume that the order of the teams doesn't matter. The question just asks how many ways you can group them. When should we assume something matters or doesn't matter when the question doesn't specify? And also, just to clarify, when we do 8!/2!2!2!2!4!, we are also not worrying about the order within each team either right i.e. (a,b)=(b,a)?
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 14 May 2025
Posts: 101,410
Own Kudos:
724,096
 [3]
Given Kudos: 93,495
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 101,410
Kudos: 724,096
 [3]
1
Kudos
Add Kudos
2
Bookmarks
Bookmark this Post
dandarth1
Bunuel
bibha
In how many different ways can a group of 8 people be divided into 4 teams of 2 people each?
90
105
168
420
2520

\(\frac{C^2_8*C^2_6*C^2_4*C^2_2}{4!}=105\), we are dividing by 4! (factorial of the # of teams) as the order of the teams does not matter. If 8 people are - 1, 2, 3, 4, 5, 6, 7, 8, then (1,2)(3,4)(5,6)(7,8) would be the same 4 teams as (5,6)(7,8)(1,2)(3,4), as we don't have team #1, team #2...

You can think about this in another way.
For the first person we can pick a pair in 7 ways;
For the second one in 5 ways (as two are already chosen);
For the third one in 3 ways (as 4 people are already chosen);
For the fourth one there is only one left.

So we have 7*5*3*1=105

Answer: B.
There is also direct formula for this:

1. The number of ways in which \(mn\) different items can be divided equally into \(m\) groups, each containing \(n\) objects and the order of the groups is not important is \(\frac{(mn)!}{(n!)^m*m!}\).

2. The number of ways in which \(mn\) different items can be divided equally into \(m\) groups, each containing \(n\) objects and the order of the groups is important is \(\frac{(mn)!}{(n!)^m}\)

Hope it helps.

I understand how to get the answer, but I'm wondering why we assume that the order of the teams doesn't matter. The question just asks how many ways you can group them. When should we assume something matters or doesn't matter when the question doesn't specify? And also, just to clarify, when we do 8!/2!2!2!2!4!, we are also not worrying about the order within each team either right i.e. (a,b)=(b,a)?

The teams are not numbered/labeled (we don't have team #1, #2, ...), the teams are not assigned to something (for example to tournaments), ... So, the order of the teams doesn't matter.

Please check the links in my previous post for similar problems.

Hope it helps.
User avatar
manimgoindown
Joined: 07 Feb 2011
Last visit: 12 Apr 2023
Posts: 77
Own Kudos:
Given Kudos: 47
Posts: 77
Kudos: 313
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Hmm Bunuel something I did quickly, and forgot the context to do this in (this doesn't happen as frequently) was to select by team? How would I approach the problem then. IE instad of 8C2, I started with 4C1 and started to proceed from there, with the hopes of multiplying by 2! to account for the different arrangements we could have within each team (but not by 4! to account for the order of these different teams)


Why would 4C1 not be appropriate in this case? Is it because those 4 teams aren't set beforehand?

I am messing this up conceptually and want to correct this mistake
User avatar
KarishmaB
Joined: 16 Oct 2010
Last visit: 13 May 2025
Posts: 15,964
Own Kudos:
73,093
 [3]
Given Kudos: 467
Location: Pune, India
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 15,964
Kudos: 73,093
 [3]
2
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
manimgoindowndown
Hmm Bunuel something I did quickly, and forgot the context to do this in (this doesn't happen as frequently) was to select by team? How would I approach the problem then. IE instad of 8C2, I started with 4C1 and started to proceed from there, with the hopes of multiplying by 2! to account for the different arrangements we could have within each team (but not by 4! to account for the order of these different teams)


Why would 4C1 not be appropriate in this case? Is it because those 4 teams aren't set beforehand?

I am messing this up conceptually and want to correct this mistake


It discusses two different questions:
1. Distributing 12 different chocolates equally among 4 boys (similar to splitting 8 people in 4 distinct teams with 2 people each - your question)
2. Distributing 12 different chocolates equally in 4 stacks (similar to splitting 8 people in 4 teams of 2 people each - the original question)

See if grouping makes sense thereafter.
User avatar
manimgoindown
Joined: 07 Feb 2011
Last visit: 12 Apr 2023
Posts: 77
Own Kudos:
Given Kudos: 47
Posts: 77
Kudos: 313
Kudos
Add Kudos
Bookmarks
Bookmark this Post
VeritasPrepKarishma
manimgoindowndown
Hmm Bunuel something I did quickly, and forgot the context to do this in (this doesn't happen as frequently) was to select by team? How would I approach the problem then. IE instad of 8C2, I started with 4C1 and started to proceed from there, with the hopes of multiplying by 2! to account for the different arrangements we could have within each team (but not by 4! to account for the order of these different teams)


Why would 4C1 not be appropriate in this case? Is it because those 4 teams aren't set beforehand?

I am messing this up conceptually and want to correct this mistake


Check out this post: https://www.gmatclub.com/forum/veritas-prep-resource-links-no-longer-available-399979.html#/2011/11 ... ke-groups/

It discusses two different questions:
1. Distributing 12 different chocolates equally among 4 boys (similar to splitting 8 people in 4 distinct teams with 2 people each - your question)
2. Distributing 12 different chocolates equally in 4 stacks (similar to splitting 8 people in 4 teams of 2 people each - the original question)

See if grouping makes sense thereafter.


That example and wording was extremely confusing and frustrating. I am still trying to see what language prompted the difference in permutation vs combination.

Maybe my brain has been fried this week (lots of pracatice, one full length CAT), but the big thing in this problem is you DO NOT account for order TWICE
the 4! is for the team
and the 2! is within every single combination for each pair
User avatar
KarishmaB
Joined: 16 Oct 2010
Last visit: 13 May 2025
Posts: 15,964
Own Kudos:
73,093
 [2]
Given Kudos: 467
Location: Pune, India
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 15,964
Kudos: 73,093
 [2]
2
Kudos
Add Kudos
Bookmarks
Bookmark this Post
manimgoindowndown
That example and wording was extremely confusing and frustrating. I am still trying to see what language prompted the difference in permutation vs combination.

Maybe my brain has been fried this week (lots of pracatice, one full length CAT), but the big thing in this problem is you DO NOT account for order TWICE
the 4! is for the team
and the 2! is within every single combination for each pair

Yes, because in this question, the groups are not distinct. You have to split 8 people in 4 groups.
You can split them like this: (A, B), (C, D), (E, F), (G, H)
or like this: (G, H), (A, B), (C, D), (E, F)
they are the same split. They are not assigned to group1, group2, group3, group4.
Say the total number of ways we get = N

Now, if we change the question and say that we have 8 people and we need to divide them into 4 teams: Team 1, Team 2, Team 3 and Team 4

Then, one split is this: Team 1 = (A, B); Team 2 = (C, D), Team 3 = (E, F), Team 4 = (G, H)
and another split is: Team 1 = (G, H), Team 2 = (A, B); Team 3 = (C, D), Team 4 = (E, F)

These two cases were the same in our original question but if the teams/groups are distinct, the two cases are distinct. Now, the total number of ways = N*4!
User avatar
GMATinsight
User avatar
Major Poster
Joined: 08 Jul 2010
Last visit: 13 May 2025
Posts: 6,303
Own Kudos:
15,317
 [5]
Given Kudos: 127
Status:GMAT/GRE Tutor l Admission Consultant l On-Demand Course creator
Location: India
GMAT: QUANT+DI EXPERT
Schools: IIM (A) ISB '24
GMAT 1: 750 Q51 V41
WE:Education (Education)
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Schools: IIM (A) ISB '24
GMAT 1: 750 Q51 V41
Posts: 6,303
Kudos: 15,317
 [5]
1
Kudos
Add Kudos
4
Bookmarks
Bookmark this Post
bibha
In how many different ways can a group of 8 people be divided into 4 teams of 2 people each?

A. 90
B. 105
C. 168
D. 420
E. 2520

Ways of choosing 2 out od a group of n people = nC2

i.e. Ways of choosing first team of 2 out of 8 = 8C2
i.e. Ways of choosing Second team of 2 out of remaining 6 = 6C2
i.e. Ways of choosing Third team of 2 out of remaining 4 = 4C2
Remaining 2 will form Forth team

Total Ways of Choosing Teams = 8C2 * 6C2 * 4C2 * 1

BUT Since the first team may come on second places and second may come on third etc. i.e.e arrangement among teams are included here which we NEED to exclude

i.e. Total Ways of Choosing Teams = 8C2 * 6C2 * 4C2 * 1 / 4! = 28*15*6/24 = 105

Answer: option B
User avatar
GMATinsight
User avatar
Major Poster
Joined: 08 Jul 2010
Last visit: 13 May 2025
Posts: 6,303
Own Kudos:
15,317
 [1]
Given Kudos: 127
Status:GMAT/GRE Tutor l Admission Consultant l On-Demand Course creator
Location: India
GMAT: QUANT+DI EXPERT
Schools: IIM (A) ISB '24
GMAT 1: 750 Q51 V41
WE:Education (Education)
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Schools: IIM (A) ISB '24
GMAT 1: 750 Q51 V41
Posts: 6,303
Kudos: 15,317
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
bibha
In how many different ways can a group of 8 people be divided into 4 teams of 2 people each?

A. 90
B. 105
C. 168
D. 420
E. 2520

The FIRST pair can be chosen in 8C2 ways

The SECOND pair can be chosen in 6C2 ways as 6 members are left after choosing 1st pair

The THIRD pair can be chosen in 4C2 ways as 4 members are left after choosing 1st two pair and so on...

Therefore total ways of splitting 8 members in 6 pairs = (8C2 * 6C2 * 4C2 * 2C2) / 4!


The entire expression is divided by 4! because the arrangements of pair have been accounted for, which need to be excluded. Arrangement for example Same pair which came at first place can be chosen at third place or forth places also while we are choosing different pairs at different places

Required answer = (28 * 15 * 6 * 1)/24 = 105

Answer: option C
User avatar
GMATinsight
User avatar
Major Poster
Joined: 08 Jul 2010
Last visit: 13 May 2025
Posts: 6,303
Own Kudos:
15,317
 [1]
Given Kudos: 127
Status:GMAT/GRE Tutor l Admission Consultant l On-Demand Course creator
Location: India
GMAT: QUANT+DI EXPERT
Schools: IIM (A) ISB '24
GMAT 1: 750 Q51 V41
WE:Education (Education)
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Schools: IIM (A) ISB '24
GMAT 1: 750 Q51 V41
Posts: 6,303
Kudos: 15,317
 [1]
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
manalq8
In how many different ways can a group of 8 people be divided into 4 teams of 2 people each?

A. 90
B. 105
C. 168
D. 420
E. 2520

Let's select the 4 groups of 2 individuals each


8C2 * 6C2 * 4C2 * 2C2

But wait... There is some problem...

Let 8 individuals are
A B C D E F G H

Case 1: selected 4 groups of 2 are respectively

A&B C&D E&F G&H

i.e. A&B us first group, C&D is second group etc

Case 2: selected 4 groups of 2 are respectively

C&D A&B G&H E&F respectively

So case 1 and 2 are the same except that order of the groups has been accounted for

The arrangements of 4 groups can be done in 4! Which needs to be excluded from calculation

Hence divide the result by 4!

So final result = 8C2 * 6C2 * 4C2 * 2C2 / 4! = 105

Answer Option B

Hope this helps!!!
User avatar
Kinshook
User avatar
Major Poster
Joined: 03 Jun 2019
Last visit: 14 May 2025
Posts: 5,592
Own Kudos:
Given Kudos: 161
Location: India
GMAT 1: 690 Q50 V34
WE:Engineering (Transportation)
Products:
GMAT 1: 690 Q50 V34
Posts: 5,592
Kudos: 5,007
Kudos
Add Kudos
Bookmarks
Bookmark this Post
noboru
In how many different ways can a group of 8 people be divided into 4 teams of 2 people each?

A, 90
B. 105
C. 168
D. 420
E. 2520

Number of ways can a group of 8 people be divided into 4 teams of 2 people each = \(^8C_2*^6C_2*^4C_2*^2C_2/4!\) = 28*15*6*1 /4! = 105

IMO B
User avatar
KarishmaB
Joined: 16 Oct 2010
Last visit: 13 May 2025
Posts: 15,964
Own Kudos:
73,093
 [2]
Given Kudos: 467
Location: Pune, India
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 15,964
Kudos: 73,093
 [2]
2
Kudos
Add Kudos
Bookmarks
Bookmark this Post
noboru
In how many different ways can a group of 8 people be divided into 4 teams of 2 people each?

A, 90
B. 105
C. 168
D. 420
E. 2520

Responding to a pm:

Quote:
What if we had, FOR EXAMPLE, 3 teams of 1 individual in each and 1 team let's say consisting of 5 people. Will the answer be:
8C1*7C1*6C1*5C5/(4!/3!) ? Since we still have to unarrange , but have 3 repeating values. I know from your post that if all four teams had different number of people we would not unarrange. But if some repeat?

Yes, consider various scenarios:

8 people and 2 teams (one of 3 people and the other of 5 people)
You just pick 3 of the 8 people for the 3 people team. Rest everyone will be in the 5 people team. No un-arranging required.

8 people and 2 teams (one of 4 people and the other of 4 people)
You pick 4 people for the first team (say A, B, C, D). The other 4 (E, F, G, H) belong to the other team of 4 people. So you calculate this as 8C4. Now within this 8C4 will lie the case in which you picked (E, F, G, H) for the first team and ( A, B, C, D) will belong to the other team. But note that this case is exactly the same as before. 2 teams one (A, B, C, D) and other (E, F, G, H). So you need to un-arrange here.


Similarly, take your case - 8 people - 3 teams of 1 individual in each and 1 team let's say consisting of 5 people
We select 5 people out of 8 for the 5 people team in 8C5 ways. Rest of the 3 people play individually and we need to create no teams so nothing to be done. Since we are not doing any selection for a team, we are not inadvertently arranging and hence un-arranging is not required.

Instead say we have 8 people - and we make 3 teams, one with 4 people and two teams with 2 people each
We select 4 people out of 8 for the 4 people team in 8C4 ways.
Then we select 2 people for the first two people team in 4C2 ways and the leftover 2 people are for the second two people team. But again, as discussed above, there will same cases counted twice here so we will need to un-arrange by dividing by 2.
User avatar
Vordhosbn
Joined: 17 Aug 2021
Last visit: 16 Dec 2024
Posts: 44
Own Kudos:
Given Kudos: 303
Posts: 44
Kudos: 14
Kudos
Add Kudos
Bookmarks
Bookmark this Post
- (1) Captain from the first team has 7 options (excluding the captain).
- (2) Two people are gone from (1), and we need to exclude the captain from the second team, giving us 6-2-1 = 5. Thus, 5 options left for the second captain.
- (3) Four people are gone, Excluding the captain from the third team (8-4-1) we have 3 options left for the last captain.
- (4) 7 * 5 * 3 =105.
User avatar
bumpbot
User avatar
Non-Human User
Joined: 09 Sep 2013
Last visit: 04 Jan 2021
Posts: 36,843
Own Kudos:
Posts: 36,843
Kudos: 982
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Hello from the GMAT Club BumpBot!

Thanks to another GMAT Club member, I have just discovered this valuable topic, yet it had no discussion for over a year. I am now bumping it up - doing my job. I think you may find it valuable (esp those replies with Kudos).

Want to see all other topics I dig out? Follow me (click follow button on profile). You will receive a summary of all topics I bump in your profile area as well as via email.
Moderators:
Math Expert
101410 posts
PS Forum Moderator
579 posts