Last visit was: 25 Apr 2026, 09:57 It is currently 25 Apr 2026, 09:57
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
Orvil
Joined: 29 Dec 2020
Last visit: 26 Oct 2022
Posts: 1
Own Kudos:
6
 [7]
Given Kudos: 3
Posts: 1
Kudos: 6
 [7]
1
Kudos
Add Kudos
6
Bookmarks
Bookmark this Post
User avatar
GMATinsight
User avatar
Major Poster
Joined: 08 Jul 2010
Last visit: 25 Apr 2026
Posts: 6,977
Own Kudos:
16,916
 [2]
Given Kudos: 128
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
Schools: IIM (A) ISB '24
GMAT 1: 750 Q51 V41
Posts: 6,977
Kudos: 16,916
 [2]
2
Kudos
Add Kudos
Bookmarks
Bookmark this Post
User avatar
Kushchokhani
Joined: 05 Jan 2020
Last visit: 03 Apr 2024
Posts: 508
Own Kudos:
654
 [1]
Given Kudos: 692
Status:Admitted to IIM Shillong (PGPEx 2023-24)
Affiliations: CFA Institute; ICAI; BCAS
Location: India
WE 2: EA to CFO (Consumer Products)
GPA: 3.78
WE:Corporate Finance (Commercial Banking)
Products:
Posts: 508
Kudos: 654
 [1]
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
User avatar
pielkay
Joined: 12 Apr 2019
Last visit: 08 Jun 2025
Posts: 16
Own Kudos:
Given Kudos: 19
Status: Preparing
Concentration: Marketing, Strategy
Schools: ISB '24
WE:Analyst (Energy)
Schools: ISB '24
Posts: 16
Kudos: 10
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Let the Iranian players \(= I\), and the Turkish players \(= T\). Analyzing the question, we see that there is a constraint given where each selection of a team of four players must have at least two Iranian players. Therefore, there are three cases that we need to consider to solve this problem, namely:

Case 1: Two Iranian players and two Turkish players, i.e. \(IITT\), or \(6C2*5C2=150\)
OR
Case 2: Three Iranian players and one Turkish player, i.e. \(IIIT\), or \(6C3*5C1=100\)
OR
Case 3: Four Iranian players and no Turkish players, i.e. \(IIII\), or \(6C4=15\)

Either of these three cases can be true, so we can add them up to get \(150+100+15=265\). Option (B) is the correct answer.

Hope this helps!

Pritam
User avatar
ashishLX
Joined: 03 Apr 2019
Last visit: 18 Dec 2022
Posts: 1
Given Kudos: 1
Posts: 1
Kudos: 0
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Another approach to answer this could be the reverse way of thinking.
The question asks for total number of combinations possible when at least 2 players are Iranian. There are two approaches to solve this problem.

Straight forward way
Here we calculate the possible combinations of these independent events, and eventually add them, since keyword "or" is involved (i.e. mutually exclusive)
2 Iranian and 2 Turkish = 6C2 * 5C2 = (3*5) * (5*2) = 15*10 = 150
3 Iranian and 1 Turkish = 6C3 * 5C1 = (5*4) * 5 = 20*5 = 100
4 Iranian and 0 Turkish = 6C4 * 5C0 = (5*3) * 1 = 15

Now we add them all up all the likely scenarios for solution => 150 + 100 + 15 = 265

Alternate Approach
Here we calculate all the possible combinations and deduct all the combinations which cannot happen.
Total number of combinations = 11C4 = 330
0 Iranian and 4 Turkish = 6C0 * 5C4 = 1*5 = 5
1 Iranian and 3 Turkish = 6C1 * 5C3 = 6*10 = 60

Total number of selection possible - Not getting what we want => 330 - (5+60) = 265
User avatar
prakashb2497
Joined: 20 Feb 2022
Last visit: 18 May 2024
Posts: 147
Own Kudos:
Given Kudos: 160
Posts: 147
Kudos: 23
Kudos
Add Kudos
Bookmarks
Bookmark this Post
GMATinsight
Orvil
An international rugby team composed of 4 people must be organized from among 5 Turkish players and 6 Iranian players. If a team must have at least 2 Iranian players, how many different ways are there to produce the team?

The official answer is 265.

