Integer rootsHardQuestion 220015
Question
The number of integer values of k for which x² − 2(k−1)x + 4 > 0 for all real x is:
- A1
- B2
- C3
- DInfiniteCorrect
Correct answer
Infinite
Explanation
For the quadratic to be > 0 for all x, we need a > 0 (✓, a=1) and D < 0. D = 4(k−1)² − 16 < 0 → (k−1)² < 4 → −2 < k−1 < 2 → −1 < k < 3. Integer values: k ∈ {0, 1, 2} — three values, but the question may allow: actually k = 0, 1, 2 are 3 integer values.