InterviewSolution
Saved Bookmarks
| 1. |
Explain zero of polynomial |
|
Answer» Zero of a polynomial is that value of the variable x which when substituted in the polynomial gives the result zeroFor eg.let p (x)=x+3Now the zero of p (x) is -3 because if we put x=-3 in place of x in p (x) we get the result zero Infinite |
|