- A264
- B265
- C53
- D67
View written solutionFree
Correct answer: C
Problem Analysis
We are given six cards (C1 to C6) and six envelopes (E1 to E6). We need to place one card in each envelope subject to three conditions:
- Each envelope contains exactly one card.
- No card is placed in the envelope with the same number, i.e., card cannot be in envelope for any . This is a derangement problem.
- Card C1 is always placed in envelope E2. This is an additional constraint.
Let's find the number of ways to satisfy all these conditions.
Step-by-step Solution
-
Apply the fixed condition: The condition that card C1 is always placed in envelope E2 is fixed. So, we place C1 in E2. Now, we are left with 5 cards: {C2, C3, C4, C5, C6} and 5 envelopes: {E1, E3, E4, E5, E6}.
-
Formulate the remaining problem: We need to place the remaining 5 cards into the remaining 5 envelopes such that the derangement condition () is met for all applicable cards. The remaining conditions are:
- (This is automatically satisfied since E2 is already occupied by C1).
- .
- .
- .
- . So, the problem reduces to: Find the number of ways to place cards {C2, C3, C4, C5, C6} into envelopes {E1, E3, E4, E5, E6} such that , , , and .
-
Use a case-based approach on the placement of Card C2: We analyze the placement of card C2, as it's the only card whose forbidden envelope (E2) is not in the available set of envelopes. The envelope E1 is special because its forbidden card (C1) is not in the set of cards we are placing.
Case 1: Card C2 is placed in envelope E1.
- We have placed C1 in E2 and C2 in E1.
- The remaining cards are {C3, C4, C5, C6}.
- The remaining envelopes are {E3, E4, E5, E6}.
- The conditions are that for .
- This is a classic derangement problem of 4 items. The number of ways is denoted by .
- The formula for the number of derangements of items is .
- .
- So, there are 9 ways in this case.
Case 2: Card C2 is NOT placed in envelope E1.
- We need to place cards {C2, C3, C4, C5, C6} into envelopes {E1, E3, E4, E5, E6}.
- The restrictions are:
- This is equivalent to finding a bijection (a one-to-one mapping) from the set of cards to the set of envelopes such that , , , , .
- Let's relabel envelope E1 as E2. Now we are mapping cards from to the relabeled set of envelopes . The conditions become for all .
- This is exactly the problem of deranging 5 items. The number of ways is .
- .
- So, there are 44 ways in this case.
-
Calculate the total number of ways: The total number of ways is the sum of the ways from the two mutually exclusive cases. Total ways = (Ways in Case 1) + (Ways in Case 2) Total ways = .
Alternative Method (using derangement recurrence)
This problem is equivalent to finding the number of derangements of items where item 1 is mapped to item 2. Let this be . The argument in Step 3 is a proof for the recurrence relation . We also know the standard recurrence for derangements: . From these two relations, we can see that . For this problem, . The number of ways is . First, calculate : . Then, the required number of ways is . This confirms the result.
Conclusion
The total number of ways to place the cards according to the given conditions is 53. This corresponds to option C.
More from Permutations and Combinations
- Consider the set of eight vectors . Three non-coplanar vectors can be chosen from v in ways. Then p is2013 · Numerical
- The total number of ways in which 5 balls of different colours can be distributed among 3 persons so that each person gets at least one ball is2012 · MCQ
- Let denote the number of all n-digit positive integers formed by the digits 0, 1 or both such that no consecutive digits in them are 0.Let = the number of such n-digit integers ending with digit 1 and =the…2012 · MCQ
- Let denote the number of all n-digit positive integers formed by the digits 0, 1 or both such that no consecutive digits in them are 0.Let = the number of such n-digit integers ending with digit 1 and =the…2012 · MCQ
- The number of seven digit integers, with sum of the digits equal to 10 and formed by using the digits 1, 2 and 3 only, is2009 · MCQ
- Let be points with integer coordinates satisfying the system of homogeneous equation: Then the number of such…2009 · Numerical
- Consider all possible permutations of the letters of the word ENDEANOEL. Match the Statements/Expressions in Column I with the Statements/Expressions in Column II. Includes table2008 · MCQ
- Let the set of all relations on the set , such that is reflexive and symmetric, and contains exactly elements, be denoted by . Then the number of elements in is …2025 · Numerical