Multiple choice

Which of the following is correct for the quadratic equation $X ^ { 2 } + 2 ( a - 1 ) X + a + 5 = 0$?

  1. The equation has positive roots, if $a \in ( 5 , - 1 )$
  2. The equation has roots of opposite sign, if $a \in ( - \infty , - 5 )$
  3. The equation has negative roots, if The equation has negative roots, if $a \in [ 4 , \infty )$
  4. none of these

Reveal answer Fill a bubble to check yourself
A Correct answer
AI explanation

For the equation x^2 + 2(a-1)x + (a+5) = 0 to have positive roots, three conditions must be met: the sum of the roots must be positive, the product of the roots must be positive, and the discriminant must be non-negative. The sum of the roots is -2(a-1) > 0, which means a < 1, and the product is a+5 > 0, giving a > -5. The discriminant condition is [2(a-1)]^2 - 4(1)(a+5) >= 0, simplifying to a^2 - 3a - 4 >= 0, which holds for a <= -1 or a >= 4. Taking the intersection of a > -5, a < 1, and a <= -1 gives the correct interval for positive roots as a in (-5, -1).