

InterviewSolution
Saved Bookmarks
1. |
Which of the following is a polynomial?(A) x2 – 5x + 4√x + 3(B) x3/2 – x + x1/2 + 1(C) √x + 1/√x(D) √2x2 - 3√3x + √6 |
Answer» Answer: (D) √2x2 - 3√3x + √6 An expression of the form p(x) = a0 + a1x + a2x2 + ….. + anxn, where an ≠ 0, is called a polynomial in x of degree n. |
|