Find the range of (k) for which (x^2 + kx + 4 = 0) has two distinct real roots.
Solution: (a = 1), (b = k), (c = 4)
For two distinct roots: (k^2 - 16 > 0)
(k^2 > 16) → (k < -4) or (k > 4)
For what values of (p) does (2x^2 + px + 2 = 0) have real roots?
Solution: (\Delta = p^2 - 4(2)(2) = p^2 - 16)
Real roots (distinct or repeated): (p^2 - 16 \geq 0)
(p \leq -4) or (p \geq 4)