How many distinct arrangements can be made from:
-advisor
-woodworker
I think advisor would be 7! and woodworker would be 10! or does woodworker count differently because of the repeated letters?
How many distinct arrangements can be made from:
-advisor
-woodworker
I think advisor would be 7! and woodworker would be 10! or does woodworker count differently because of the repeated letters?
I'll do it just for 'woodworker', 'advisor' should become apparent after this.
Let's assume that each of the $\text{W}$s, $\text{R}$s and $\text{O}$s are different, and designate them as $\text{W}_1$ and $\text{W}_2$, $\text{R}_1$ and $\text{R}_2$ and as $\text{O}_1,\text{O}_2$ and $\text{O}_3$ respectively. Then the number of ways in which the letters
$$\text{W}_1\text{O}_1\text{O}_2\text{D}\text{W}_2\text{O}_3\text{R}_1\text{K}\text{E}\text{R}_2$$
can be permuted is just the number of ways in which $10$ distinct objects can be permuted, which is $10!$.
However, the letters which we repeated are in fact identical. Consider a simpler example: the letters $\text{AAB}$. Suppose that we've separated the $\text{A}$s into $\text{A}_1$ and $\text{A}_2$. The possible permutations become:
$$\text{A}_1\text{A}_2\text{B}$$ $$\text{A}_1\text{B}\text{A}_2$$ $$\text{A}_2\text{A}_1\text{B}$$ $$\text{A}_2\text{B}\text{A}_1$$ $$\text{B}\text{A}_1\text{A}_2$$ $$\text{B}\text{A}_2\text{A}_1$$
The key fact here is noticing that we've actually successfully found the various positions that the $\text{A}$s can take. Here, those positions are $\text{AAB}$, $\text{ABA}$ and $\text{BAA}$. In those positions, we now have to remove any sense of ordering that the $\text{A}$s have among themselves: since there are $2$, of them, the number of ways that the $\text{A}$s are ordered is $2!$. Indeed, we have overcounted $2!$ times. Then the answer becomes $\frac{3!}{2!}$.
Coming back to 'Woodworker,' there are two $\text{W}$s, two $\text{R}$s and three $\text{O}$s, which can be ordered amongst themselves in $2!$, $2!$ and $3!$ ways respectively. Removing the overcounts, our answer becomes
$$\frac{10!}{2!2!3!}$$