What is the smallest prime number of which the sum of the digits is odd and not prime?
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.
Because we search a prime number the sum of digits can’t be divisible by three. Also, it is stated odd And not a prime number. The smallest possible sum of digits is hence 25. Trying all number smaller than 100 with that sum then gives you the correct answer, 997.