How many prime numbers contain all the digits between 0 and 9 once and only once?
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.
The key is that a multiple of 3 always has figures that add up to another multiple of 3. No matter the arrangement, the sum of the digits is always 45 (0+1+2+3+4+5+6+7+8+9=45) Hence any number created will be a multiple of 3 and therefor can't be a prime.