The ordered pair of four-digit numbers has the property that each number in the pair is a perfect square and each digit of the second number is more than the corresponding digit of the first number.
Find the sum of all ordered pairs of five-digit numbers with the same property.
if you find two pairs and submit the answer as
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.
let k 2 be the first of the ordered pairs,then the problem condition says that
k 2 + 1 1 1 1 1 = x 2 for some integer x or equivalently ( x + k ) ( x − k ) = 1 1 1 1 1 .Now,since 1 1 1 1 1 = 1 ∗ 1 1 1 1 1 = 4 1 ∗ 2 7 1 .these are the only possible ways you could factor 1 1 1 1 1 into two natural numbers.
we have k = 2 ( 2 7 1 − 4 1 ) or k = 2 ( 1 1 1 1 1 − 1 ) .First one gives us solution: ( 1 3 2 2 5 , 2 4 3 3 6 ) .The latter k is too big for k 2 to be a 5 -digit number.
Hence,our answer is 3 7 5 6 1