Find the sum of all possible values of such that exactly two integers lie between the roots of the equation .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The condition that is necessary and but not sufficient for this to happen is :
Difference of roots lies between 1 and 3 (inclusive)
⇒ 1 < a 2 + 4 ≤ 3 ⇒ 1 < a 2 + 4 ≤ 9 ⇒ a 2 ≤ 5
Possible values of a ∈ Z are − 2 , − 1 , 0 , 1 , 2
But verifying the solutions gives only − 1 , 1 as the solutions.
ANSWER = 0