How many 4-digit perfect squares are there such that a new 4-digit number with each of their digits increased by 1 is also a perfect square ?
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.
Good approach. To simplify the presentation, I would advise going directly with y 2 = x 2 + 1 1 1 1 . I don't think the first 3 lines add any value to understanding the problem. If anything, it makes the presentation more confusing.
Also, the 2nd last paragraph could be rephrased. Maybe try
( y + x ) ( y − x ) = 1 0 1 × 1 1 , and these terms are prime. Since x + y < 2 0 0 ≤ 1 0 1 × 1 1 , and the terms are positive integers, we must have y + x = 1 0 1 and y − x = 1 1 .
Log in to reply
Thanks, I've removed those three lines and added x + y < 2 0 0 < 1 0 1 . 1 1
"The number abcd is 1000a + 100b + 10c + 1d. Increasing each digit by one is equivalent to adding 1111" would be sufficient for the first part, but unless I am misreading it (and my simplified version) doesn't discuss the case when a digit is 9.
Problem Loading...
Note Loading...
Set Loading...
If we let the number be a b c d = x 2 then according to conditions a+1 b+1 c+1 d+1 = y 2 where x , y ∈ N , y > x
y 2 = x 2 + 1 1 1 1
( y + x ) ( y − x ) = 1 0 1 . 1 1
Now since x 2 , y 2 are 4-digit numbers we can say 3 1 < x < y < 1 0 0 so that we have a rough idea that x + y < 2 0 0 < 1 0 1 . 1 1 .
So in ( y + x ) ( y − x ) = 1 0 1 . 1 1 the RHS is product of two distinct primes so the factors on LHS must be exactly equal to them and since y + x > y − x & y + x = 1 1 1 1 so the only possiblity is y + x = 1 0 1 , y − x = 1 1
So we have only one number satisfying the property that is x 2 = 4 5 2 = 2 0 2 5