Last visit was: 09 Jul 2025, 09:34 It is currently 09 Jul 2025, 09:34
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
655-705 Level|   Combinations|                                 
User avatar
sarb
Joined: 12 May 2012
Last visit: 27 Aug 2012
Posts: 15
Own Kudos:
1,438
 [898]
Given Kudos: 19
Location: United States
Concentration: Technology, Human Resources
Posts: 15
Kudos: 1,438
 [898]
51
Kudos
Add Kudos
844
Bookmarks
Bookmark this Post
Most Helpful Reply
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 9 July 2025
Posts: 102,610
Own Kudos:
Given Kudos: 97,813
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 102,610
Kudos: 739,835
 [256]
88
Kudos
Add Kudos
166
Bookmarks
Bookmark this Post
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 9 July 2025
Posts: 102,610
Own Kudos:
Given Kudos: 97,813
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 102,610
Kudos: 739,835
 [149]
21
Kudos
Add Kudos
128
Bookmarks
Bookmark this Post
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 9 July 2025
Posts: 102,610
Own Kudos:
Given Kudos: 97,813
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 102,610
Kudos: 739,835
 [66]
20
Kudos
Add Kudos
46
Bookmarks
Bookmark this Post
Almost identical question:

John has 12 clients and he wants to use color coding to identify each client. If either a single color or a pair of two different colors can represent a client code, what is the minimum number of colors needed for the coding? Assume that changing the color order within a pair does not produce different codes.
A. 24
B. 12
C. 7
D. 6
E. 5

The concept is not that hard. We can use combination or trial and error approach.

Combination approach:
Let # of colors needed be \(n\), then it must be true that \(n+C^2_n\geq{12}\) (\(C^2_n\) - # of ways to choose the pair of different colors from \(n\) colors when order doesn't matter) --> \(n+\frac{n(n-1)}{2}\geq{12}\) --> \(2n+n(n-1)\geq{24}\) --> \(n(n+1)\geq{24}\) --> as \(n\) is an integer (it represents # of colors) \(n\geq{5}\) --> \(n_{min}=5\).

Trial and error approach:
If the minimum number of colors needed is 4 then there are 4 single color codes possible PLUS \(C^2_4=6\) two-color codes --> 4+6=10<12 --> not enough for 12 codes;

If the minimum number of colors needed is 5 then there are 5 single color codes possible PLUS \(C^2_5=10\) two-color codes --> 5+10=15>12 --> more than enough for 12 codes.

Actually as the least answer choice is 5 then if you tried it first you'd get the correct answer right away.

Answer: E.

Hope it helps.
User avatar
EMPOWERgmatRichC
User avatar
Major Poster
Joined: 19 Dec 2014
Last visit: 31 Dec 2023
Posts: 21,788
Own Kudos:
12,487
 [56]
Given Kudos: 450
Status:GMAT Assassin/Co-Founder
Affiliations: EMPOWERgmat
Location: United States (CA)
GMAT 1: 800 Q51 V49
GRE 1: Q170 V170
Expert
Expert reply
GMAT 1: 800 Q51 V49
GRE 1: Q170 V170
Posts: 21,788
Kudos: 12,487
 [56]
40
Kudos
Add Kudos
16
Bookmarks
Bookmark this Post
Hi All,

In these sorts of questions, when the answer choices are relatively small, it's often fairly easy to "brute force" the correct answer and avoid complicated calculations entirely.

BrainLab's idea to just "map out" the possibilities is a relatively simple, effective approach. Since we're asked for the LEAST number of letters that will give us 12 unique codes, we start with Answer A.

If we had 4 letters: A, B, C, D

1-letter codes: A, B, C, D
2-letter alphabetical codes: AB, AC, AD, BC, BD, CD
Total Codes = 4 + 6 = 10

This result is TOO LOW.

From here, you know that we just need 2 more codes, so adding 1 more letter would give us those extra codes (and more)...but here's the proof that it happens....

