InterviewSolution
Saved Bookmarks
| 1. |
le 5: Verify whether 2 and 0 are zeroes of the polynomial -2x.venify whether 2 and 0 are zerocs of the polynomial |
|
Answer» if we put x=2 2^2-2*2=4-4=0if we put x=0 0^2-0=0so roots are 0 and 2 |
|