find all real values for $x,y$ and $z$ such that
$x + y + z = 51$
and
$xyz=4000$
given that
$z\geq 25$ and $0<x\leq 10$
I believe that the only possible solution is $10, 16, 25$ but I do not know how to prove this. I have trying subbing in various ways but I don't think that has helped. The intermixing of inequalities and equalities is something I am not familiar with, so I do not know how to proceed. What kind of techniques are needed?
Any hints to solving this would be appreciated, as I would still like to try solve it myself. If I cannot solve it from those I will reply for more clarification.
The solution by Ahmad can be simplified.
Substituting $z=51-x-y\quad$ we get $\quad xyz=xy(51-x-y)=51xy-x^2y-xy^2=4000$
$y^2+(x-51)y+\frac{4000}x=0\qquad$
Assuming there are real solutions, then they are given by $2y=51-x\pm\sqrt{\Delta}\\$ $\text{where }\Delta=(x-51)^2-\frac{16000}x$
Edit: a side study shows $\Delta<0$ when $0<x<1$ so we can assume $x\ge 1$ from now on, it was necessary to justify the statement below (the last implication).
The condition that one of the solution is greater than $25$ implies:
$51-x\pm\sqrt{\Delta}\ge 50\implies \pm\sqrt{\Delta}\ge x-1\implies \Delta\ge (x-1)^2$
Substitution the value for $\Delta$ and using $a^2-b^2$ identity we get:
$(-50)(2x-52)\ge \frac {16000}x\iff 26-x\ge \frac{160}x\iff x^2-26x-160=(x-10)(x-16)\le 0$
Which happens when $x\in[10,16]$.
But since the problem states that $0<x\le 10$ then $x=10$
Now $y^2+(x-51)y+\frac{4000}x=y^2-41y+400=(y-16)(y-25)=0$
Gives the remaining solutions $y=16$ and $z=25$, and we check it verifies the initial problem.
All we had from now where mostly "$\implies$" statements, but it's enough to prove the solution is unique.