How many arrangements of TINKERER with two but not three consecutive vowels?
The total number of arrangements is $\displaystyle\frac{8!}{2!2!}=10,080$.
My approach is to use the complement and consider the number of arrangements with three consecutive vowels.
Step 1: Treat IEE as one group. Choose positions: $\binom{8}{3}=56$
Step 2: Arrange IEE: 3 ways
Step 3: Arrange the remaining letters: $\displaystyle\frac{5!}{2!}=60$ ways.
Step 4: Choose positions: $\binom{5}{5}=1$
I realized that this attempt did not work
Can someone please help!
Your approach: $n$(2, but not 3 consecutive vowels)=$n$(total)-$n$(3 consecutive vowels)-$n$(single vowels).
Total: $$\text{TINKERER} \\ n(\text{total})=\frac{8!}{2!2!}=10,080.$$
3 consecutive vowels: $$\boxed{\text{IEE}} \ T \ \square \ N \ \square \ K \ \square \ R \ \square \ R \ \square \\ n(3 \text{ consecutive})={6\choose 1}\cdot \frac{3!}{2!}\cdot \frac{5!}{2!}=1,080.$$ Interpretation: There are ${6\choose 1}$ positions to arrange the block of triple letters $\boxed{\text{IEE}}$. There are $\frac{3!}{2!}$ ways to arrange the three letters $I,E,E$ within the block. There are $\frac{5!}{2!}$ ways to arrange the rest letters $T,N,K,R,R$.
Single vowels: $$\boxed{\text{I}} \ T \ \boxed{\text{E}} \ N \ \boxed{\text{E}} \ K \ \square \ R \ \square \ R \ \square \\ n(\text{single vowels})=\frac{6!}{3!}\cdot \frac{1}{2!}\cdot \frac{5!}{2!}=3,600.$$ Interpretation: There are $\frac{6!}{3!}$ ways to arrange the three letters $I,E_1,E_2$ in $6$ positions and since the order of the two letters $E$ are not important, we multiply by $\frac{1}{2!}$. There are $\frac{5!}{2!}$ ways to arrange the rest letters $T,N,K,R,R$.
Hence: $n$(2, but not 3 consecutive vowels)$=10,080-1,080-3,600=5,400$.