Question: If the quadratic equation x^2 + 2px + p^2 - 4 = 0 has real roots, what is the condition on p?
Options:
Correct Answer: p >= 2
Solution:
The discriminant must be non-negative: (2p)^2 - 4(1)(p^2 - 4) >= 0 => 4p^2 - 4p^2 + 16 >= 0, which is always true. Thus, p can be any real number.