You can put this solution on YOUR website! For which value(s) of k will the roots of 4x^2 + kx + 1 = 0 be real and unequal?
--------------------------
determinant = k^2 - 4*4*1 = k^2-16
---------------------------------------
To have real and unequal roots the determinant must be > 0.
k^2-16 > 0
k^2 > 16
k > 4 or k < -4
========================
Cheers,
Stan H.