if a five digit number N is such that sum of its digit is 29, can N be square of an integer?
Suppose N be abcde, where a+b+c+d+e = 29. Can square of any number less than abcde is equal to abcde itself.
Completely struck on how to start solving.
if a five digit number N is such that sum of its digit is 29, can N be square of an integer?
Suppose N be abcde, where a+b+c+d+e = 29. Can square of any number less than abcde is equal to abcde itself.
Completely struck on how to start solving.
Copyright © 2021 JogjaFile Inc.
No. The number is 2 modulo 9 (because 29 is), and squares can only have remainder 0,1,4 or 7 modulo 9 (squares of 0 to 8 reduced modulo 9). Number of digits is not needed.