InterviewSolution
Saved Bookmarks
| 1. |
The one zero of the polynomial p(x)=x3 - 6x2+11x-6is 3 find the other two zeroes |
| Answer» p(x)=x3−6x2+11x−6p(x)=(x−3)(x2−3x+2)p(x)=(x−3)(x2−2x−x+2)p(x)=(x−3)(x−1)(x−2)(x−1)(x−2)(x−3)=0x=1,2,3Thus, the other two zeroes of the polynomial are 1 and 2.\xa0 | |