Four digit square with just Two digits!

Number Theory Level pending

A four digit number a a b b \overline{aabb} exists such that it is a square number. Find it.

Notes:

  1. a a is not equal to b b , a a and b b are single digits.
  2. This problem does not require the use of a calculator/program.


The answer is 7744.

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.

6 solutions

Pop Wong
Mar 1, 2021

x 2 = a a b b x 2 = 11 ( a 0 b ) x 2 = 11 ( 100 a + b ) x 2 = 11 ( 99 a + a + b ) a + b = 11 as a + b < 20 x 2 = 1 1 2 ( 9 a + 1 ) 9 a + 1 = y 2 check, we have 9 a + 1 = 9 ( 7 ) + 1 = 64 = 8 2 , a = 7 , b = 4 , x = 88 a a b b = 7744 x^2= \overline{aabb} \\ x^2=11 (\overline{a0b}) \\ x^2= 11 (100a+b) \\ x^2 = 11( 99a + a+b) \implies a+b = 11 \text{ as } a+b<20 \\ x^2 = 11^2(9a+1) \implies 9a+1 = y^2\\ \text{ check, we have } 9a+1=9(7)+1 = 64 = 8^2 \\ \therefore, a=7, b=4, x=88 \\ \overline{aabb} = \boxed{7744}

Really good solution, the calculations can be easily done in this one, easier if known that a + 1 m o d 4 = 0 , 1 a+1 \mod 4 = 0,1

Jason Gomez - 3 months, 1 week ago

a a b b aabb must be divisible by 11 11 if you use the divisibility rule. So it also has to be divisible by 121 121 .

Then you can just try 3 3 2 , 4 4 2 , 5 5 2 9 9 2 33^2, 44^2, 55^2 \ldots 99^2 and see which one gives a number of form a a b b aabb .

Simple calculations, can be done on paper, answer is 8 8 2 = 7744 88^2 = \boxed{7744}

Try to reduce the casework more after this (I could reduce it to just two cases, after that I had to check)

Jason Gomez - 3 months, 1 week ago

Log in to reply

Oh just realised I approached it from the a a b b \overline{aabb} side, and reduced it to just two cases (mathematically two cases, it was obvious 7744 was the answer among the two)

Jason Gomez - 3 months, 1 week ago

The calculation might be easier if you figure it out (9a+1) is a square.

Pop Wong - 3 months, 1 week ago

Log in to reply

How is 9a+1 a square though?

A Former Brilliant Member - 3 months, 1 week ago

Log in to reply

I know it’s hard but you need to scroll down a little

Jason Gomez - 3 months, 1 week ago

Log in to reply

@Jason Gomez bruh I didn't know he posted a solution

A Former Brilliant Member - 3 months, 1 week ago

You may check my solution.

Pop Wong - 3 months, 1 week ago

Log in to reply

@Pop Wong Ah, nice! Upvoted :)

A Former Brilliant Member - 3 months, 1 week ago

Let N = a a b b = 1100 a + 11 b N = \overline{aabb} = 1100a + 11b . This means that N N is a multiple of 11 11 . Since N N is a perfect square, it is also a multiple of 1 1 2 11^2 , Let N = 1 1 2 n 2 N = 11^2n^2 , where n n is an integer. Then

1100 a + 11 b = 1 1 2 n 2 Divide both sides by 11 100 a + b = 11 n 2 100 a + b a + b 0 (mod 11) 100 a + 11 a = 11 n 2 a + b = 11 b = 11 a 99 a + 11 = 11 n 2 Divide both sides by 11 9 a + 1 = n 2 a = 7 The only single-digit integer solution, b = 11 a = 4 n = 9 a + 1 = 8 7744 = 1 1 2 n 2 = 8 8 2 which is true. \begin{aligned} 1100a + 11b & = 11^2n^2 & \small \blue{\text{Divide both sides by }11} \\ 100 a + b & = 11n^2 & \small \blue{\implies 100 a + b \equiv a + b \equiv 0 \text{ (mod 11)}} \\ 100a + \blue{11 - a} & = 11 n^2 & \small \blue{\implies a + b = 11 \implies b = 11-a} \\ 99a + 11 & = 11 n^2 & \small \blue{\text{Divide both sides by }11} \\ 9a + 1 & = n^2 \\ \implies a & = 7 & \small \blue{\text{The only single-digit integer solution,}} \\ \implies b & = 11-a = 4 \\ \implies n & = \sqrt{9a+1} = 8 \\ \boxed{7744} & = 11^2n^2 = 88^2 & \small \blue{\text{which is true.}} \end{aligned}

Chris Lewis
Mar 1, 2021

Similar approach to @Percy Jackson 's: say x 2 = a a b b x^2=\overline{aabb} , that is x 2 = 1100 a + 11 b = 11 ( 100 a + b ) x^2=1100a+11b=11(100a+b)

Now, if a prime p p divides a square number, then so does p 2 p^2 . So we have 11 100 a + b 11|100a+b ; using the usual rule for divisibility by 11 11 , this means a + b = 11 a+b=11 .

A square can only end in one of { 0 , 1 , 4 , 5 , 6 , 9 } \{0,1,4,5,6,9\} ; combining these two facts the list of possible squares is { 2299 , 5566 , 6655 , 7744 } \{2299,5566,6655,7744\}

A square has to be a multiple of 4 4 or one more than a multiple of 4 4 ; it's easy to check that this only leaves 7744 = 8 8 2 7744=88^2 as a possibility.

I remember excluding 6655 6655 because it doesn’t end in 25 (all squares ending in 5, have to end in 25).

Jason Gomez - 3 months, 1 week ago

Log in to reply

I think I excluded 2299 also but I don’t remember how

Jason Gomez - 3 months, 1 week ago

Sir if you don’t mind, would you revisit our discussion I asked about last week?

Inquisitor Math - 3 months, 1 week ago
Saya Suka
Mar 2, 2021

aabb = 11 × a0b

Since the above is a square, a0b also is a multiple of 11, so a - 0 + b = a + b = 11.

b can only be 0, 1, 4, 6 or 9. 5 is impossible for the fixed 25 as *last two digits of squares, and in the same way we can eliminate 1, 6 & 9 (since all these numbers have their tens in an opposite parity making them inapplicable in the original square number aabb). This leave 0 and 4, but we already know that a + b = 11, so b = 0 will make the sum impossible.

Answer : b = 4 & a = 11 - b = 7

  • (10k + 5)²
    = (10k)² + 2(10k)(5) + 5²
    = 100k² + 100k + 25
    = 100k(k + 1) + 25


100k(k + 1) will leave the units and tens places to 25 alone being a multiple of the hundred there.

How did you eliminate 6 and 9 again?

Jason Gomez - 3 months, 1 week ago

Log in to reply

Opposite parity between tens & digits, though only the fivers we shown, the concept is the same where 09 / 16 / 36 / 49 + 2(10k)(3 or 4 or 6 or 7), for additional even tens.

Saya Suka - 3 months, 1 week ago
Vishruth K
Mar 30, 2021

I did a little of work with square numbers. I once found out that 88 x 88 = 7742, but I soon realized I made a mistake in my calculations. I changed the equation to make it true and found out that 88 x 88 = 7744. Thus, the answer is 7744 , which is 88 x 88, or 88 squared.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...