Is there a known way to isolate a variable when the equation has two linear congruences each containing the variable?
$$200=\left(\frac{x}{4}-(x \mod 17)+\frac{3}{4} \right)\cdot 3 \cdot \left(\frac{x}{3}-(x \mod 17)+\frac{4}{3} \right) \cdot 7$$
Is there a known way to isolate a variable when the equation has two linear congruences each containing the variable?
$$200=\left(\frac{x}{4}-(x \mod 17)+\frac{3}{4} \right)\cdot 3 \cdot \left(\frac{x}{3}-(x \mod 17)+\frac{4}{3} \right) \cdot 7$$
If you replace $\rm\ x\ mod\ 17\ $ by $\rm\ x-17\,n\ $ then you obtain the quadratic equation
$$\rm 42\, x^2 - (2023\, n + 126)\, x + 24276 n^2\! + 2975\, n - 716\, =\, 0 $$
This has no integer roots, else reducing it $\rm\, mod\ 7\,$ yields $\rm\, 5\equiv 0,\,$ a contradiction.
The roots of the quadratic are
$$\rm x = \frac{2023\,n+126 \pm \sqrt{7}\sqrt{2023\, n^2 + 1428\, n + 19452}}{84} $$
e.g. one of the simplest is when $\rm\: n = 2:$
$$\rm x = \frac{1043\pm 10 \sqrt{133}}{21}$$