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

It is currently 19 May 2013, 23:08
Customize  |  Hide

A 4-letter code word consists of letters A, B, and C. If the

  Question banks Downloads My Bookmarks Reviews  
Author Message
TAGS:
GMAT Club team member
User avatar
Joined: 02 Sep 2009
Posts: 11518
Followers: 1792

Kudos [?]: 9538 [0], given: 826

Re: A 4-letter code word consists of letters A, B, and C. If the [#permalink] New post 22 Jun 2012, 00:39
arvind410 wrote:
Bunuel wrote:
pavanpuneet wrote:
Here is how I tried to solve the question:

Consider XXXX = Assume the first three position is taken as for letters ABC those can be filled in 3! ways and then last letter can be filled in 3 ways... thus a total 18 ways.

Next, assume, that it XABC = 18 ways; next. CXAB = 18 ways; next BCXA = 18 ways... thus a total of 18*4 = 72ways!


Note that the correct answer to this question is 36, not 72.

A-ABC can be arranged in 4!/2!=12 ways;
B-ABC can be arranged in 4!/2!=12 ways;
C-ABC can be arranged in 4!/2!=12 ways;

Total: 12+12+12=36.

Answer: C.


A quick question. In the above case , we assume that the extra letter is always in the first position , i.e A-ABC, B-ABC. Why aren't we accounting for ABC-A , ABC-B . And since it is a code, shouldn't arrangement matter, as in ABC is different from BAC ? Do correct me if I am wrong .


We are not assuming that at all. The solution above says:

AABC can be arranged in 4!/2!=12 ways. So, for the case when we have 2 A's in a code, 12 different arrangements are possible:
AABC;
ABAC;
BAAC;
...

The same for other cases.

Hope it's clear.
_________________

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

Intern
Intern
Joined: 20 Sep 2011
Posts: 20
Followers: 0

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

CAT Tests
Re: A 4-letter code word consists of letters A, B, and C. If the [#permalink] New post 02 Jul 2012, 20:15
What about this method?
I used the slot method to answer this one.
XXXX - First slot you have three options, second slot you have three options (nothing says you can't repeat letters), third slot you have two options and fourth slot you have two options to make sure that you include at least all of the letters. 3*3*2*2 = 36
Senior Manager
Senior Manager
User avatar
Joined: 13 Aug 2012
Posts: 468
Followers: 12

Kudos [?]: 74 [0], given: 11

GMAT ToolKit User GMAT Tests User
Re: A 4-letter code word consists of letters A, B, and C. If the [#permalink] New post 27 Dec 2012, 02:17
GHIBI wrote:

A 4-letter code word consists of letters A, B, and C. If the code includes all the three letters, how many such codes are possible?
A. 72
B. 48
C. 36
D. 24
E. 18


So, the 4-letter code will have A,B,C and a repeat letter from either A,B or C.
Our possible selections could be: {A,A,B,C}, {B,B,A,C}, and {C,C,A,B}


A,A,B,C --> 4!/2! = 12
B,B,A,C --> 4!/2! = 12
C,C,B,A --> 4!/2! = 12

Answer: 36
Manager
Manager
User avatar
Joined: 12 Jan 2013
Posts: 58
Location: United States (NY)
GMAT 1: 780 Q51 V47
GPA: 3.89
Followers: 7

Kudos [?]: 32 [0], given: 13

Re: A 4-letter code word consists of letters A, B, and C. If the [#permalink] New post 14 Jan 2013, 00:20
First pick which letter is doubled. There are 3 ways. Without loss of generality, A is doubled.
Then pick a place for B. There are 4 ways to pick a place for B.
Then pick a place for C. There are 3 ways to pick a place for C.
Then place the two A's.

3*4*3=36.

It is similar to AKProdigy87's solution, except that we don't even need the 4C2. No formula whatsoever, just multiplication.
_________________

Sergey Orshanskiy, Ph.D.

Manager
Manager
User avatar
Joined: 07 Feb 2011
Posts: 88
Followers: 0

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

Re: PS - Prob. of A 4-letter code [#permalink] New post 27 Jan 2013, 15:50
AKProdigy87 wrote:
I get C: 36 as well. This is how I approached the problem:

The 4 letters can be distinguished as follows:
X - the letter which is duplicated.
Y and Z - the two remaining letters, with Y always preceding Z in the code word.

As a result, a code word looks like XXYZ, or XYXZ, etc.

The number of possible combinations is as follows:

4C2 - choose 2 of the 4 character places to put the duplicate characters (X in this case)
* 3! - 3 ways to choose X, 2 ways to choose Y, 1 way to choose Z.

4C2 * 3! = 36



What I don't get about this approach is why we don't multiply by 2! to account for the different permutations of YZ, and hence have an answer of 72.

I know it's an old problem, but would someone care to explain?

Where is this permutation of 2! for YZ already accounted for in this problem? That's really unclear to me
_________________

We appreciate your kudos'

Manager
Manager
User avatar
Joined: 12 Jan 2013
Posts: 58
Location: United States (NY)
GMAT 1: 780 Q51 V47
GPA: 3.89
Followers: 7

Kudos [?]: 32 [0], given: 13

Re: PS - Prob. of A 4-letter code [#permalink] New post 27 Jan 2013, 21:20
manimgoindowndown wrote:
I know it's an old problem, but would someone care to explain?

Where is this permutation of 2! for YZ already accounted for in this problem? That's really unclear to me

AABC, ABAC, ABCA, BAAC, BACA, BCAA, AACB, ACAB, ACBA, CAAB, CABA, CBAA
BBAC, BABC, BACB, ABBC, ABCB, ACBB, BBCA, BCBA, BCAB, CBBA, CBAB, CABB
CCAB, CACB, CABC, ACCB, ACBC, ABCC, CCBA, CBCA, CBAC, BCCA, BCAC, BACC

We agree that Y always preceeds Z. Then we have two ways to choose Y. For example, if B repeats twice, then we may have Y=A (e.g. BBAC) or Y=C (e.g. BBCA). Y and Z cannot be permuted.
_________________

Sergey Orshanskiy, Ph.D.

Intern
Intern
Joined: 20 Apr 2013
Posts: 24
Concentration: Finance, Finance
GMAT Date: 06-03-2013
GPA: 3.3
WE: Accounting (Accounting)
Followers: 0

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

Re: A 4-letter code word consists of letters A, B, and C. If the [#permalink] New post 05 May 2013, 12:34
Bunuel Please Clarify my doubt.

If the code includes all the three letters, then the 4th letter can any letter from ABCDEFG.... XYZ.

The question doesn't specify that the 4 letter code includes only A, B and C.

GHIBI wrote:
A 4-letter code word consists of letters A, B, and C. If the code includes all the three letters, how many such codes are possible?

A. 72
B. 48
C. 36
D. 24
E. 18
GMAT Club team member
User avatar
Joined: 02 Sep 2009
Posts: 11518
Followers: 1792

Kudos [?]: 9538 [0], given: 826

Re: A 4-letter code word consists of letters A, B, and C. If the [#permalink] New post 05 May 2013, 23:10
Rajkiranmareedu wrote:
Bunuel Please Clarify my doubt.

If the code includes all the three letters, then the 4th letter can any letter from ABCDEFG.... XYZ.

The question doesn't specify that the 4 letter code includes only A, B and C.

GHIBI wrote:
A 4-letter code word consists of letters A, B, and C. If the code includes all the three letters, how many such codes are possible?

A. 72
B. 48
C. 36
D. 24
E. 18


I think that it is specified.

We are told that a 4-letter code consists of letters A, B, and C and that the code includes ALL the three letters A, B, and C (so the case of AAAA is not possible).
_________________

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

Re: A 4-letter code word consists of letters A, B, and C. If the   [#permalink] 05 May 2013, 23:10
    Similar topics Author Replies Last post
Similar
Topics:
New posts From word possession we take 4 letters without repetition, csperber 2 04 Dec 2003, 22:03
New posts From the word TRAMPLE 4 letters are taken. What is the BumblebeeMan 9 25 Oct 2005, 04:45
New posts A code is made from a sequence of 4 letters. How many lfox2 3 10 Oct 2006, 00:00
Popular new posts 1 4 letter words hussi9 11 20 May 2011, 23:59
New posts Combinations of 4-letter and 5-letter codes Macsen 2 16 Nov 2011, 20:18
Display posts from previous: Sort by

A 4-letter code word consists of letters A, B, and C. If the

  Question banks Downloads My Bookmarks Reviews  

Go to page   Previous    1   2   [ 28 posts ] 



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®.