If I have the numbers $0,1,2,3,4,5,6,7,8,9$ written down in that order, how many ways can the $10$ digits be written down so that no even digit is in its original position?
It would seem that I can move rewrite it starting from $0$ in $9!$ ways, and same with $2,4,6,8$, hence the answer is $5*9!=1814400$ is this correct?
9 0 1 2 3 4 5 6 7 8
is one arrangement that works but
7 0 1 2 3 4 5 6 9 8
also works. The two sequences are identical, except that I swapped the 7 and the 9. You aren't counting these two cases.
– Null Aug 28 '14 at 14:57Even so, I think you may be double counting some of the even digit placements. For example, if you place the 0 where the 2 was then you can place the 2 in any of the 9 remaining places. But if you place it elsewhere you can only place the 2 in 8 places -- not where the 0 is and not in its original place.
– Null Aug 28 '14 at 15:22