If we had 5 letters: A, B, C, D, E

1-letter codes: A, B, C, D, E
2-letter alphabetical codes: AB, AC, AD, AE, BC, BD, BE, CD, CE, DE
Total Codes = 5 + 10 = 15 codes

Final Answer:
GMAT assassins aren't born, they're made,
Rich
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 9 July 2025
Posts: 102,610
Own Kudos:
Given Kudos: 97,813
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 102,610
Kudos: 739,835
 [26]
14
Kudos
Add Kudos
12
Bookmarks
Bookmark this Post
ronr34
Hi Bunnel

won't this \(C^2_n\)
just give you all the pairs available?
we need them also ordered....

Notice that we are told that letters in the code should be written in alphabetical order. Now, 2Cn gives different pairs of 2 letters possible out of n letters, but since codes should be written in one particular order (alphabetical), then for each pair there will be only one ordering possible, thus the number of codes out of n letters equals to number of pairs out of n letters.

Hope it's clear.
User avatar
BrentGMATPrepNow
User avatar
Major Poster
Joined: 12 Sep 2015
Last visit: 13 May 2024
Posts: 6,756
Own Kudos:
34,040
 [17]
Given Kudos: 799
Location: Canada
Expert
Expert reply
Posts: 6,756
Kudos: 34,040
 [17]
7
Kudos
Add Kudos
10
Bookmarks
Bookmark this Post
sarb
A researcher plans to identify each participant in a certain medical experiment with a code consisting of either a single letter or a pair of distinct letters written in alphabetical order. What is the least number of letters that can be used if there are 12 participants, and each participant is to receive a different code?

A. 4
B. 5
C. 6
D. 7
E. 8

One approach is to add a BLANK to the letters in order to account for the possibility of using just one letter for a code.

ASIDE: Notice that, if we select 2 characters, there's only 1 possible code that can be created. The reason for this is that the 2 characters must be in ALPHABETICAL order. Or, in the case that a letter and a blank are selected, there's only one possible code as well.

Now we'll test the answer choices.

Answer choice A (4 letters)
Let the letters be A, B, C, D
We'll add a "-" to represent a BLANK.
So, we must choose 2 characters from {A, B, C, D, -}
In how many ways can we select 2 characters?
We can use combinations to answer this. There are 5 characters, and we must select 2. This can be accomplished in 5C2 ways (= 10 ways).
So, there are only 10 possible codes if we use 4 letters. We want at least 12 codes.

[i]ASIDE: If anyone is interested, we have a free video on calculating combinations (like 5C2) in your head below.

Answer choice B (5 letters)
Let the letters be A, B, C, D, E
Once again, we'll add a "-" to represent a BLANK.
So, we must choose 2 characters from {A, B, C, D, E, -}
There are 6 characters, and we must select 2. This can be accomplished in 6C2 ways (= 15 ways...PERFECT).

So, the least number of characters needed is 5

Answer: B

RELATED VIDEO
User avatar
ScottTargetTestPrep
User avatar
Target Test Prep Representative
Joined: 14 Oct 2015
Last visit: 09 Jul 2025
Posts: 21,065
Own Kudos:
26,119
 [14]
Given Kudos: 296
Status:Founder & CEO
Affiliations: Target Test Prep
Location: United States (CA)
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 21,065
Kudos: 26,119
 [14]
12
Kudos
Add Kudos
2
Bookmarks
Bookmark this Post
sarb
A researcher plans to identify each participant in a certain medical experiment with a code consisting of either a single letter or a pair of distinct letters written in alphabetical order. What is the least number of letters that can be used if there are 12 participants, and each participant is to receive a different code?

A. 4
B. 5
C. 6
D. 7
E. 8

Let's use the answer choices to help us solve this problem. We are looking for the minimum number of letters that can be used. The smallest number from the answer choices is 4, so let’s ask ourselves this question: Can we use only 4 letters to represent the 12 participants? Assume that the 4 letters are A, B, C and D (keep in mind that for each participant we can use either one letter OR two letters to represent him or her; however if we use two letters, they must be in alphabetical order):

