I wrote 4 positive integers
a
1
≤
a
2
≤
a
3
≤
a
4
such that
a
1
2
+
a
2
2
a
1
2
+
a
2
2
+
a
3
2
a
1
2
+
a
2
2
+
a
3
2
+
a
4
2
are perfect squares.
If
a
4
=
1
7
3
1
6
6
0
and
a
1
is a prime, then calculate the value of
a
1
.
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.
When I add a 1 is a prime, it is sure that the problem looks harder, isn't it?
Log in to reply
Well, it was easy enough to find the solution 1 1 by back-tracking from 1 7 3 1 6 6 0 . What was harder was showing that 1 1 was the only solution. As you know, without the word "prime" there were more than one...
Log in to reply
Next time, I will be more careful when making problems, this problem has been a mess, a big mess.
Mark, this "easy computer check" as described in your solution is exactly how I did it. So far I haven't been able to prove the uniqueness of this solution without resorting to this fairly limited computer search.
Log in to reply
Nor I. I got bored and went with the computer search.
Problem Loading...
Note Loading...
Set Loading...
Since 2 × 1 7 3 1 6 6 0 + 1 − 1 = 1 8 6 0 2 × 1 8 6 0 + 1 − 1 = 6 0 2 × 6 0 + 1 = 1 1 we obtain the solution a 1 = 1 1 , a 2 = 6 0 , a 3 = 1 8 6 0 . The trick is to show that this is the only solution.
We are trying to find positive integers a 1 ≤ a 2 ≤ a 3 ≤ a 4 and positive integers u , v , w such that a 1 2 + a 2 2 = u 2 a 1 2 + a 2 2 + a 3 2 = v 2 a 1 2 + a 2 2 + a 3 2 + a 4 2 = w 2 where a 1 = p is prime and a 4 = 1 7 3 1 6 6 0 . Thus p 2 = u 2 − a 2 2 = ( u + a 2 ) ( u − a 2 ) and hence p > 2 with u + a 2 = p 2 and u − a 2 = 1 , so that a 2 = 2 1 ( p 2 − 1 ) and u = 2 1 ( p 2 + 1 ) . Thus a 2 is even. Since a 1 = p is odd and a 4 is even, we deduce that a 3 is even as well, so that u , v , w are all odd.
Also note that 1 7 3 1 6 6 0 2 = w 2 − v 2 = ( w + v ) ( w − v ) , so that v = 2 1 ( d − d 1 7 3 1 6 6 0 2 ) is odd, where d is an even positive divisor of 1 7 3 1 6 6 0 2 which is greater than 1 7 3 1 6 6 0 . There are 4 0 5 such integers v .
Now we note that v 2 = u 2 + a 3 2 = ( 2 1 ( a 1 2 + 1 ) ) 2 + a 3 2 where a 3 ≥ 2 1 ( a 1 2 − 1 ) .
An easy computer check shows that there is no solution to the equations ( x 2 + 1 ) 2 + 4 y 2 = 4 v 2 , 2 y ≥ x 2 − 1 for positive integers x , y (not even requiring x to be prime) for any of the 4 0 5 possible values of v except for v = 1 8 6 1 , which yields x = 1 1 , y = 1 8 6 0 . Thus the only possible solution is a 1 = 1 1 , a 2 = 6 0 , a 3 = 1 8 6 0 .