Take a pair of numbers that are an even distance apart, then multiply them together.
2 × 4 2 0 × 3 6 5 1 9 × 9 3 = 8 = 7 2 0 = 4 8 2 6 7
With these three examples, we see a peculiar pattern emerge.
8 + 1 2 7 2 0 + 8 2 4 8 2 6 7 + 2 1 3 2 = 3 2 = 2 8 2 = 3 0 6 2
Each of these products are some square number less than another square number!
Is this the case for every pair of numbers with even distance?
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
a
and
n
be arbitrary integers. Then our pair of numbers will be
a
and
a
+
2
n
.
The product of these integers are
a
(
a
+
2
n
)
=
a
2
+
2
a
n
.
By adding
n
2
, we find that we have
a
(
a
+
2
n
)
+
n
2
=
a
2
+
2
a
n
+
n
2
=
(
a
+
n
)
2
.
So for any two integers a distance
2
n
apart, we know that adding
n
2
will result in a square number.
There is an alternative and more concise proof, but that will be left as an exercise to the reader. :-)
Good question with excellent answer
Denote the two numbers as k and k + 2 x . Their product is thus equal to k ⋅ ( k + 2 x ) . Note that
k ⋅ ( k + 2 x ) = ( k + x − x ) ( k + x + x ) = ( k + x ) 2 − x 2
Clearly, the product k ⋅ ( k + 2 x ) can be written as a difference of two squares. Equivalently, as phrased in the problem, each product is some square number less than another square number .
For verification, here are the given items in the problem: 2 ⋅ 4 = 2 ⋅ ( 2 + 2 ⋅ 1 ) = ( 2 + 1 − 1 ) ( 2 + 1 + 1 ) = ( 2 + 1 ) 2 − 1 2 = 3 2 − 1 2 = 8 2 0 ⋅ 3 6 = 2 0 ⋅ ( 2 0 + 2 ⋅ 8 ) = ( 2 0 + 8 − 8 ) ( 2 0 + 8 + 8 ) = ( 2 0 + 8 ) 2 − 8 2 = 2 8 2 − 8 2 = 7 2 0 5 1 9 ⋅ 9 3 = 9 3 ⋅ ( 9 3 + 2 ⋅ 2 1 3 ) = ( 9 3 + 2 1 3 − 2 1 3 ) ( 9 3 + 2 1 3 + 2 1 3 ) = ( 9 3 + 2 1 3 ) 2 − 2 1 3 2 = 3 0 6 2 − 2 1 3 2 = 4 8 , 2 6 7
Problem Loading...
Note Loading...
Set Loading...
Let a and b be any pair of integers an even distance apart, with a < b , and a ⋅ b = z
Let x be the arithmetic mean of these two numbers. We know that x must be an integer since a and b are an even distance apart.
Let y = ∣ x − a ∣ = ∣ x − b ∣
Therefore, a = x − y , and b = x + y
Plugging these into the first equation, we get ( x − y ) ( x + y ) = z
This is a difference of squares; we then know that x 2 − y 2 = z
Finally, that means z + y 2 = x 2 , making the product of any two integers an even distance apart added to their distance to their arithmetic mean squared is always equal to their arithmetic mean squared.
Therefore, the answer must be Yes .