How many ways are there to seat $n$ couples around a circular table such that no couple sits next to each other?
I know that since there are $n$ couples, there are $2n$ people.
I need to use Inclusion-Exclusion. However I am unsure of how to go about this problem.