(All calculations are in base 10.)
Consider the number , where and are distinct digits between and inclusive.
Is this number 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.
A number is divisible by 11 if you alternately add and subtract the digits and get a sum of 0.
1 − A + B − B + A − 1 = 0
So the number is divisible by 11, and thus not prime.