n is a two digit number such that n 2 is a four digit number with the first 2 digits equal to each other and the last 2 digits equal to each other. What is the value of n ?
This problem is shared by Adhiraj.
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.
Very nice, unusual solution!
This problem has been discussed in a recent Brilliant discussion .
nice solution :)
Since the number n^2 is in the form aabb, n^2 is divisible by 11. Therefore n is also divisible by 11. So, we have to check all the squares of two digits numbers divisible by 11. These numbers are 11, 22, 33, 44, 55, 66, 77, 88, 99
88^2=7744
Therefore n=88
As it turns out, for this problem it is easier / quicker to check the 9 possible values, as opposed to formulating conditions which help us cut down options even further.
Of course, it is hard to know which approach is shorter, unless you carry it out. However, when presenting your solution, you should strive to be as clear and concise as possible.
Since the first two digits equal to each other and the last two digits equal to each other, we can denote n 2 = 1 0 0 0 c + 1 0 0 c + 1 0 d + d = 1 1 0 0 c + 1 1 d , where 0 ≤ c , d ≤ 9 and c = 0 . Now our task is to find c and d . Notice that 1 1 0 0 c + 1 1 d = 1 1 ( 1 0 0 c + d ) and since 1 1 ( 1 0 0 c + d ) is a perfect square, we can conclude that 1 0 0 c + d = 1 1 . p 2 (where p ∈ N ). Now we just need to construct a table for p ranges from 4 to 9 (because 1 0 0 ≤ 1 0 0 c + d ≤ 9 9 9 ), we obtain the value p = 8 and hence, c = 7 and d = 4 . Therefore, the number we want to find is 7 7 4 4 = 8 8 .
I miss a small detail in my solution, that is c , d ∈ N .
search google first 1000 perfect square numbers. You'l see it!!!!:)
1 0 0 c + d ≤ 9 0 9
As it is given n 2 ≥ 1 0 0 0 , and n is two digit number, so minimum value of n which satisfies is n = 3 2 .
So 3 2 ≤ n ≥ 9 9 , as n need to be 4 digits not 5 .
We need to observe another property of the said four digit number n 2 , is that first two ditigs are equal and last two digits are equal, i . e n 2 = a a b b , this property leads us to result that n 2 is divisible by 1 1 , if n 2 is divisible by 1 1 then n must also be divisible by 1 1 .
As a number is divisible by 1 1 if of difference of sum of even positions and sum of odd positions is either 0 or − 1 1 or 1 1 . Here ( a + b ) − ( a + b ) = 0 .
So for n the numbers which we need to consider are { 3 3 , 4 4 , 5 5 , 6 6 , 7 7 , 8 8 , 9 9 } . Out of which 8 8 satisfies our criteria, 8 8 = 7 7 4 4 .
I did the solution in the same way that you did.
Me too :)
wooooow
n 2 = a a b b = 1 1 0 0 ∗ a + 1 1 ∗ b = 1 1 ∗ ( 1 0 0 ∗ a + b )
This means that 1 1 is a divisor of n 2 and 1 1 is a divisor of n . Furthermore, since n 2 is a 4 digit number, 3 2 ≤ n ≤ 9 9 , so this means that n must be one of the numbers 3 3 , 4 4 , 5 5 , 6 6 , 7 7 , 8 8 or 9 9 . It turns out that 8 8 is the only solution to this problem. This aproach is very simple, although it is not reliable, and I only wrote it because I found it interesting.
For a complete solution, one must check that this is the only answer.
by calculator
Note that for n to be 4 -digited, 9 9 ≥ n ≥ 3 2 . Also, n 2 = 1 0 3 a + 1 0 2 a + 1 0 2 b + b ≡ 0 m o d 1 1 , thus n 2 = k ⋅ 1 1 ⇒ n 2 = m ⋅ 1 1 2 ⇒ n = r ⋅ 1 1 . Checking the 7 cases individually, n = 8 8 .
use the calculator to solve this
n^2 = 1000 a + 100 a + 10*b + b
Then n^2 = 11(100*a + b)
From hear it can de seen that n must be a multiple of 11 and since it has two digits and its square must have four digits we have seven posibilities (33, 44, 55, 66, 77, 88, 99), from hear it can be seen that the answer is 88
Let the square of n be written as a four digit number with the given property be written as x x y y . Then, we must have n 2 = x x y y = 1 0 0 0 x + 1 0 0 x + 1 0 y + y = 1 1 ( 1 0 0 x + y ) . Since 1 1 ( 1 0 0 x + y ) is a perfect square, and 11 is a prime number, ( 1 0 0 x + y ) must contain a factor of 11, i.e., 11 must divide ( 1 0 0 x + y ) or x + y since 11 divides 9 9 x . The only possibility is that x + y = 1 1 with 2 ≤ x ≤ 9 and 2 ≤ y ≤ 9 . Further, since last digit of a perfect square must be one of 0 , 1 , 4 , 5 , 6 , 9 , y must be one of them. This reduces the possible combinations of ordered pair ( x , y ) to just four: { ( 2 , 9 ) , ( 5 , 6 ) , ( 6 , 5 ) , ( 7 , 4 ) } . The corresponding numbers that multiply 11, namely 1 0 0 x + y , are 2 0 9 = 1 1 × 1 9 5 0 6 = 1 1 × 4 6 6 0 5 = 1 1 × 5 5 7 0 4 = 1 1 × 6 4 Only the last combination results in a perfect square. Thus n 2 is 7 7 4 4 = 1 1 2 × 8 2 = 8 8 2
Problem Loading...
Note Loading...
Set Loading...
n 2 = a a b b = 1 1 ⋅ ( 1 0 0 a + b ) ( 1 ≤ a ≤ 9 , 0 ≤ b ≤ 9 ) .
So,
1 1 ∣ n 2 ⟹ 1 1 ∣ n ⟹ 1 1 2 ∣ n 2 ⟹ 1 1 ∣ 1 0 0 a + b = a 0 b .
In order for a 0 b to be a multiple of 1 1 , its alternating sum needs to be a multiple of 1 1 , so a + b = 1 1 . Therefore,
a a b b ∈ { 2 2 9 9 , 3 3 8 8 , 4 4 7 7 , 5 5 6 6 , 6 6 5 5 , 7 7 4 4 , 8 8 3 3 , 9 9 2 2 } .
The only quadratic residues mod 4 are 0 , 1 , so
a a b b ∈ { 3 3 8 8 , 4 4 7 7 , 7 7 4 4 , 8 8 3 3 } .
The only quadratic residues mod 5 are 0 , 1 , 4 , so
n 2 = 7 7 4 4 ⟹ n = 8 8 .