InterviewSolution
Saved Bookmarks
| 1. |
If 3 is zero of polynomial X ^ 2 x+k find the value of k |
|
Answer» Second method X=3 Put the value of x in equation and get your abswer I have two method to solve this question 1. If x = 3 So, x-3=0 X^2 + x +k=0 divided by x - 3 =0 X^2+x+k=0 Put x=3(3)^2+3+k=0 9+3+k=0 12+k=0 K=-12 |
|