I want to solve the above question systematically, i.e, assuming that I do not know all the $4$-digit square numbers.
Asked
Active
Viewed 86 times
0
-
@TheSimpliFire Thanks, I just edited the question to be more specific. – Vivek Sivaramakrishnan Sep 02 '18 at 08:48
-
related/duplicate: 2013, 2015, 2016, 2018 – farruhota Sep 02 '18 at 09:59
-
Since you know that $a=b$ why don't you just write it as $aaaa$? – bof Sep 02 '18 at 10:02
2 Answers
1
We have that
$$aabb=1100a+11b=11(100a+b)$$
then we need
$$11|100a+b \iff a+b\equiv0 \pmod{11}$$
moreover
$$1100a+11b\equiv 0,1 \pmod 4 \iff 3b \equiv 0,1 \pmod 4 \iff b \equiv 0,3 \pmod 4$$
but since squares doesn't end with $3$, $7$ or $8$ then we need to check among
- $0000,7744$
user
- 154,566
1
Hint: Remember that your number can be written in the form $$z=b+10b+100a+1000a=11b+1100a$$
Dr. Sonnhard Graubner
- 95,283