

InterviewSolution
Saved Bookmarks
1. |
The roots of the equation ax2 + bx + c = 0 will be reciprocal each other if(a) a = b (b) b = c (c) c = a (d) none of these |
Answer» Correct answer is (c) c = a Let the roots of the equation (ax2 + bx + c = 0) be a and 1/a. ∴ Product of the roots = a x 1/a = 1 ⇒ c/a = 1 ⇒ c = a |
|