Partial Derangement (Rencontres Numbers)
Partial Derangement (Rencontres Numbers) counts permutations of n elements with exactly k fixed points (elements that stay in their original position). The formula is D(n,k) = C(n,k) × !(n-k), where !(n-k) is the derangement number. These generalize derangements (k=0) to allow some fixed points.
What You'll Learn
Introduction to Partial Derangement (Rencontres Numbers)
Partial Derangement (Rencontres Numbers) counts permutations of n elements with exactly k fixed points (elements that stay in their original position). The formula is D(n,k) = C(n,k) × !(n-k), where !(n-k) is the derangement number. These generalize derangements (k=0) to allow some fixed points.
Prerequisites
How to Solve Partial Derangement (Rencontres Numbers) Problems
Step 1: Identify total elements (n) and required fixed points (k)
Step 2: Choose which k positions will be fixed: C(n, k)
Step 3: The remaining (n-k) elements must be deranged (no fixed points)
Step 4: Use derangement number !(n-k) for the remaining elements
Step 5: Multiply: D(n,k) = C(n,k) × !(n-k)
Step 6: For k = n, D(n,n) = 1 (identity permutation)
Step 7: Verify that sum of D(n,k) for k=0 to n equals n!
Example Problem
Example: How many permutations of 4 elements have exactly 1 fixed point? Solution: Step 1: n = 4, k = 1 Step 2: Choose fixed point: C(4,1) = 4 Step 3: Derange remaining 3 elements: !3 = 2 Step 4: Total = 4 × 2 = 8 Answer: 8 permutations
Pro Tips & Tricks
- D(n,k) = C(n,k) × !(n-k)
- Sum of D(n,k) for k=0 to n = n!
- For k = n-1: D(n,n-1) = 0 (impossible to have n-1 fixed points)
- For k = n: D(n,n) = 1 (the identity permutation)
- D(n,0) = !n (derangement)
- Rencontres numbers form a triangular array
Shortcut Methods to Solve Faster
Common Mistakes to Avoid
Practice Worksheets
Practice makes perfect! Work through these worksheets to master Partial Derangement (Rencontres Numbers). Each worksheet contains 20 questions with detailed explanations. Start from Worksheet 1 and progress through increasing difficulty levels.
Exam Importance
Partial Derangement (Rencontres Numbers) is an important topic for various competitive exams. Here's how frequently it appears:
Ready to Master Partial Derangement (Rencontres Numbers)?
Start with Worksheet 1 and work your way up to expert level! Each worksheet includes: