Correct Option (2)
Statement 2 is correct.
- To determine the number of ways in which exactly two letters go into their correct envelopes, we first select which two letters are correctly placed. This can be done in C(4,2) ways.
- C(4,2)=2!(4−2)!4!=2×14×3= 6 ways.
- For each of these selections, the remaining two letters must be placed in the remaining two envelopes such that neither is in its correct envelope. This scenario represents a derangement of 2 items.
- The number of derangements of 2 items, D2, is 1. For example, if letters L3,L4 are to be placed in envelopes E3,E4 incorrectly, the only possible arrangement is L3→E4 and L4→E3.
- Therefore, the total number of ways for exactly two letters to be in their correct envelopes is C(4,2)×D2=6×1=6.
- The six specific arrangements are:
- L1→E1,L2→E2,L3→E4,L4→E3
- L1→E1,L3→E3,L2→E4,L4→E2
- L1→E1,L4→E4,L2→E3,L3→E2
- L2→E2,L3→E3,L1→E4,L4→E1
- L2→E2,L4→E4,L1→E3,L3→E1
- L3→E3,L4→E4,L1→E2,L2→E1
Incorrect Options:
Statement 1 is incorrect.
- It is not possible for exactly one letter to go into an incorrect envelope.
- If exactly one letter is in an incorrect envelope, it implies that the remaining three letters are in their respective correct envelopes.
- Consider a scenario where letter L1 is placed in an incorrect envelope, for instance, E2. For only one letter to be incorrect, the remaining three letters (L2,L3,L4) must be correctly placed in their respective envelopes (E2,E3,E4).
- However, this creates a contradiction: E2 is already occupied by L1, making it impossible for L2 to be correctly placed in E2.
- Therefore, if one letter is incorrectly placed, at least one other letter must also be incorrectly placed to resolve the displacement or the empty correct envelope. This means a minimum of two letters must be incorrectly placed.