

InterviewSolution
Saved Bookmarks
1. |
If 3 is a zero of polynomial 2x2 + x + k, then value of k will be(A) 12(B) 21(C) 24(D) -21 |
Answer» Answer is (D) -21 Let f(x) = 2x2 + x + k One zero is 3 f(3) = 0 ⇒ 2(3)2 + 3 + k = 0 ⇒ 2 × 9 + 3 + k = 0 ⇒ 18 + 3 + k = 0 ⇒ k = -21 |
|