Permutations with possibly repeating letters

  • Thread starter Thread starter poonintoon
  • Start date Start date
  • Tags Tags
    permutations
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 3K views
poonintoon
Messages
17
Reaction score
0

Homework Statement


Find the number of distinct three letter words obtainable from the letters A,B,C,D,E in which E may occur 0, 1 or 2 times but the rest may occur only once.

Homework Equations


Number of combinations when picking r objects from n possibly objects in which one object is repeated m times
N = n! / (m! (n-r)!

The Attempt at a Solution


I have never had a good instinct for permutations, I can plug in a formula to answer basic questions but never had a good enough understanding for it to solve more advanced problems (This is why I have dug out my old maths textbook to try and correct this )

One thing that is especially confusing for me is this.
With one E there are 5P3 = 5!/2! = 60 combinations (but this already includes ABC, ABD, ... etc i.e. all of the possible combinations with zero E's ?).
If I found the number of permutations for 3 letter words with 2E's [6!/(2!3!)] shouldn't this also include ABE etc i.e. all the permutations with 1E? Yet the answer is 60 so clearly it doesn't. I think if I could resolve my misunderstanding if this part the fog would lift for me.

Please let me know if anything is unclear and I will make some edits
 
on Phys.org
poonintoon said:

Homework Statement


Find the number of distinct three letter words obtainable from the letters A,B,C,D,E in which E may occur 0, 1 or 2 times but the rest may occur only once.

Homework Equations


Number of combinations when picking r objects from n possibly objects in which one object is repeated m times
N = n! / (m! (n-r)!

The Attempt at a Solution


I have never had a good instinct for permutations, I can plug in a formula to answer basic questions but never had a good enough understanding for it to solve more advanced problems (This is why I have dug out my old maths textbook to try and correct this )

One thing that is especially confusing for me is this.
With one E there are 5P3 = 5!/2! = 60 combinations (but this already includes ABC, ABD, ... etc i.e. all of the possible combinations with zero E's ?).
If I found the number of permutations for 3 letter words with 2E's [6!/(2!3!)] shouldn't this also include ABE etc i.e. all the permutations with 1E? Yet the answer is 60 so clearly it doesn't. I think if I could resolve my misunderstanding if this part the fog would lift for me.

Please let me know if anything is unclear and I will make some edits

To build your understanding, I suggest you try this problem without using the combination or permutation formulas. Try to count them more directly and find your own shortcuts.

Hint: Calculate separately the cases of 0, 1 or 2 E's.
 
poonintoon said:
60 combinations (but this already includes ABC, ABD, ... etc i.e. all of the possible combinations with zero E's ?).
Yes. 0 or 1 Es can be handled together because that makes E behave the same as the other letters.
poonintoon said:
If I found the number of permutations for 3 letter words with 2E's [6!/(2!3!)]
Exactly 2 Es? I make it rather less.
poonintoon said:
shouldn't this also include ABE etc
I think you are asking whether the way you arrived at 6!/(2!3!) includes ABE etc. I cannot tell since you do not explain it.
 
haruspex said:
Yes. 0 or 1 Es can be handled together because that makes E behave the same as the other letters.

Exactly 2 Es? I make it rather less.

I think you are asking whether the way you arrived at 6!/(2!3!) includes ABE etc. I cannot tell since you do not explain it.
Thank you, yes you have understood me correctly! That is my question. I thought that 6!/(2!3!) was basically equivalent to finding distinct permutations of ABCDEE (which would include ABE etc but clearly not). What does 6!/(2!3!) tell you the number of?
 
poonintoon said:
Thank you, yes you have understood me correctly! That is my question. I thought that 6!/(2!3!) was basically equivalent to finding distinct permutations of ABCDEE (which would include ABE etc but clearly not). What does 6!/(2!3!) tell you the number of?
You correctly found 60 with 0 or 1 Es. 6!/3! (=120) would count words with up to 2 Es if we regarded the 2 Es as distinct. You divided by 2 because the 2 Es are interchangeable. That gives you the number with exactly 2 Es plus half the number with 0 or 1 Es (totalling 60 again). So... how many have exactly 2 Es?