How many two digit positive integer N are there such that sum of N and it's reverse is a perfect square?
Note:Reverse of N means the number you get if you swipe the digits, for example if N = 2 1 then reverse of N = 1 2
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.
@Zakir Husain , more PRMO questions please
Let such a number be 1 0 a + b , where 0 < a ≤ 9 and 0 ≤ b ≤ 9 are the digits of the number. Then
1 1 ( a + b ) must be a perfect square ⟹ a + b must be a square multiple of 1 1 . Since a + b ≤ 1 8 , therefore a + b = 1 1 . There are 8 such possible combinations of ( a , b ) :
( a , b ) = ( 2 , 9 ) , ( 3 , 8 ) , ( 4 , 7 ) , ( 5 , 6 ) , ( 6 , 5 ) , ( 7 , 4 ) , ( 8 , 3 ) , ( 9 , 2 ) .
Can you make a note showing your solution, @Zakir Husain ?
Log in to reply
@Yajat Shamji - Are you talking about solution to this problem?
Log in to reply
I've read @Mahdi Raza and @Alak Bhattacharya 's solutions, but I still don't understand it. I believe your solution will alleviate my doubts...
Log in to reply
@A Former Brilliant Member – @Yajat Shamji , what did you not understand in particular?
Log in to reply
@Mahdi Raza – Like, does the two-digit number N 's sum has to be a perfect square when reversed as well? @Mahdi Raza , @Alak Bhattacharya , @Zakir Husain
Log in to reply
@A Former Brilliant Member – Neither N nor it's reverse has to be a perfect square. Instead, their sum has to be a perfect square.
Log in to reply
@Mahdi Raza – Edited my comment - there was a mistake! @Mahdi Raza
Problem Loading...
Note Loading...
Set Loading...
Let N = 1 0 p + q and set A = { x ∣ x = y 2 ; y ∈ Z }
According to question, ( 1 0 p + q + 1 0 q + p ) ∈ A ( 1 1 p + 1 1 q ) ∈ A ( 1 1 ( p + q ) ) ∈ A ⇒ p + q = 1 1 m ; m ∈ A Now as maximum value of both p and q is 9 ∴ p + q < 1 8 Now as p + q = 1 1 m ; m ∈ A ⇒ m ∈ Z + therefore p + q is a multiple of 1 1 . As 1 1 and 0 are the multiple of 1 1 less than 1 8 ∴ p + q = 1 1 , p + q = 0 But as 0 < p < 1 0 , 0 < q < 1 0 , p ∈ Z , q ∈ Z therefore p + q = 0 ∴ p + q = 1 1 Now possible values of p , q such that 0 < p < 1 0 , 0 < q < 1 0 , p ∈ Z , q ∈ Z , p + q = 1 1 are