Question
Question: Number of permutations of 1, 2, 3, 4, 5, 6, 7, 8, 9 taken all at a time, such that the digit 1 appea...
Number of permutations of 1, 2, 3, 4, 5, 6, 7, 8, 9 taken all at a time, such that the digit 1 appears somewhere to the right of 2, 3 appears somewhere to the left of 4 and 5 appears in between (not necessarily exactly in middle) of 6 & 7 is k⋅(7!), then k is _____

6
Solution
Solution:
We have 9 digits and we want the permutations to satisfy three conditions:
-
1 appears to the right of 2:
In any permutation, the probability is 21. -
3 appears to the left of 4:
In any permutation, the probability is 21. -
5 appears between 6 and 7:
Among the three digits 5, 6, and 7, the total arrangements are 3!=6.
The favorable arrangements where 5 lies between 6 and 7 are: 6,5,7 and 7,5,6, so there are 2 favorable cases.
Hence, the probability is 62=31.
Combined probability:
21×21×31=121.Since the total number of permutations of 9 digits is 9!, the count of favorable permutations is:
129!.We are given that this equals k×(7!). Noting that
9!=9×8×7!,we have:
129×8×7!=k×7!.Canceling 7! from both sides:
129×8=k⟹1272=k⟹k=6.Explanation (Minimal Core):
- Requirement probabilities: 21 (for 1 & 2), 21 (for 3 & 4), 31 (for 5,6,7).
- Overall probability 121.
- Favorable count: 129!=6×7!.
- Thus, k=6.
Answer:
k=6.