A quadratic equation is of the form ax^2 + bx + c = 0, where a, b, and c are coefficients and x represents the variable. The roots of the equation can be found using the quadratic formula:
\[ x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} \]
The term under the square
Show more…