Using each of the digits 1, 2, 3, 4, and 5 exactly once to form 5-digit numbers, how many are divisible by 12?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Any number formed is divisible by 3 as sum of digits=1+2+3+4+5=15 is divisible by 3.
Any number ending with 12, 24, 32, 52 is divisible by 4.
Which makes a total of 3! x 4=24 numbers divisible by 12