

InterviewSolution
Saved Bookmarks
1. |
Write General form of a Quadratic Equation. |
Answer» The general form of quadratic equation is ax2 + bx + c = 0, where a,b,c are real numbers and a≠0 Since a≠0 , quadratic equations, in general are of the following types :- (i) b = 0, c≠0 i.e., of he type ax2 + c=0. (ii) b ≠0, c = 0, i.e. of the type ax2 + bx = 0. (iii) b = 0, c = 0, i.e. of the type ax2 = 0. (iv) b≠0 , c ≠ 0, i.e., of the type ax2 + bx + c = 0. |
|