1 4 5 8 0 0 0 = a 2 + b 2 = c 2 + d 2 where a , b , c and d are positive integers. Find a + b + c + d .
Note: Please refrain from using Wolfram Alpha.
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.
Why do you think only a = 1 , b = 2 , c = 2 , d = 1 1 ? Reversing the values also fit the question. Like a = 2 , b = 1 , c = 1 1 , d = 2 .
Log in to reply
I don't --- note that I wrote "a possible solution" ---, but I didn't bother to write the other solutions because permutations of {a,b} and {c,d} don't change the value of a+b+c+d.
Problem Loading...
Note Loading...
Set Loading...
We first note that
1 4 5 8 0 0 0 = 2 4 3 6 5 3 = 5 ( 2 2 3 3 5 ) 2 = 1 2 5 ( 2 2 3 3 ) 2 .
Now, let a = 2 2 3 3 5 A and b = 2 2 3 3 5 B ; then
a 2 + b 2 = 1 4 5 8 0 0 0 ⇒ ( 2 2 3 3 5 ) 2 ( A 2 + B 2 ) = 5 ( 2 2 3 3 5 ) 2 ⇒ A 2 + B 2 = 5 ,
a possible solution of which is A = 1 , B = 2 , so that a = 2 2 3 3 5 ⋅ 1 = 5 4 0 and b = 2 2 3 3 5 ⋅ 2 = 1 0 8 0 .
In a similar way, let c = 2 2 3 3 C and d = 2 2 3 3 D ; then
c 2 + d 2 = 1 4 5 8 0 0 0 ⇒ ( 2 2 3 3 ) 2 ( C 2 + D 2 ) = 1 2 5 ( 2 2 3 3 ) 2 ⇒ C 2 + D 2 = 1 2 5 ,
a possible solution of which is C = 2 , D = 1 1 , so that c = 2 2 3 3 ⋅ 2 = 2 1 6 and d = 2 2 3 3 ⋅ 1 1 = 1 1 8 8 .
Finally, a + b + c + d = 5 4 0 + 1 0 8 0 + 2 1 6 + 1 1 8 8 = 3 0 2 4 . □