0

If $a,b,c,d,e$ are positive reals, such that $a+b+c+d+e=8$ and $a^2+b^2+c^2+d^2+e^2=16$,then the range of $e$ is?

I dont even know how to proceed with problems like these. I have an idea that $A.M-G.M$ might be helpful. Is it true? If yes, then how to go about it?

nonuser
  • 90,026
Yami Kanashi
  • 703
  • 3
  • 11

1 Answers1

2

Use Cauchy inequality:

$$ 16-e^2 = a^2+b^2+c^2+d^2\geq {1\over 4}(a+b+c+d)^2 ={1\over 4} (8-e)^2$$

So we have $$5e^2-16e\leq 0\Longrightarrow e\in (0,{16\over 5}] $$

nonuser
  • 90,026