InterviewSolution
Saved Bookmarks
| 1. |
What is zero of a polynomial |
|
Answer» A number in which the value of a polynomial \'0\' is calledEx: X+1 is-1 X-4 is 42X+1 is -1/2 0 Zeroes of a polynomial p(x) is real number ‘a’ for which polynomial p(x) if p(a) = 0.E.g.: For p(x) = x-2 , p(2) = 2-2 =0. Thus 2 is zeroes for polynomial p(x)= x-2Note: Every real number is a zero of the zero polynomial p(x)=0. |
|