

InterviewSolution
Saved Bookmarks
1. |
Define the Roots of a Quadratic Equation. |
Answer» A real number α is called a root of the quadratic equation ax2 + bx + c = 0, a ≠ 0 if aα2 + bα + c = 0. x = α is a solution of the quadratic equation, or α satisfies the quadratic equation. The zeroes of the quadratic polynomial ax2 + bx + c and the roots of the quadratic. Equation ax2 + bx + c = 0 are the same. |
|