1) A 2) B 3) C 4) D 5) AB 6) AC 7) AD 8) BC 9) BD 10) CD

Under this scheme, we can represent only 10 of the 12 participants. So let's add in one more letter, say E, and see if having an additional letter allows us to have a unique identifier for each of the 12 participants:

1) A 2) B 3) C 4) D 5) AB 6) AC 7) AD 8) BC 9) BD 10) CD 11) E 12) AE

As you can see, once we’ve added in the letter E we can represent all 12 participants. Since we’ve used A, B, C, D and E, the minimum number of letters that can be used is 5.

Answer B
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 9 July 2025
Posts: 102,610
Own Kudos:
Given Kudos: 97,813
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 102,610
Kudos: 739,835
 [11]
6
Kudos
Add Kudos
5
Bookmarks
Bookmark this Post
RebekaMo
Bunuel
sarb
A researcher plans to identify each participant in a certain medical experiment with a code consisting of either a single letter or a pair of distinct letters written in alphabetical order. What is the least number of letters that can be used if there are 12 participants, and each participant is to receive a different code?

A. 4
B. 5
C. 6
D. 7
E. 8

Say there are minimum of \(n\) letters needed, then;

The # of single letter codes possible would be \(n\) itself;
The # of pair of distinct letters codes possible would be \(C^2_n\) (in alphabetical order);

We want \(C^2_n+n\geq{12}\) --> \(\frac{n(n-1)}{2}+n\geq{12}\) --> \(n(n-1)+2n\geq{24}\) --> \(n(n+1)\geq{24}\) --> \(n_{min}=5\).

Answer: B.

Hope it's clear.

I am still having problems with this question. Why do we devide the combinations formula into n(n-1)/2?
Shouldnt it be 2!/n!(2-n)! ?

\(C^2_n=\frac{n!}{2!(n-2)!}\). Now, notice that \(n!=(n-2)!*(n-1)*n\), hence \(C^2_n=\frac{n!}{2!(n-2)!}=\frac{(n-2)!*(n-1)*n}{2!(n-2)!}=\frac{(n-1)n}{2}\).

Hope it's clear.
User avatar
BrentGMATPrepNow
User avatar
Major Poster
Joined: 12 Sep 2015
Last visit: 13 May 2024
Posts: 6,756
Own Kudos:
34,040
 [6]
Given Kudos: 799
Location: Canada
Expert
Expert reply
Posts: 6,756
Kudos: 34,040
 [6]
3
Kudos
Add Kudos
3
Bookmarks
Bookmark this Post
sarb
A researcher plans to identify each participant in a certain medical experiment with a code consisting of either a single letter or a pair of distinct letters written in alphabetical order. What is the least number of letters that can be used if there are 12 participants, and each participant is to receive a different code?

A. 4
B. 5
C. 6
D. 7
E. 8

We can also TEST each answer choice by LISTING all possible codes.

Answer choice A (4 letters)
Let the letters be A, B, C, D
The possible codes are:
A
B
C
D
AB
AC
AD
BC
BD
CD
TOTAL = 10 (not enough. We need at least 12 codes)

Answer choice B (5 letters)
Let the letters be A, B, C, D, E
The possible codes are:
A
B
C
D
E
AB
AC
AD
AE
BC
BD
BE
CD
CE
DC
TOTAL = 15

Perfect, 5 letters will give us the 12 codes we need.

Answer: B

Cheers,
Brent
General Discussion
User avatar
SreeViji
Joined: 27 Aug 2012
Last visit: 25 Dec 2012
Posts: 10
Own Kudos:
Given Kudos: 55
Posts: 10
Kudos: 21
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunnel. Thaks for the reply and merging similar topics. Can u please explain how >= 12 ?
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 9 July 2025
Posts: 102,610
Own Kudos:
739,835
 [2]
