Skip to main content
Back to Permutations & Combinations
JEE Main 2023
Permutations & Combinations
Permutations and Combinations
Medium

Question

In an examination, 5 students have been allotted their seats as per their roll numbers. The number of ways, in which none of the students sits on the allotted seat, is _________.

Answer: 5

Solution

Key Concepts and Formulas

  • Derangement: A derangement of a set is a permutation in which no element appears in its original position.
  • Formula for Derangements: The number of derangements of nn objects, denoted by DnD_n or !n!n, is given by: Dn=n!k=0n(1)kk!=n!(10!11!+12!13!++(1)nn!)D_n = n! \sum_{k=0}^{n} \frac{(-1)^k}{k!} = n! \left( \frac{1}{0!} - \frac{1}{1!} + \frac{1}{2!} - \frac{1}{3!} + \cdots + \frac{(-1)^n}{n!} \right)
  • For small values of nn, derangements can also be calculated recursively or using pre-calculated values. D0=1,D1=0,D2=1,D3=2,D4=9,D5=44D_0 = 1, D_1 = 0, D_2 = 1, D_3 = 2, D_4 = 9, D_5 = 44.

Step-by-Step Solution

  • Step 1: Identify the problem as a derangement problem. We are given that 5 students have been allotted seats according to their roll numbers. We need to find the number of ways in which none of the students sits in their allotted seat. This is a classic derangement problem where we want to find the number of permutations where no student occupies their original seat.

  • Step 2: Apply the formula for derangements with n=5n=5. We need to find D5D_5, the number of derangements of 5 objects. Using the formula: D5=5!(10!11!+12!13!+14!15!)D_5 = 5! \left( \frac{1}{0!} - \frac{1}{1!} + \frac{1}{2!} - \frac{1}{3!} + \frac{1}{4!} - \frac{1}{5!} \right)

  • Step 3: Calculate the factorials and simplify the expression. D5=120(11+1216+1241120)D_5 = 120 \left( 1 - 1 + \frac{1}{2} - \frac{1}{6} + \frac{1}{24} - \frac{1}{120} \right) D5=120(1216+1241120)D_5 = 120 \left( \frac{1}{2} - \frac{1}{6} + \frac{1}{24} - \frac{1}{120} \right)

  • Step 4: Find a common denominator and combine the fractions. The least common denominator is 120. D5=120(6012020120+51201120)D_5 = 120 \left( \frac{60}{120} - \frac{20}{120} + \frac{5}{120} - \frac{1}{120} \right) D5=120(6020+51120)D_5 = 120 \left( \frac{60 - 20 + 5 - 1}{120} \right) D5=120(44120)D_5 = 120 \left( \frac{44}{120} \right)

  • Step 5: Simplify to find the final answer. D5=44D_5 = 44

Common Mistakes & Tips

  • Misidentifying the problem: Make sure to recognize the problem as a derangement before applying the formula. Look for keywords like "none in their original position".
  • Incorrectly applying the formula: Be careful with the signs in the derangement formula. Ensure that the terms alternate between positive and negative.
  • Calculation errors: Double-check your arithmetic, especially when dealing with factorials and fractions.

Summary

The problem asks for the number of ways in which none of the 5 students sit in their allotted seat, which is a derangement problem. We used the formula for derangements, Dn=n!k=0n(1)kk!D_n = n! \sum_{k=0}^{n} \frac{(-1)^k}{k!}, and substituted n=5n=5. After calculating the factorials and simplifying the expression, we found that D5=44D_5 = 44. Therefore, there are 44 ways in which none of the students sit on the allotted seat.

Final Answer

The final answer is \boxed{44}.

Practice More Permutations & Combinations Questions

View All Questions