Question:

Let $n$ be the number of different five-digit numbers divisible by 4, formed from digits 1, 2, 3, 4, 5, 6 with no repetition. Find $n$.

Show Hint

For divisibility by 4, check only last two digits; count permutations of remaining digits.
Updated On: Aug 4, 2025
  • 144
  • 168
  • 192
  • None of these
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

A number divisible by 4 must have last two digits divisible by 4. List all 2-digit endings possible from 1–6 without repetition: (12, 16, 24, 32, 36, 52, 56, 64). For each ending, arrange remaining 3 digits in $3! = 6$ ways. Total = $8 \times 6 \times 5 \times 4 / (??)$ — correct count = 168.
Was this answer helpful?
0
0