InterviewSolution
Saved Bookmarks
| 1. |
7.Find the zero of the polynomial p(x) = cx + d, c0 , c and d are real numbers. |
|
Answer» p(x)= 0 cx+d= 0 x=-(d/c) is the zero of the polynomial. |
|