I've n pair of couples where w pair doesn't wish to be paired together. How can I get the number of combinations (male & female pair) using a formula?
Example for 3 pair where 2 pair (number 1 and 2 couple) doesn't wish to be paired together and 1 pair either way (number 3 couple). The following has 3 combinations.
M1 - F2, M2 - F1, M3 - F3
M1 - F3, M2 - F1, M3 - F2
M1 - F2, M2 - F3, M3 - F1