I have the following equation:
$0 = 34x^2+92xy+68y^2−250x−344y+461$
I cannot find any way to get the values of both x and y from this equation, any help would be much appreciated, especially a step by step solution.
Edit: I'm quite new to this site, if there's any way for me to improve this question please edit it or let me know!
Solving for $x$ with the usual formula,
$$x=\frac{-(92y-250)\pm\sqrt{(92y-250)^2-4\cdot34\cdot(68y^2-344y+461)}}{68}.$$
After simplification, the discriminant is
$$-196(2y-1)^2,$$ which is only non-negative when $$y=\frac12.$$
$x$ follows.