<p> A quadratic equation
<span class="math"> ax^2 + bx + c = 0 </span> with <span class="math"> a \neq 0 </span> has the following solution. </p> <div class="math"> x = \frac {-b \pm \sqrt{b^2 - 4ac} } {2a} </div> |
A quadratic equation ax^2 + bx + c = 0 with a \neq 0 has the following solution.