You have a list of numbers from 1 to 999. If you cross out the numbers with prime digits (2, 3, 5, and 7), how many digits will be left?
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.
First, you remove numbers 200-299, 300-399, 500-599, and 700-799 ( − 4 0 0 numbers)
Secondly, you remove numbers 20-29, 30-39, 50-59, 70-79 ( − 4 0 × 6 = − 2 4 0 numbers)
Lastly, you remove numbers 2, 3, 5, and 7 ( − 4 × 6 × 6 = − 1 4 4 numbers)
9 9 9 − 4 0 0 − 2 4 0 − 1 4 4 = 2 1 5 numbers.