p and q are different two-digit prime numbers with the same digits, but in reversed order. What is the value of the larger of p and q?
(1) p + q = 110
(2) p - q = 36
Why is is D not the right answer?
The explanation given is as follows:
Suppose that one of the digits is even. In that case, one of p and q will be even"”but there are no two-digit even primes. This indicates that both digits need to be odd, drawn from the set {1, 3, 5, 7, 9}. By a similar reasoning, we can rule out the possibility of 5 being one of the digits, as that would lead to one of the numbers ending in 5 (and therefore being divisible by 5). Lastly, we observe that the two digits cannot be identical, because that would make p and q equal.
In light of the above arguments, the only combinations of numbers that satisfy the conditions are as follows:
(13, 31), (17, 71), (19, 91), (37, 73) and (79, 97). Let us now consider the statements.
I disagree with the 19/91 combination as 91 is clearly not a prime and hence can't be p/q. Can you please explain?