

InterviewSolution
Saved Bookmarks
1. |
Let a, b be non-zero real numbers. Which of the following statements about the quadratic equation ax2 + (a + b)x + b = 0 is neccesarily true ?(I) It has at least one negative root (II) It has at least one positive root. (III) Both its roots are real. (A) (I) and (II) only (B) (I) and (III) only (C) (II) and (III) only (D) All of them |
Answer» Correct option(b) Explanation: ax2 + (a + b)x + b = 0 (x + 1) (ax + b) = 0 roots are -1, -b/a |
|