I solved the problem in the following way:
Selecting 2 players from 6 iranian players: 6C2 + Selecting the rest of the players: 9C2 (9 players remain after selecting the first two.

Can anyone help me with what's wrong with my method? The problem has been posted here before but the thread is not accessible. Any help will be appreciated.


Your calculation is flawed as there are some repeated cases
e.g Iranians {ABCDEF} and Turkish {PQRST}

Case 1: 2 iranian selected are {AB}, now, 9C2 might select {CQ}
Case 2: 2 iranian selected are {AC}, now, 9C2 might select {BQ}
Now, you can understadn that these two cases are identical but the calculation has counted it two times hence the REPETITION

You must make separate cases in this question as follows

5 Turkish players and 6 Iranian players, team must have at least 2 Iranian players
Case 1: 2 Iranians and 2 Turkish : 6C2*5C2 = 15*10 = 150
Case 2: 3 Iranians and 1 Turkish : 6C3*5C1 = 20*5 = 100
Case 3: 4 Iranians and 0 Turkish : 6C4*5C0 = 15*1 = 15

Total Outcomes = 150+100+15 = 265

Orvil

Hi,

I created similar cases like above. However, I didn't use the selection formula and use the basic counting principle to fill in the spots and got a different answer.

Case 1: 2 Iranians and 2 Turkish : 6* 5* 5T*4T = 600
Case 2: 3 Iranians and 1 Turkish : 6*5*4* 5T = 600
Case 3: 4 Iranians and 0 Turkish : 6*5*4*3 = 240


Can you help me understand the flaw in reasoning? Any resources/links to fill in this gap would be really helpful too.

chetan2u Bunuel KarishmaB
User avatar
KarishmaB
Joined: 16 Oct 2010
Last visit: 23 Apr 2026
Posts: 16,442
Own Kudos:
79,411
 [2]
Given Kudos: 485
Location: Pune, India
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 16,442
Kudos: 79,411
 [2]
1
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
prakashb2497
GMATinsight
Orvil
An international rugby team composed of 4 people must be organized from among 5 Turkish players and 6 Iranian players. If a team must have at least 2 Iranian players, how many different ways are there to produce the team?

The official answer is 265.

I solved the problem in the following way:
Selecting 2 players from 6 iranian players: 6C2 + Selecting the rest of the players: 9C2 (9 players remain after selecting the first two.

Can anyone help me with what's wrong with my method? The problem has been posted here before but the thread is not accessible. Any help will be appreciated.


Your calculation is flawed as there are some repeated cases
e.g Iranians {ABCDEF} and Turkish {PQRST}

Case 1: 2 iranian selected are {AB}, now, 9C2 might select {CQ}
Case 2: 2 iranian selected are {AC}, now, 9C2 might select {BQ}
Now, you can understadn that these two cases are identical but the calculation has counted it two times hence the REPETITION

You must make separate cases in this question as follows

5 Turkish players and 6 Iranian players, team must have at least 2 Iranian players
Case 1: 2 Iranians and 2 Turkish : 6C2*5C2 = 15*10 = 150
Case 2: 3 Iranians and 1 Turkish : 6C3*5C1 = 20*5 = 100
Case 3: 4 Iranians and 0 Turkish : 6C4*5C0 = 15*1 = 15

Total Outcomes = 150+100+15 = 265

Orvil


Hi,

I created similar cases like above. However, I didn't use the selection formula and use the basic counting principle to fill in the spots and got a different answer.

Case 1: 2 Iranians and 2 Turkish : 6* 5* 5T*4T = 600
Case 2: 3 Iranians and 1 Turkish : 6*5*4* 5T = 600
Case 3: 4 Iranians and 0 Turkish : 6*5*4*3 = 240


Can you help me understand the flaw in reasoning? Any resources/links to fill in this gap would be really helpful too.

chetan2u Bunuel KarishmaB

Basic Counting Principle is used when you are selecting from a single group and you need to arrange the selection too. Here we only need to select a group of 4 people from two groups - Iranians and Turkish. There is no arrangement involved. We cannot use the Basic Counting Principle here.
If the 4 needed to be arranged in 4 distinct spots on the team (such as Quarterback, centre, wings and fullback), then we would have arranged the 4 selected players.
User avatar
oaa3wf
Joined: 11 Oct 2025
Last visit: 28 Nov 2025
Posts: 1
Posts: 1
Kudos: 0
Kudos
Add Kudos
Bookmarks
Bookmark this Post
According to gemini, and this makes sense to me:

Why you can't use the basic counting principle
The basic counting principle (or multiplication principle) is used for a series of independent choices, where you multiply the number of options for each step. You cannot use it directly here because the choices are not independent due to the constraint that there must be "at least 2 Iranian players."
A simple multiplication would not account for all the specific sub-conditions of the problem. If you tried to calculate the combinations as a single step—for example, by multiplying the total number of options for each position—you would overcount certain arrangements. For instance, you could not simply choose players one by one, because a Turkish player being chosen for one spot affects the number of remaining spots that must be filled by Iranian players to meet the "at least 2" condition. Instead, the problem must be broken down into discrete, mutually exclusive cases (2 Iranian, 3 Iranian, and 4 Iranian players).
Moderators:
Math Expert
109827 posts
Tuck School Moderator
852 posts