Answer : E
It's little tricky question, I solved it but took longer than 2 minute. Pl. suggest quicker methods. Explanation given is lengthy to bring clarity.
Digits possible : 0,1,2,3,4,5, and 6 (Given : digits less than 7)
Divisible by : 2,3,4,5, and 6 (Given)
ABCDEF
F = 0 : For number to be divisible by 5 - unit digit can be 0 or 5, but also divisible by 2 hence only 0 is possible.
E = 2 or 4 or 6 : For number to be divisible by 4, (2E+F) should be divisible by 4, F=0 hence all even numbers are only possible, i.e. 2, 4, and 6.
For digits of ABCDE : Option are : 1,2,3,4,5, & 6
For number to be divisible by 3, The sum of the numbers should be divisible by 3.
i.e. A+B+C+D+E+F = 3k,
Basically there are now 5 digits to be choosen in following manner,
F=0, E=2, : Possible - (1, 3, 4 , & 5) or (1, 4 , 5, & 6); Hence total numbers possible = 4P4 + 4P4 = 24 + 24 =48
F=0, E=4, : Possible - (1, 2, 3, & 5) or (1, 2 , 5, & 6); Hence total numbers possible = 4P4 + 4P4 = 24 + 24 =48
F=0, E=6, : Possible - 1, 2, 4, & 5 Hence total numbers possible = 4P4 = 24
Total = 48+48+24 = 120