CSAT Solved Papers/ 2023/Q19
2023 CSAT — Q19
How many distinct -digit numbers can be formed by rearranging the digits of the number such that odd digits occupy odd positions and even digits occupy even positions?
Worked rationale
Split the digits by parity and the positions by parity, then count each block independently and multiply.
The digits of are: odd digits and even digits .
There are odd positions () and even positions ().
- Place the odd digits in the odd positions: arrangements .
- Place the even digits in the even positions: arrangements .
The two placements are independent, so
Answer: (c) 36.
Why the other options miss
- A added instead of multiplied: computes (adds the two blocks) instead of multiplying the independent placements.
- B one block divided wrongly: mis-divides one block’s count (e.g. for evens but for odds, mis-simplified), or handles only one repeated pair.
- D forgot a repeated-digit division: leaves out the repeat division on one side ( for one block, ), over-counting swaps of identical digits.
Specialist insight
The parity constraint decouples the problem into two independent multiset permutations. Each is because of the two repeated digits, and the multiplication principle gives . The two traps are (i) forgetting the repetition division (gives or ), and (ii) adding instead of multiplying. Both blocks must be handled with repetition and then multiplied.
Odd digits in odd slots , even in even , independent (multiply, divide by the repeats).