To find the number of three letter words that can be formed from the word 'SERIES', with or without meaning and without repetition.
The number of permutations if all letters were distinct = $^{6}P_3$.
As 'S' and 'E' are repeating, the arrangement in which 'S' are interchanged are the same, so we divide by $2!$ for 'S' and likewise for 'E'.
Number of permutations $= \frac{^{6}P_3}{2!.2!} = 30$
Which isn't the correct answer. I would like to get some help here.
You have 4 distinct letters, where 2 of those can be used twice. In a three letter word, you can have 0 repetition, or 1 repetition. Number of three letter words with zero repetition: $4! = 24$, and number of three letter words with one repetition is $\binom21\binom323 = 18$, so total is $24+18=42$