So, I have this page in my agenda that shows how to obtain the solution of a quadratic function.
The solution for a quadratic equation in the form of $ax^2+bx+c=0$ can be found by using the quadratic formula:
$x=\frac {-b\pm\sqrt {b^2-4ac}} {2a}$
I was wondering, what does this formula do and how do I use it? I have already tried to plug in values for a,b and c, but it gives me weird numbers, like, assuming that a=3, b=4 and c=5, then $x=\frac {-2+\sqrt {2^2-4x3x5}} {2x3}= .0913885795...=\frac {\sqrt {56 -2}} {6}$. This number seems random, and I cannot figure out how or why this is useful.