Let AB and CD be the smallest possible two consecutive prime numbers with digits A, B, C and D, such that the value of is a prime number (A and C may be equal). Find the value of .
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.
If AB and CD are prime numbers it means that,B and D are not even numbers so B+D= an even Number. if we want the sum of their digits to be a prime number it must be a non even number. therefore A+C=non even. which means A can not be equal C. so we look at the two smallest prime numbers which agree with these terms: 47,53. A=4,B=7,C=5,D=3