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 ?
[amp_mcq option1=β1611β³ option2=β2701β³ option3=β4031β³ option4=β5603β³ correct=βoption2β³]
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.