

InterviewSolution
Saved Bookmarks
1. |
The number of integral values of a for which the quadratic equation `(x+a)(x+1991)+1=0`has integral roots area. 3 b. 0c. 1 d. 2A. 3B. 0C. 1D. 2 |
Answer» Correct Answer - 4 `(x + a)(x + 1991) + 1 = 0` or `(x + a)(x + 1991) = -1` `rArr (x + a) = 1 and x + 1991 = -1` `rArr a = 1993` or `x + a = -1 and x + 1991 = 1 rArr a = 1989` |
|