Ways to seat $n$ couples around a circular table with restriction

145 Views Asked by At

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.