Further Premutation / Combination problem

  • Thread starter Thread starter kenny1999
  • Start date Start date
  • Tags Tags
    Combination
AI Thread Summary
The discussion focuses on calculating the number of arrangements of the letters in "CORPORATION" with the condition that vowels must stay together. The solution involves treating the vowels as a single unit, leading to the arrangement of 7 letters where 'R' appears twice, calculated as 7! / 2!. Additionally, the arrangement of the vowels, which includes three 'O's, is calculated as 5! / 3!. The final result combines these calculations, yielding a total of 50,400 arrangements. The participant expresses a newfound understanding of permutations with repetition and seeks better learning resources for this topic.
kenny1999
Messages
235
Reaction score
5

Homework Statement



In how many different ways can the letters of the word 'CORPORATION' be arranged so that the vowels always come together?

(This is a question with solution I find on web, but I don't understand the solution)

Homework Equations





The Attempt at a Solution



The following is the modal answer to the problem, but I don't understand why
7! / 2! and 5! / 3!. It's very hard to think!






Explanation:

In the word 'CORPORATION', we treat the vowels OOAIO as one letter.

Thus, we have CRPRTN (OOAIO).

This has 7 (6 + 1) letters of which R occurs 2 times and the rest are different.

Number of ways arranging these letters = 7! / 2! = 2520.

Now, 5 vowels in which O occurs 3 times and the rest are different, can be arranged

in 5! / 3! = 20 ways.

Required number of ways = (2520 x 20) = 50400.
 
Physics news on Phys.org
This is called permutation with repetition.
Take 'APPLE' for example, the word contains 2 identical P's but we can distinguish them by adding suffixes, i.e. A(P1)(P2)LE.
Then the number of permutation of the letters A, P1, P2, L, E is 5!
But this number includes separately the 2 permutations A(P1)(P2)LE and A(P2)(P1)LE, so that the arrangement APPLE is counted twice in the 5! permutations.
Because P1 and P2 can be arranged in 2! ways, every distinct arrangement of the letters A, P1, P2, L, E is included 2! in the 5! permutations.
Therefore the numbers of arrangements of the letters A, P, P, L, E is 5!/2!
Things should be clearer now ;-)
 
drawar said:
This is called permutation with repetition.
Take 'APPLE' for example, the word contains 2 identical P's but we can distinguish them by adding suffixes, i.e. A(P1)(P2)LE.
Then the number of permutation of the letters A, P1, P2, L, E is 5!
But this number includes separately the 2 permutations A(P1)(P2)LE and A(P2)(P1)LE, so that the arrangement APPLE is counted twice in the 5! permutations.
Because P1 and P2 can be arranged in 2! ways, every distinct arrangement of the letters A, P1, P2, L, E is included 2! in the 5! permutations.
Therefore the numbers of arrangements of the letters A, P, P, L, E is 5!/2!
Things should be clearer now ;-)

oh god, i finally get it.

by the way, i think the formula and calculation is pretty easy on this topic - Permutation and Combination. I always get a big headache when it comes to solving problems on this topic, but once the solution is there, it seems very easy. I am perfect with other Maths topic, i wish to know if there are any technique or better learning materials on the web about this topic. I am very weak at this.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top