Permutation and combination

This topic has expert replies
Junior | Next Rank: 30 Posts
Posts: 21
Joined: Fri Jun 03, 2016 2:45 am

Permutation and combination

by Apoorva@5 » Mon Jul 18, 2016 3:59 am
Why cannot we solve the question by the following steps :
out of 6 places, first wefill all the X's. For that we have 6C3 ie 60 ways.
then for the 2 y's , we have 3 places . so selecting two places out of three places is, 3C2 ie 3 ways
this gives us 180 ways
Attachments
kaplan quant question doubt.png

Master | Next Rank: 500 Posts
Posts: 415
Joined: Thu Oct 15, 2009 11:52 am
Thanked: 27 times

by regor60 » Mon Jul 18, 2016 5:56 am
Pick the X's: 6!/3!3! = 20

Pick the Y's for remaining spots: 3!/2!1! = 3

Z is forced into the last spot: 1

3 x 20 x 1 = 60

Master | Next Rank: 500 Posts
Posts: 415
Joined: Thu Oct 15, 2009 11:52 am
Thanked: 27 times

by regor60 » Mon Jul 18, 2016 5:57 am
Apoorva@5 wrote:Why cannot we solve the question by the following steps :
out of 6 places, first wefill all the X's. For that we have 6C3 ie 60 ways.
then for the 2 y's , we have 3 places . so selecting two places out of three places is, 3C2 ie 3 ways
this gives us 180 ways
6C3 is 20, not 60, otherwise correct

User avatar
Legendary Member
Posts: 2131
Joined: Mon Feb 03, 2014 9:26 am
Location: https://martymurraycoaching.com/
Thanked: 955 times
Followed by:140 members
GMAT Score:800

by MartyMurray » Mon Jul 18, 2016 6:13 am
Apoorva@5 wrote:Each of the [6] squares above is to have exactly one letter and nothing else placed inside it. If 3 of the letters are to be the letter X, 2 of the letters are to be the letter Y and 1 of the letters is to be the letter Z, in how many different arrangements can the squares have letters placed in them?

(A) 30
(B) 60
(C) 108
(D) 120
(E) 720

Why cannot we solve the question by the following steps :
out of 6 places, first wefill all the X's. For that we have 6C3 ie 60 ways.
then for the 2 y's , we have 3 places . so selecting two places out of three places is, 3C2 ie 3 ways
this gives us 180 ways
Hi Apoorva@5.

6C3 = 6 x 5 x 4/3! = 120/6 = 20

Having said that, I would do 6P6 then just divide by 3! and 2! to account for the repeated letters.

6!/3!2! = 60

The correct answer is B.
Marty Murray
Perfect Scoring Tutor With Over a Decade of Experience
MartyMurrayCoaching.com
Contact me at [email protected] for a free consultation.

GMAT/MBA Expert

User avatar
GMAT Instructor
Posts: 16207
Joined: Mon Dec 08, 2008 6:26 pm
Location: Vancouver, BC
Thanked: 5254 times
Followed by:1268 members
GMAT Score:770

by Brent@GMATPrepNow » Mon Jul 18, 2016 6:20 am
Each of the [6] squares above is to have exactly one letter and nothing else placed inside it. If 3 of the letters are to be the letter X, 2 of the letters are to be the letter Y and 1 of the letters is to be the letter Z, in how many different arrangements can the squares have letters placed in them?

(A) 30
(B) 60
(C) 108
(D) 120
(E) 720
When we want to arrange a group of items in which some of the items are identical, we can use something called the MISSISSIPPI rule. It goes like this:

If there are n objects where A of them are alike, another B of them are alike, another C of them are alike, and so on, then the total number of possible arrangements = n!/[(A!)(B!)(C!)....]

So, for example, we can calculate the number of arrangements of the letters in MISSISSIPPI as follows:
There are 11 letters in total
There are 4 identical I's
There are 4 identical S's
There are 2 identical P's
So, the total number of possible arrangements = 11!/[(4!)(4!)(2!)]

---------------------------------------
Likewise, for this question, we can calculate the number of arrangements of the letters in XXXYYZ as follows:
There are 6 letters in total
There are 3 identical X's
There are 2 identical Y's
So, the total number of possible arrangements = 6!/[(3!)(2!)]
= 60
= B


Here are two related questions:
- https://www.beatthegmat.com/p-c-t202402.html
- https://www.beatthegmat.com/permutation- ... 81906.html

Cheers,
Brent
Brent Hanneson - Creator of GMATPrepNow.com
Image

GMAT/MBA Expert

User avatar
Elite Legendary Member
Posts: 10392
Joined: Sun Jun 23, 2013 6:38 pm
Location: Palo Alto, CA
Thanked: 2867 times
Followed by:511 members
GMAT Score:800

by [email protected] » Mon Jul 18, 2016 5:36 pm
Hi Apoorva@5,

When dealing with Permutation question that involve 'duplicate elements', you have to be careful about how you go about your calculations. Consider this simple example:

If you have the letters A, B and C, then how many different 3-letter arrangements are there? Mathematically, you can calculate it as (3)(2)(1) = 6. You can also list out the options:

ABC
ACB
BAC
BCA
CAB
CBA

Now, what if you had A, A, and A instead. Here, the three elements are identical. There are no longer 6 possible arrangements - there's just 1...

AAA

From a math standpoint, the way to eliminate those duplicate options is to divide by a factorial of any duplicates. Since there are 3 A's, we have to divide by 3!....

(3)(2)(1)/3! = 1

GMAT assassins aren't born, they're made,
Rich
Contact Rich at [email protected]
Image

Junior | Next Rank: 30 Posts
Posts: 23
Joined: Tue Jun 28, 2016 6:39 am
Thanked: 8 times
Followed by:3 members
GMAT Score:780

by Danny@GMATAcademy » Thu Jul 21, 2016 7:14 am
The calculation error would be harder to make if you worked from simplest item to most complex:

Ways to deal with Z: 6
Ways to deal with Ys (assuming Z already placed): 5C2 = 10
Ways to deal with Xs (assuming Z and Ys already placed): 1

So 6*10*1 = 60