How many five digit numbers are divisible by three and also contain $6$ as one of its digit?
My attempt
We have to find out four digit "word"( a four digit number that can start with 0 ) divisible by three. If word start with 0 we put 6 on the left of it , and if word start with non zero digit then we can place 6 in $(4-1)+2 = 5 $ places.
But with this method there is a case explosion. Is there a short clever method?