Given Kudos: 97,813
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 102,610
Kudos: 739,835
 [2]
2
Kudos
Add Kudos
Bookmarks
Bookmark this Post
SreeViji
Bunnel. Thaks for the reply and merging similar topics. Can u please explain how >= 12 ?

The number of letters should be enough to make at least 12 codes, thus the number of codes must be more than or equal to 12.
User avatar
ronr34
Joined: 08 Apr 2012
Last visit: 10 Oct 2014
Posts: 250
Own Kudos:
248
 [6]
Given Kudos: 58
Posts: 250
Kudos: 248
 [6]
6
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Hi Bunnel

won't this \(C^2_n\)
just give you all the pairs available?
we need them also ordered....
User avatar
eaakbari
Joined: 24 Mar 2010
Last visit: 18 Nov 2013
Posts: 46
Own Kudos:
Given Kudos: 133
Posts: 46
Kudos: 421
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel
sarb
A researcher plans to identify each participant in a certain medical experiment with a code consisting of either a single letter or a pair of distinct letters written in alphabetical order. What is the least number of letters that can be used if there are 12 participants, and each participant is to receive a different code?

A. 4
B. 5
C. 6
D. 7
E. 8

Say there are minimum of \(n\) letters needed, then;

The # of single letter codes possible would be \(n\) itself;
The # of pair of distinct letters codes possible would be \(C^2_n\) (in alphabetical order);

We want \(C^2_n+n\geq{12}\) --> \(\frac{n(n-1)}{2}+n\geq{12}\) --> \(n(n-1)+2n\geq{24}\) --> \(n(n+1)\geq{24}\) --> \(n_{min}=5\).

Answer: B.

Hope it's clear.

Bunuel,

What if the question didn't say 'pair'.

If 3 letter combinations were also permitted. How would you express it in Combination formula?
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 9 July 2025
Posts: 102,610
Own Kudos:
739,835
 [6]
Given Kudos: 97,813
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 102,610
Kudos: 739,835
 [6]
4
Kudos
Add Kudos
2
Bookmarks
Bookmark this Post
eaakbari
Bunuel
sarb
A researcher plans to identify each participant in a certain medical experiment with a code consisting of either a single letter or a pair of distinct letters written in alphabetical order. What is the least number of letters that can be used if there are 12 participants, and each participant is to receive a different code?

A. 4
B. 5
C. 6
D. 7
E. 8

Say there are minimum of \(n\) letters needed, then;

The # of single letter codes possible would be \(n\) itself;
The # of pair of distinct letters codes possible would be \(C^2_n\) (in alphabetical order);

We want \(C^2_n+n\geq{12}\) --> \(\frac{n(n-1)}{2}+n\geq{12}\) --> \(n(n-1)+2n\geq{24}\) --> \(n(n+1)\geq{24}\) --> \(n_{min}=5\).

Answer: B.

Hope it's clear.

Bunuel,

What if the question didn't say 'pair'.

If 3 letter combinations were also permitted. How would you express it in Combination formula?

Practice: try to use the same concept.
User avatar
eaakbari
Joined: 24 Mar 2010
Last visit: 18 Nov 2013
Posts: 46
Own Kudos:
421
 [5]
Given Kudos: 133
Posts: 46
Kudos: 421
 [5]
3
Kudos
Add Kudos
2
Bookmarks
Bookmark this Post
Bunuel

Practice: try to use the same concept.

Okay here goes,

The # of single letter codes possible would be \(n\) itself;
The # of pair of distinct letters codes possible would be (in alphabetical order); \(nC2\)
The # of Triples of distinct letters codes possible would be (in alphabetical order); \(nC3\)

Thus

\(nC3 + nC2 + n\)> \(12\)

\(n*(n-1)/2 + n*(n-1)*(n-2)/3*2 + n\)> \(12\)

Simplifying

\(n*(n^2 +5)\)> \(72\)

