How many positive integers less than 1000 are odd but not a multiple of 5?
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.
A number is odd if and only if the last digit is 1, 3, 5, 7 or 9.
An odd number is a multiple of 5 if and only if the last digit is 5.
Hence, an integer is odd but not a multiple of 5 if and only if the last digit is 1, 3, 7 or 9.
The other digits can be any value from 0 to 9, for a total of 10. Hence, there are 4 × 1 0 × 1 0 = 4 0 0 possibilities.