Find the number of -digit numbers (in base ) having non-zero digits and which are divisible by but not by .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
we know that if the last two digit of a number is divided by 4, then that number is divided by 4... so the numbers should have last two digits which are odd multiple of 4(because it shouldn't be divisible by 8) those two digit numbers are 04, 12, 20, 28, 36, 44, 52, 60, 68, 76, 84, 92.. take the non-zero numbers [12, 28, 36, 44, 52, 68, 76, 84, 92] (9 numbers possible) now the number of possible first two digits are 9 2 ... so the total numbers 9 3 = 7 2 9