{ a 2 + b 2 + c 2 + d 2 + e 2 = 2 5 a + 2 b + c + d 3 + e = 1 3
If a , b , c , d and e are real numbers satisfying the two equation above, find the sum of the minimum and maximum possible values of e .
If you got your answer as B A , where A and B are coprime positive integers, submit your answer as A × B .
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.
We don't even need to factorize! We can just find the sum of roots of the quadratic in the inequality as a − b , which even though not necessary here, can be helpful in preventing lengthy factorization/evaluation of roots
Log in to reply
Oh, yeah! But, showing the minimum and maximum values of e made me happy, I guess :)
Your solution is incomplete.
You've just shown that d f r a c − 7 5 is a lower bound and 4 is a upper bound.
You've to show that the obtained extreme values can indeed be attained.
Problem Loading...
Note Loading...
Set Loading...
a 2 + b 2 + c 2 + d 2 = 2 5 − e 2
a + 2 b + c + d 3 = 1 3 − e
By Cauchy-schwarz inequality,
( 1 2 + 2 2 + 1 2 + 3 2 ) ( a 2 + b 2 + c 2 + d 2 ) ≥ ( a + 2 b + c + d 3 ) 2
9 ( 2 5 − e 2 ) ≥ ( 1 3 − e ) 2
By factoring,
0 ≥ ( 5 e + 7 ) ( e − 4 )
4 ≥ e ≥ 5 − 7
So, the maximum is 4 and minimum is 5 − 7 So, our answer is 4 + 5 − 7 = 1 3 / 5
Then, 1 3 ⋅ 5 6 5