I attempted to solve this by counting the number of combinations that have 2, 3, and 4 Es consecutive, and then subtracting that count from the total. That turned out way, way more complicated. Is there a better way to do this?
I know the total different strings is $11!/(2!3!4!)$, but can't seem to go from there.