Let be the number of different digit numbers with the digits and , no digit repeated twice and is divisible by . What is the value of ?
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.
For a number to be divisible by four, the last two digits need to be divisible by 4. Given the numbers 1,2,3,4,5,6, we can create the 8 two-digit numbers 12, 16, 24, 32, 36, 52, 56 and 64. For each of these two-digit numbers, there are four remaining number (2 of the six already being chosen), of which we need three. These three numbers can appear in any order, so we have 4P3 possibilities for each of our two-digit numbers.
4P3*8
=24*8
=192 possible numbers.