How many 5 digit numbers can be formed using digits 0 to 7, divisible by 4, if no digit occurs more than once in a number.
- 1480
- 780
- 1360
- 1240
- None Of These
I could calculate the 5 digit numbers can be formed using digits 0 to 7 but I couldn't make out the divisible by 4 thing.
Hint: $abcde$ is divisible by $4$ if and only if either $d$ is odd and $e$ is divisible by $2$ but not $4$, or $d$ is even and $e$ is divisible by $4$.