How many four digit numbers, which are divisible by 6, can be formed using the digits 0, 2, 3, 4, 6, such that no digit is used more than once and 0 does not occur in the left-most position?
Show Hint
For divisibility by 6, handle divisibility by 2 and 3 separately. Using the sum of digits modulo 3 can simplify counting.