Permutation and Combination: Understanding the Use of P and C in Arrangements

AI Thread Summary
The discussion focuses on understanding permutations and combinations using the word "SELECTION," which contains duplicate letters. For arrangements where the two E's are adjacent, they are treated as a single unit, leading to 8! arrangements. For cases where the E's are not adjacent, the total arrangements must exclude those where the E's are together, calculated as 9!/2 due to the indistinguishable E's. The distinction between permutations (P) and combinations (C) is clarified, emphasizing that P is used when order matters, while C is for scenarios where order does not matter. The conversation concludes with an explanation of why the division by 2! is necessary for the duplicate letters.
crays
Messages
160
Reaction score
0
Hi guys, i have no idea how the Permutation should be used.

An example, Find the number of arrangement of all nine letters of the word SELECTION in which

a)the two letters E are next to each other
Well i can solve this, i just make the EE as one unit so 8P8

b)the two letters E are not next to each other
I don't know how i should solve this, why couldn't i take 9P9 - 8P8 . It make sense to me, take away all those that the EE are together.

Also when its 9P8 what does it means? Is it like there's 9 space and you going to put 8 things?

Because i was taught that 10C3 means 10 choose 3.
 
Physics news on Phys.org
Recall the formulas:

_n C_r = \frac{n!}{(n-r)! \cdot r!}

_n P_r = \frac{n!}{(n-r)!}

The latter finds the number of ways of arranging in order r objects selected from n distinct objects.

The issue with SELECTION is the two E's (which are not distinct).

Fortunately there is a formula that finds the number of permutations of n objects of which n1 are of a 1st type, n2 are of a 2nd type, ..., n_k are of a kth type:

\frac{n!}{n_1 ! \cdot n_2 ! \cdots n_k !}

You are correct to concatenate the E's in the first question. For the second, you need to find all of the ways of permuting all the letters and then remove from the total those arrangements where the E's are adjacent (which you determined in the first question).

Without revealing anything, the answer to the second question is bigger than 100,00 and has only 4 different numerals in it.

--Elucidus
 
But mind telling me why is 9P9 - 8P8 wrong?
 
crays said:
But mind telling me why is 9P9 - 8P8 wrong?

9P9 is the number of ways of permuting 9 distinct objects. SELECTION does not consist of 9 distinct objects (there are two E's).

There are actually 9!/2 ways of permuting all the letters in SELECTION.

--Elucidus
 
Actually i am in a better understanding of when to use C but not sure when to use P.

Since SELECTION has 2 E's Why must i have 9!/2 ? I know 9! because the first place has 9 words to choose from and second place has 8 to choose from and so on. But why /2 ? Because there's 2 E's?
 
crays said:
Actually i am in a better understanding of when to use C but not sure when to use P.

Since SELECTION has 2 E's Why must i have 9!/2 ? I know 9! because the first place has 9 words to choose from and second place has 8 to choose from and so on. But why /2 ? Because there's 2 E's?

Because there are 2! ways to arrange 2 E's. If you had a word with 3 E's, you'd divide by 3!. P gives you the number of ways where order matters, but C is for when order doesn't matter. Since there's no difference between EE and EE, you divide by 2!.
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks

Similar threads

Back
Top