Exam in Examination

Find the number of permutations of four letters taken from the word "EXAMINATION".

Image credit: Flickr Stuartpilbrow


The answer is 2454.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

3 solutions

Five of the letters are different while there are three alike pairs. So we have three cases:
C a s e 1 : Case 1: 2 same and 2 same C ( 3 2 ) 4 ! 2 ! 2 ! = 18 \implies C\dbinom{3}{2}*\dfrac{4!}{2!2!} = 18
C a s e 2 : Case 2: 2 same and 2 different C ( 3 1 ) C ( 7 2 ) 4 ! 2 ! = 756 \implies C\dbinom{3}{1}*C\dbinom{7}{2}*\dfrac{4!}{2!}= 756
C a s e 3 : Case 3: All different C ( 8 4 ) 4 ! = 1680 \implies C\dbinom{8}{4}*4! = 1680
So, the number of permutations is 18 + 756 + 1680 = 2454 18+756+1680=\boxed{2454}


How do you remove the spaces when using brackets for LaTeX \LaTeX ?

Marc Vince Casimiro - 6 years, 6 months ago

Log in to reply

Which spaces are you referring to?

If you want Latex on the same line, use the normal brackets. If you want Latex on a new line (and centered), use the square brackets.

Calvin Lin Staff - 6 years, 6 months ago

Log in to reply

When I use brackets in problems, I get single space while here I get double space

Marc Vince Casimiro - 6 years, 6 months ago

Log in to reply

@Marc Vince Casimiro I looked at your code, and I noticed that you added \ [ \ ] \backslash [ \quad \backslash ] to create a new line. That would result in double spacing, because there is a space before the empty latex, and a space after the empty latex.

To start a new paragraph, simply hit enter.
If you want to start a new line without a paragraph spacing (like in this line), use 3 spaces at the end of the previous line.

I've edited your solution. You can click on edit to view how I've changed it.

Calvin Lin Staff - 6 years, 6 months ago

Log in to reply

@Calvin Lin I see, thanks! :)

Marc Vince Casimiro - 6 years, 6 months ago

I'm lucky we get 3 tries, I misread the word and thought it was EXAMINATIONS :D

Pratik Shastri - 6 years, 6 months ago
Souryajit Roy
Dec 1, 2014

We can consider the multiset ( 1. E , 1. X , 2. A , 1. M , 2. I , 2. N , 1. T , 1. O ) (1.E,1.X,2.A,1.M,2.I,2.N,1.T,1.O)

Hence the required exponential generating function is

G ( x ) = ( 1 + x 1 ! ) 5 ( 1 + x 1 ! + x 2 2 ! ) 3 G(x)=(1+\frac{x}{1!})^{5}(1+\frac{x}{1!}+\frac{x^{2}}{2!})^{3}

In the above, the co-efficient of x 4 4 ! \frac{x^{4}}{4!} is 2454 2454 .

I basically used the following theorem:

The number of n n -permutations of the multiset ( n 1 . a 1 , . . . , n k . a k ) (n_{1}.a_{1},...,n_{k}.a_{k})

is given by the co-efficient of x n n ! \frac{x^{n}}{n!} in

G ( x ) = f n 1 ( x ) . . . f n k ( x ) G(x)=f_{n_{1}}(x)...f_{n_{k}}(x) where f n i ( x ) = 1 + x + x 2 2 ! + . . + x n i n i ! f_{n_{i}}(x)=1+x+\frac{x^{2}}{2!}+..+\frac{x^{n_{i}}}{n_{i}!}

Even i did by coefficient method . Nice

Utsav Singhal - 6 years, 6 months ago

I too did it the same way.

Akshay Bodhare - 6 years, 5 months ago
Parth Lohomi
Dec 1, 2014

The word examination consists of 11 letters -

(AA), (II), (NN), E, X, M, T, O.

The following combinations are possible:

(a) 2 alike, 2 alike:

³C2 = 3 ways

(b) 2 alike, 2 different:

³C1×7C2 = 63 ways

(c) all 4 different:

8C4 = 70 ways

Hence required number of combinations = 3 +63 +70 = 136.

To find the number of permutations: In (a), the number of permutations = 3×4!/[2!2!] = 18

In (b), the number of permutations = 63×4!/2! = 756

In (c), the number of permutations = 70×4!= 1680

Hence required number of permutations = 18 +756 +1680 = 2454.

How is That @utsavsinghal?

Parth Lohomi - 6 years, 6 months ago

Log in to reply

I feel coefficient method is more better. Making cases makes it too long . By the way nice !

Utsav Singhal - 6 years, 6 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...