How can i prove that no number in set S S = {11, 111, 1111, 11111...} Is a perfect square.
I have absolutely no idea how to tackle this problem i tried rewriting it in powers of 10 but that didn't really get me anywhere...
Thanks in advance.
How can i prove that no number in set S S = {11, 111, 1111, 11111...} Is a perfect square.
I have absolutely no idea how to tackle this problem i tried rewriting it in powers of 10 but that didn't really get me anywhere...
Thanks in advance.
First notice that each element in S can be rewritten as:
$4(25m+2) +3$ where m is an integer, the next step is to realise that all squares leave a remainder of either 1 or 0 when divided by 4.
As $(2n)^2 = 4n^2$ which clearly leaves a remainder of 0 when divided by 4
And for odd squares: $(2n-1)^2 = 4n^2 -4n +1$ which clearly leaves a remainder of 1 upon division by 4.
But by writing each element of S as $4(25m+2) +3$ we see that it leaves a remainder of 3 when divided by 4, therefore it can never be a perfect square.