Determine the number of permutations of $ 1,2, \ldots ,8$ in which no even integer is in its natural position. Please solve this using concept of derangements.
2026-02-23 15:12:10.1771859530
Problems on Derangements - Combinatorics
746 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Let $S$ be the set of all permutations of $\{1, 2, . . . , 8\}$. Let $A_1$ be the set of all permutations in $S$ which has $2$ in it natural position; $A_2$ be the set of all permutations in $S$ which has $4$ in it natural position; $A_3$ be the set of all permutations in $S$ which has $6$ in it natural position and $A_4$ be the set of all permutations in $S$ which has $8$ in it natural position. Then
$|A_1| = |A_2| = |A_3| = |A_4| = (8 − 1)!$,
$|A_1 ∩ A_2| = |A_1 ∩ A_3| = |A_1 ∩ A_4| = |A_2 ∩ A_3| = |A_2 ∩ A_4| = |A_3 ∩ A_4| = (8 − 2)!$,
$|A_1 ∩ A_2 ∩ A_3| = |A_1 ∩ A_2 ∩ A_4| = |A_1 ∩ A_3 ∩ A_4| = |A_2 ∩ A_3 ∩ A_4| = (8 − 3)!$,
$|A_1 ∩ A_2 ∩ A_3 ∩ A_4| = (8 − 4)!$. Then the set of permutations of $\{1, 2, . . . , 8\}$ in which no even integers are in their national positions is $\bar A_1 ∩ \bar A_2 ∩ \bar A_3 ∩ \bar A_4 $ and the number of the elements is $8! − 4 · 7! + 6 · 6! − 4 · 5! + 4! = 24024. $ $\blacksquare$
(And also we can use this identity which is related to derangement : $n! = \Sigma _{k=0}^n \binom {n}{k}D_{n-k}= \Sigma _{k=0}^n \binom {n}{k}D_{k}.$
Proof: Let $S$ be the set of all permutations of $\{1, 2, . . . , n\}$. Let $A_k$ be the set of all permutations that $k$ integers are fixed at their positions. Then $|S|= n!$ and $|A_k| = \binom{n}{k}D_{n-k}$ . The identity follows from the disjoint union $S = \cup^{n}_{k=0} A_k.$)