I have an issue that I thought it would be relatively easy to solve, however it has proven to be tougher than originally thought. I have tried to simplify my problem into the following question(s):
If I have numbers $1-16$ and these numbers have to placed within two groups (say group #$1$ and group #$2$) of $8$ slots each, how do I find the amount of possible permutations where group #$1$ contains numbers $1-8$ and group #$2$ contains numbers $9-16$?
OR
How do I find the amount of permutations in which a number(s) between $9-16$ appears in group #$1$?
Order does matter!
I had originally thought that this could be solved by: $16!-8!8!$, but I have no idea whether this number is correct.
Any help would be greatly appreciated