The discriminant of Ax2+Bx+C is B2-4AC
If the discriminant is negative, then there are no real roots.
So, for (k+3)x2 + 4x + k = 0, we want 42 - 4(k+3)(k) < 0
16 - 4(k2+3k) < 0
-4k2 - 12k + 16 < 0
k2 + 3k - 4 > 0
(k+4)(k-1) > 0
(k+4)(k-1) = 0 when k = -4 or 1
If k < -4, then (k+4)(k-1) > 0
If -4 < k < 1, then (k+4)(k-1) < 0
If k > 1, then (k+4)(k-1) > 0
So, there are no real roots when k < -4 or k > 1.