I'm trying to solve a few equations but my math is a bit (very) rusty. In particular, I've simplified one of them to this:
$$2y^2-3y-2=0$$
I can see that the answer is "2" but how can I prove it? Is it possible to simplify the equation further?
I'm trying to solve a few equations but my math is a bit (very) rusty. In particular, I've simplified one of them to this:
$$2y^2-3y-2=0$$
I can see that the answer is "2" but how can I prove it? Is it possible to simplify the equation further?
Hint. You may use the formula for the roots of second degree polynomials. If you have a polynomial of degree two, say $ax^2 +bx+c$, the roots are given by $$x_{1,2}=\frac{-b\pm \sqrt{b^2-4ac}}{2a}$$