How can I solve an equation system where two variables are multiplied by each other on a TI-89? For example:
$$\begin{cases} 30 - Z + 0.02 \cdot Y \cdot Z = 0\\ 50 - Z + 0.02 \cdot X \cdot Z = 0\\ 50 - 0.02 \cdot X \cdot Y - X - Y = 0 \end{cases} $$
I was searching and I couldn't find anything, is it possible? Any help would be great, thanks!
The first equation becomes $Y=\frac {50(Z-30)}Z$ and the second $X=\frac{50(Z-50)}Z$. Plug those into the third, note that $Z\neq 0$ so you can multiply by $Z^2$ and you have a quadratic.