Let $x$, $y$ and $z$ be real variables, which satisfy the equation $xy + yz + zx = 7$ and $x+ y+z =6$.
Find range in which the variable lie.
My work : With the given information, I only found out $x^2+y^2+z^2$ and $x^3 + y^3 +z^3 -3xyz$, but this lead to nothing.
What should be my approach?

Let $xyz=a$ and $x\leq y\leq z$.
Thus, $x$, $y$ and $z$ are roots of the equation $f(X)=a$, where $$f(X)=X^3-6X^2+7X.$$ Now, $f'(X)=3X^2-12X+7$, which says that $X_{max}=\frac{6-\sqrt{15}}{3}$, $X_{min}=\frac{6+\sqrt{15}}{3}$ and $$x\leq\frac{6-\sqrt{15}}{3}\leq y\leq \frac{6+\sqrt{15}}{3}\leq z.$$
Now, for $a=f\left(\frac{6-\sqrt{15}}{3}\right)$ we'll get a maximal value of $z$
and for $a=f\left(\frac{6+\sqrt{15}}{3}\right)$ we'll get a minimal value of $x$.
Finally we obtain:
$$2-2\sqrt{\frac{5}{3}}\leq x\leq\frac{6-\sqrt{15}}{3}\leq y\leq \frac{6+\sqrt{15}}{3}\leq z\leq2+2\sqrt{\frac{5}{3}}.$$ Done!