Solve the system of equations $$\begin{cases}163-400z\sin{x}&=0\\-135z+85\cos{x}+61&=0\end{cases}$$
What is the best way of going about this?
I rearranged the second equation for $z$ and then substituted it into the first one to find $$163-400\left(\frac{1}{135}(85\cos{x}+61)\right)\sin{x}=0$$ $$\implies 22005 - 34000\sin{x}\cos{x}-24400\sin{x}=0$$ $$\implies 4401-6800\sin{x}\cos{x}-4880\sin{x}=0$$ $$\implies 80\sin{x}(85\cos{x}-61)=4401$$ Now how do I solve this?
Writing $s = \sin(x)$ and $c = \cos(x)$, the resultant of $4401 -6800 s c - 4800 s$ and $c^2 + s^2 - 1$ with respect to $c$ is $$ 46240000 s^4-22425600 s^2-42953760 s+19368801 $$ which is an irreducible quartic over the rationals. So $\sin(x)$ is a root of that polynomial. It does have a solution in terms of radicals, but this is not pleasant to look at. There are two real roots, approximately $ .3955840368$ and $.9976236060$.
EDIT: The corresponding values of $z$ according to your first equation are then approximately $1.030122457$ and $.4084706873$ respectively, and the values of $\cos(x)$ from your second are approximately $.9184297849$ and $-.0688994967$. The corresponding approximate values of $x$ are then $.4067036720 + 2 \pi n$ and $1.639750453 + 2 \pi n$ for integers $n$.
EDIT: The real roots of that quartic can be expressed as follows. Let $$ \eqalign{a_1 &= 134802424991908+7803\sqrt{176073951178517210885}\cr a_2 &= a_1^{2/3} + 18688 a_1^{1/3} + 1953171499\cr a_3 &= \sqrt{\sqrt{a_2}(37376 a_1^{1/3}-a_1^{2/3}-1953171499)+18255348 \sqrt{2 a_1}}\cr }$$ Then the values of $\sin(x)$ are $$ \dfrac{a_2^{3/4} \pm a_3}{680\; a_1^{1/6} a_2^{1/4}}$$