Question 939556
Find an integer c such that the equation 4x^2+cx+9=0 has a double real root. 
--------
Condition required to have double real root:: b^2-4ac = 0
-----
Solve:: c^2 -4*4*9 = 0
c^2 -144 = 0
-----
(c-12)(c+12) = 0
---
c = 12 or c = -12
--------------------
Cheers,
Stan H.
---------------