How many four digit numbers \( abcd \) exist such that \( a \) is odd, \( b \) is divisible by 3, \( c \) is even and \( d \) is prime?
Show Hint
In counting problems, 0 is often a "trap." It is technically even and divisible by 3, but it cannot be the first digit ($a$) of a four-digit number. Since $a$ must be odd here, 0 is allowed for $b$ and $c$.