Consider the system of equations $$x_{1}+x^2_{2}+x^3_{3}+x^4_{4}+x^5_{5} =5$$
and $$x_{1}+2x_{2}+3x_{3}+4x_{4}+5x_{5}=15$$
where $x_{1},x_{2},x_{3},x_{4},x_{5}$ are positive real numbers, Then number of $(x_{1},x_{2},x_{3},x_{4},x_{5})$ is
My Try: From inspection $x_{1}=x_{2}=x_{3}=x_{4}=x_{5}=1$
could some help me how to prove that other solution does not exists, thanks
By AM-GM $$15=x_{1}+2x_{2}+3x_{3}+4x_{4}+5x_{5}\leq x_1+1+x_2^2+2+x_3^3+3+x_4^4+4+x_5^5,$$ which gives $$x_1+x_2^2+x_3^3+x_4^4+x_5^5\geq5.$$ The equality occurs for $x_1=x_2=x_3=x_4=x_5=1$ only, which gives an unique solution.