InterviewSolution
Saved Bookmarks
| 1. |
Algebraic expression x2+34 is not a polynomial. |
|
Answer» Polynomial is the term given to an expression which has coefficients as well as variables with powers having a non-negative integral value or we can say natural number. Here, we have 3√x 3√x = 3*x^1/2 The power of the variable x here is not an integer so 3√x is not a polynomial Hence, expression x^2 + 3√x - 4 is not a polynomial. |
|