The letters in the word GUMTREE and KOALA are rearranged to form a 12-letter word where KOALA appears precisely in order but not necessarily together. How many ways can this happen?
So I attmepted it via this method:
Firstly arrange like this since KOALA must be in order but not necessarily together: (let the fullstops (.) be spots for the letters in GUMTREE. There are $7$ letters in GUMTREE and $6$ full stops so $6^7$.
.K.O.A.L.A.
Butthere are two E's so $\frac{6^7}{2!}$. The letters in KOALA are fixed so they have $1$ way each, except for A (there are two so the first A has two choices and the second A has one choice)
Therefore, $$2\cdot\frac{6^7}{2!}=279936$$
But the answer is 1995840 arrangements
I belive my method is very close but I am forgetting to multiply by something. Can someone point out my logical flaw? Otherwise the worked solutions propose $\frac{12!}{5!2!}$, but I don't get why you divide by 5! for the KOALA, since they are not identical letters... regardless it would be great to understand both ways!
Thanks