Prime Digits

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?


The answer is 215.

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.

1 solution

Timothy Wong
Apr 26, 2014

First, you remove numbers 200-299, 300-399, 500-599, and 700-799 ( 400 -400 numbers)

Secondly, you remove numbers 20-29, 30-39, 50-59, 70-79 ( 40 × 6 = 240 -40 \times 6=-240 numbers)

Lastly, you remove numbers 2, 3, 5, and 7 ( 4 × 6 × 6 = 144 -4 \times 6 \times 6=-144 numbers)

999 400 240 144 = 215 999-400-240-144=215 numbers.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...