InterviewSolution
Saved Bookmarks
| 1. |
If x = 3 is one root of the quadratic equation x2 -2kx - 6 = 0, then find the value of k. |
|
Answer» Let p(x)=x2-2kx-6=0 x = 3 is one root of the quadratic equation So, Remainder = p(3) = 0 p(3) =0 (3)2-2k(3)-6=0 -6k=-3 So, k=3/6=1/2 so, k=1/2 |
|