Question 192
Using each of the digits 1,2,3 and 4 only once, determine the smallest 4-digit number divisible by 4.
Given digits are 1,2,3 and 4.
For the smallest number, we will arrange the given digits in ascending order. But the number should also be divisible by 4, so we will arrange the digits in such a way that it's last two digits should be divisible by 4.
∴ Required number = 1324.