How do you find the number of distinct arrangements of the letters in STREETS?
1 Answer
First, we can ask ourselves "How many arrangements can we make with 7 things (letters in this case)"
The answer is
However, we must also take into account the repetition of some letters in the word STREETS.
We can do this by dividing the repetition.
The repetition occurs because we counted S in place of another S as a possible combination. However, this is not distinct.
What is wrong: "
What is right:
We divide the possible arrangements for EACH repeating letter.
Since there are 3 repeating letters: S twice, T twice, E twice,
we have
Divide it all out and we have 630 distinct combinations
Note: for these types of problems, we can simply do
total letters! / number of repeats of letter1 ! number of repeats of letter2 ! ... and so on for all repeating letters