If x and y are two-digit prime numbers such that y is obtained from x

If x and y are two-digit prime numbers such that y is obtained from x by interchanging its digits and x – y = 36, then what is the value of xy ?

1611
2701
4031
5603
This question was previously asked in
UPSC CAPF – 2023
The correct option is B) 2701.
Let the two-digit prime number x be represented as 10a + b, where ‘a’ is the tens digit and ‘b’ is the units digit. Both ‘a’ and ‘b’ are integers between 1 and 9, since x is a two-digit number and b cannot be 0 if the reversed number y is also two digits.
The number y is obtained by interchanging the digits, so y = 10b + a.
Both x and y must be prime numbers.
We are given that x – y = 36.
(10a + b) – (10b + a) = 36
9a – 9b = 36
9(a – b) = 36
a – b = 4.

We need to find two digits a and b (1-9) such that a – b = 4, and both (10a + b) and (10b + a) are prime numbers.
Let’s list the possible pairs (a, b) where a – b = 4:
– If b = 1, a = 5. x = 51 (51 = 3 * 17, not prime).
– If b = 2, a = 6. x = 62 (not prime).
– If b = 3, a = 7. x = 73. 73 is a prime number. y = 37. 37 is a prime number. This pair (a=7, b=3) satisfies all conditions.
– If b = 4, a = 8. x = 84 (not prime).
– If b = 5, a = 9. x = 95 (not prime).

The only pair of digits satisfying the conditions is a=7 and b=3.
So, x = 73 and y = 37.
Check: x and y are two-digit prime numbers. x – y = 73 – 37 = 36. All conditions met.

The question asks for the value of xy.
xy = 73 * 37.
Calculation:
73 * 37 = 73 * (30 + 7) = 73 * 30 + 73 * 7
= 2190 + 511
= 2701.

It’s important to systematically check all possible digit pairs that satisfy the difference condition and then verify the primality of both the original and reversed numbers. Recalling common two-digit prime numbers helps in quickly checking the candidates.