Question:medium

Using digits 1 to 6 (each at most once), how many 4-digit numbers can be formed that are divisible by 4?

Show Hint

For permutation problems with divisibility constraints, always start by filling the places that are restricted by the rule (e.g., the last digit for divisibility by 2 or 5, the last two for divisibility by 4).
Updated On: Jul 4, 2026
Show Solution

Correct Answer: 96

Solution and Explanation

Step 1: A number is divisible by 4 only through its last two digits, and since \( 2t \) (twice the tens digit) is always even, the units digit \( u \) must itself be even. So only \( u=2,4,6 \) can ever end a multiple of 4; the odd digits \( 1,3,5 \) never work as the last digit.
Step 2: For \( u=2 \): the tens digit must be odd, giving \( t=1,3,5 \) — 3 endings (\( 12,32,52 \)). For \( u=4 \): the tens digit must be even, giving \( t=2,6 \) — 2 endings (\( 24,64 \)). For \( u=6 \): the tens digit must be odd, giving \( t=1,3,5 \) — 3 endings (\( 16,36,56 \)).
Step 3: Total valid endings \( =3+2+3=8 \). Each fixes 2 digits, leaving 4 digits for the leading two places, fillable in \( 4\times3=12 \) ways.
\[ \boxed{8\times12=96} \]
Was this answer helpful?
0

Top Questions on Permutations and Combinations