In how many arrangements of the letters in the word PERMUTATION do the vowels occur in order A, E, I, O and U although not necessarily together?
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.
Very.nice answer
That's an elegant solution, compared to mine.
great solution
A wonderful solution with a very clean concept. I think this is one of the easiest ways to solve this problem.
Think of the vowels as "walls".
( a ) A ( b ) E ( c ) I ( d ) O ( e ) U ( f )
There are 11 letters in the word "PERMUTATION", and 5 are already arranged, as above since they have to be in a specific order. So, the remaining 6 letters, P, R, M, T, T, N, has to be partitioned, and arranged in the spaces shown above; (a), (b), (c), (d), (e).
So first, we find the total number of ways to partition the letters into each space. Why? Because the number of letters that fit in each space is different for each case. For example, the letters might be partitioned equally, or 3 letters might be in one space, or all 6 letters in one space, as shown below.
( P ) A ( M ) ( T ) E ( T ) I ( N ) O ( R ) U ( P ) ( M ) ( T ) A ( T ) E ( N ) I ( R ) O U ( P ) ( M ) ( T ) ( T ) ( N ) ( R ) A E I O U . . .
To do this, let's put aside the letters for a second. Think that we have to partition 6 1's in each space, separated by "|". Like this:
( 1 ) ∣ ( 1 ) ∣ ( 1 ) ∣ ( 1 ) ∣ ( 1 ) ∣ ( 1 ) ( 1 ) ( 1 ) ∣ ( 1 ) ∣ ( 1 ) ∣ ( 1 ) ∣ ( 1 ) ∣ . . .
If we assume that if 2 or more 1's are next to each other, we add them,
( 1 ) ∣ ( 1 ) ∣ ( 1 ) ∣ ( 1 ) ∣ ( 1 ) ∣ ( 1 ) ( 2 ) ∣ ( 1 ) ∣ ( 1 ) ∣ ( 1 ) ∣ ( 1 ) ∣ ( 1 ) . . .
Now, to find the total number of ways to partition the letters into each space from the very first diagram, think of it as arranging 6 1's and 5 "|"s, which is 11!/(6!)(5!) <We made a quick assumption from above that 1's were the consonants, and "|"'s were vowels.>
Now, we just have to multiply it by the permutation of the 6 consonants, and we're done!
6 ! × 5 ! 1 1 ! × 2 6 ! = 1 6 6 3 2 0 ( w a y s )
My work is kind of long because I also wanted to explain the idea of partitioning, which leads to combination with repetition. If you know them, then you can apply the formula to get the answer easily. 6 + 6 − 1 C 6 × 2 6 ! = 1 6 6 3 2 0
This is how I solved it, the "stars and bars" method.
I solved it in this way which took me much time.
There are 5 vocals and 6 consonants, the number of arrangements: ( 6 1 1 ) or ( 5 1 1 )
since the internal arrangement of the vocals is fixed, the internal arrangement of the consonant: 6 !
∴ number of arrangements: 5 ! ∗ 2 1 1 ! = 1 6 6 3 2 0
Problem Loading...
Note Loading...
Set Loading...
In the arrangement of the word PERMUTATION , there are 5! ways to arrange the 5 vowels in the word. Only 1 out of these 5! ways are correct.
Therefore, out of the 11!/2! possible arrangement of the letters in the word PERMUTATION with repeated letter T, only 1/5! of these arrangements have the 5 vowels in alphabetical order.
Thus, the number of ways to arrange PERMUTATION, keeping the vowels in alphabetical order, though not necessarily together is 11!/2!5! = 166320.