Given that where are real values and are integers, input as your answer.
This is the revised version of the previous problem I deleted (for the messy and horrible typo) after this problem was posted.
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.
Well, it's just a 2 + b 2 + c 2 + d 2 = ( a + b + c + d ) 2 − 2 ( a b + a c + a d + b c + b d + c d ) = 1 2 2 − 2 ⋅ 4 6 = 5 2 .
But wait, we're not done. We need to show that a quadruplet ( a , b , c , d ) that satisfy the constraints stated too.
Here's the quadruplet:
( a , b , c , d ) = ( 3 − 7 , 2 , 4 , 3 + 7 )
How do I get it? From the previous problem , we gather that 9 < a b c d < 2 5 . A simple graphing shows that a , b , c , d must all be in the open interval ( 0 , 6 ) .
So all the possible values of ( b , c ) must be ( 1 , 2 ) , ( 1 , 3 ) , ( 1 , 4 ) , ( 1 , 5 ) , ( 2 , 3 ) , ( 2 , 4 ) , ( 2 , 5 ) , ( 3 , 4 ) , ( 3 , 5 ) , ( 4 , 5 ) .
So at least one of these pairs must satisfy f ( b ) = f ( c ) = 0 for f ( x ) : = x 4 − 1 2 x 3 + 4 6 x 2 − 6 0 x + u with some constant u .
Trial and error show that only one of these pairs satisfy the 3 given equations. Namely, ( b , c ) = ( 2 , 4 ) .
And we're done!