

InterviewSolution
Saved Bookmarks
1. |
Find the value of k for which x = 1 is a root of the equation x2 + kx + 3 = 0. |
Answer» It is given that (x = 1) is a root of (x2 + kx + 3 = 0) . Therefore,(x =1) must satisfy the equation. ⇒ (1)2 + k x 1 + 3 =0 ⇒ k + 4 = 0 ⇒ k - 4 Hence, the required value of k is - 4. |
|