Q: Count number of ways to arrange 4 people A, B, C, D in a row so that C, D not sit next to each other [*] Manhattan solution: (Total number of arrangement - number C, D sit next) Manhattan approach: pretend that C, D stuck together : then Count the number of ways 2 people not sitting next to each ...