Problem:
Call a 9-digit number a cassowary if it uses each of the digits through exactly once. Compute the number of cassowaries that are prime.
Problem:
Call a 9-digit number a cassowary if it uses each of the digits through exactly once. Compute the number of cassowaries that are prime.
Solution:
Every cassowary is divisible by , as the sum of its digits is . Since all such numbers are divisible by and greater than , none of them are prime. So, there are prime cassowaries.