Only sufficient value of \(n = 4\)

Is it correct?
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 9 July 2025
Posts: 102,610
Own Kudos:
739,835
 [6]
Given Kudos: 97,813
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 102,610
Kudos: 739,835
 [6]
3
Kudos
Add Kudos
3
Bookmarks
Bookmark this Post
eaakbari
Bunuel

Practice: try to use the same concept.

Okay here goes,

The # of single letter codes possible would be \(n\) itself;
The # of pair of distinct letters codes possible would be (in alphabetical order); \(nC2\)
The # of Triples of distinct letters codes possible would be (in alphabetical order); \(nC3\)

Thus

\(nC3 + nC2 + n\)> \(12\)

\(n*(n-1)/2 + n*(n-1)*(n-2)/3*2 + n\)> \(12\)

Simplifying

\(n*(n^2 +5)\)> \(72\)

Only sufficient value of \(n = 4\)

Is it correct?

Correct.

Three letters A, B, and C, are enough for 7<12 codes:
A;
B;
C;
AB;
AC;
BC;
ABC.

Four letters A, B, C, and D are enough for 15>12 codes:
A;
B;
C;
D;
AB;
AC;
AD;
BC;
BD;
CD;
ABC;
ABD;
ACD;
BCD;
ABCD.
User avatar
yenpham9
Joined: 12 Mar 2011
Last visit: 13 May 2015
Posts: 14
Own Kudos:
Given Kudos: 57
Posts: 14
Kudos: 47
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel
ronr34
Hi Bunnel

won't this \(C^2_n\)
just give you all the pairs available?
we need them also ordered....

Notice that we are told that letters in the code should be written in alphabetical order. Now, 2Cn gives different pairs of 2 letters possible out of n letters, but since codes should be written in one particular order (alphabetical), then for each pair there will be only one ordering possible, thus the number of codes out of n letters equals to number of pairs out of n letters.

Hope it's clear.

Hi Bunuel,

From n letters we choose the number of pairs, the result will be \(C^2_n\) which may include 2 kinds of pairs (AB) and (BA). Still confused :(.
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 9 July 2025
Posts: 102,610
Own Kudos:
739,835
 [2]
Given Kudos: 97,813
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 102,610
Kudos: 739,835
 [2]
2
Kudos
Add Kudos
Bookmarks
Bookmark this Post
yenpham9
Bunuel
ronr34
Hi Bunnel

won't this \(C^2_n\)
just give you all the pairs available?
we need them also ordered....

Notice that we are told that letters in the code should be written in alphabetical order. Now, 2Cn gives different pairs of 2 letters possible out of n letters, but since codes should be written in one particular order (alphabetical), then for each pair there will be only one ordering possible, thus the number of codes out of n letters equals to number of pairs out of n letters.

Hope it's clear.

Hi Bunuel,

From n letters we choose the number of pairs, the result will be \(C^2_n\) which may include 2 kinds of pairs (AB) and (BA). Still confused :(.

Maybe the following example would help. Consider 4 letters {a, b, c, d}. How many 2-letter words in alphabetical order are possible? The answer is \(C^2_4=6\):
ab;
ac;
ad;
bc;
bd;
cd.
User avatar
honchos
Joined: 17 Apr 2013
Last visit: 30 Aug 2021
Posts: 360
Own Kudos:
Given Kudos: 298
Status:Verbal Forum Moderator
Location: India
GMAT 1: 710 Q50 V36
GMAT 2: 750 Q51 V41
GMAT 3: 790 Q51 V49
GPA: 3.3
GMAT 3: 790 Q51 V49
Posts: 360
Kudos: 2,396
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Lets take A B C D
A
B
C
D
AB
AC
AD
BC
BD
CD
ABC
BCA
CBA

It is alphabetical and all letter for a particular codes are different.
 1   2   3   4   
Moderators:
Math Expert
102610 posts
PS Forum Moderator
679 posts