Good solutions here came from Sam Larg, Dave Stewart, Richard Mason and Joe
Neilson, Matthew Broadbent and Ross Craig, all in S3 at Madras College, St
Andrews. Other people tested special cases but did not prove the general
results.
If a 2 digit number has its digits reversed and the smaller of the two
numbers is subtracted from the larger we prove that this difference can never
be prime.
Let the 2 digit number be ' ab ' where a > b. Then
' ab ' − ' ba ' = (10a + b) − (10b + a) = 9(a − b).
As 9(a − b) is a multiple of 9, it is not prime.
Now let the 3 digit number be ' abc '
' abc ' − ' cba ' = (100a + 10b + c) − (100c + 10b + a) = 99 (a − c).
As 99(a − c) is a multiple of 99, it is not prime.
The 4 digit number can be taken as ' abcd ' .