In how many ways can you arrange all letters in the word MISSISSIPPI so that
1) all four I’s are together?
2) two P’s are NOT next to each other?
3) no two I’s are next to each other?
In how many ways can you arrange all letters in the word MISSISSIPPI so that
1) all four I’s are together?
2) two P’s are NOT next to each other?
3) no two I’s are next to each other?
1) Treat IIII as one unit (so you're only arranging 8 objects rather than 11). This would be $8!/(4!2!)$ because of the repeated S's and P's.
2) Use complementary counting. First find the total ways to arrange the letters in MISSISSIPPI. This would be $11!/(4!4!2!)$. Then subtract from that number all the ways the 2 P's are together to get the ways the P's are NOT together. This would be done by again treating PP as one unit, so the total number of arrangements would be $10!/(4!4!)$. The answer would be whatever $11!/(4!4!2!) - 10!/(4!4!)$ turns out to be.
1) All four I's appear together (as a block) in $\frac{8!}{2! 4!}$ ways. [Division by $4!$ & $2!$ is for $2$ P's & $4$ S's are repeating here.]
2) The two P's are not next to each other in $\frac{11!}{4! 4! 2!}-\frac{10!}{4! 4!}$ ways. [Here $\frac{11!}{4! 4! 2!}$ occurs because $4$ S's $4$ I's & $2$ P's are permuting between them & $\frac{10!}{4! 4!}$ occurs because $4$ S's & $4$ I's are permuting between them.]