An $11$ letter word has:
$$4 \text{ A's}\\3 \text{ N's}\\2\text{ G's}\\ 1\text{ M}\\1\text{ T}$$
Find the number of distinct combinations of the word such that there are no A’s in the first six places?
I initially thought to find the number of choices that have A's in the first six places and then to subtract this from the total number of distinct combinations, but there is a flaw in my calculations somewhere.
$$^6C_4 = 15$$which is the number of choices for A's in the first six places.
$$\frac{7!}{3!\times 2}=420$$
$$\text{Total}=\frac{11!}{4!\times3!\times2}-420\times15=132300$$
This just seems too unreasonable, would someone be able to tell me where I have gone wrong in my calculations?
No A's in the first six places means that they must all go in the last five places; there are $\binom54=5$ ways of arranging the A's as such. The remaining $7$ letters can be arranged in $\frac{7!}{3!2!1!1!}=420$ ways, so there are $5×420=2100$ valid arrangements.