If $$x_1+x_2+x_3+x_4+x_5=8$$ and $$x_1^2+x_2^2+x_3^2+x_4^2+x_5^2=16,$$ where $x_1,x_2,x_3,x_4,x_5\in\Bbb R$.
What is the largest possible value of $x_5$?
If $$x_1+x_2+x_3+x_4+x_5=8$$ and $$x_1^2+x_2^2+x_3^2+x_4^2+x_5^2=16,$$ where $x_1,x_2,x_3,x_4,x_5\in\Bbb R$.
What is the largest possible value of $x_5$?
As Logic_Problem_42 correctly pointed out, $x_5$ is at it's greatest when all the other values are equal. Hence, let $x_1=x_2=x_3=x_4=y$ and the resulting equations you will get are: $$4y^2+(x_5)^2=16$$ $$4y+x_5=8$$
We can rearrange the second into: $y=2-\frac{x_5}{4}$ and plug this into the first equation for:
$$4\bigg(2-\frac{x_5}{4}\bigg)^2+(x_5)^2=16$$ $$4\bigg(4+\frac{(x_5)^2}{16}-x_5\bigg)+(x_5)^2=16$$ $$16+\frac{(x_5)^2}{4}-4x_5+(x_5)^2=16$$ and solve from there. You should get $x_5=0$ and $x_5=\frac{16}{5}$