

InterviewSolution
Saved Bookmarks
1. |
Write a quadratic polynomial and a cubic polynomial in variable x in the general form. |
Answer» General form of a quadratic polynomial having variable ‘x’ is f(x) = ax3 + bx2 + c, a ≠ 0 General form of a cubic polynomial having variable ‘x’ is f(x) = ax3 + bx2 + cx + d, a ≠ 0 |
|