CAT 2020 Slot 2 — QA Question 3
How many 4-digit numbers, each greater than 1000 and each having all four digits distinct, are there with 7 coming before 3?
Answer & solution
Answer: 315
Easy
The digits and are fixed; choose the other two digits, count all arrangements, then use symmetry — in exactly half of all such numbers precedes . Split into cases by whether is among the chosen digits, since a -digit number cannot start with .
The four digits are , , and two more chosen from . " before " means appears in an earlier position than ; by symmetry this happens in half of all arrangements.
Case 1: is not chosen. Pick more digits from the nonzero non- digits, then arrange all four freely.
By symmetry precedes in half of them.
Case 2: is chosen. Pick more digit from the remaining . Among arrangements, those with leading are invalid: the first place has valid digits, the rest .
Again precedes in half.
Total. Add the two cases (from steps 1 and 2).