CAT 2017 Slot 2 — QA Question 30
How many four digit numbers, which are divisible by 6, can be formed using the digits 0, 2, 3, 4, 6, such that no digit is used more than once and 0 does not occur in the left-most position?
Answer & solution
Correct answer: 50
Answer: 50
Easy
Divisible by means divisible by both (last digit even) and (digit sum a multiple of ). First pick which four of the five digits are used so the sum is a multiple of , then count valid arrangements in each case, barring from the first place.
Choose digit sets with sum divisible by . The digits available are (total ). Dropping one digit, the chosen four must sum to a multiple of . The valid four-digit sets are:
Case . The last digit must be even () and the first digit cannot be . Counting by first digit:
Case . Every digit is even, so the last digit is automatically even; the only constraint is that the first digit is not .
Case . No , so the only constraint is an even last digit; it must be one of ( choices), and the other three digits fill the remaining places.
Add the cases.