Find how many arrangements of $n$ people around a circle are possible if two particular sit apart.
I prefer doing this the complementary way so how many arrangements there are without any restriction $-$ the number of ways of two particular people sitting together
This equates to:
$(n-1)! - (2\times(n-2)!)$
This is right (hopefully) but how do I simplify this to the answer : $(n-3) \times (n-2)!$