Multiple choice

A quadratic equation is given by (a + b + c)x2 - (2a + 2b)x + (a + b - c) = 0; where a, b and c are real and distinct. Consider the following statements: 1. One of the roots of the equation is always less than 1 if a, b and c are all positive. 2. One of the roots of the equation is always negative if a, b and c are all negative. Which of the statements given above is/are correct?

  1. 1 only

  2. 2 only

  3. Both 1 and 2

  4. Neither 1 nor 2

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The equation is (a+b+c)x^2 - 2(a+b)x + (a+b-c) = 0. Using the quadratic formula or testing values, if a,b,c > 0, the product of roots is (a+b-c)/(a+b+c). Statement 1 holds true under specific conditions, but statement 2 is not universally true for all negative a,b,c.

AI explanation

Let a plus b equal k, transforming the equation into k*x^2 - 2k*x + (k - c) = 0. Factoring out k yields k(x^2 - 2x + 1) - c = 0, which is k(x - 1)^2 = c. When a, b, and c are all positive, k is positive, making the roots x = 1 plus or minus the square root of c divided by k; since this square root is strictly greater than 0 but less than 1, one root is between 0 and 1 and the other is greater than 1, making statement 1 correct. When a, b, and c are all negative, k is negative and c is negative, making the term c divided by k positive, which forces both roots to be greater than 1, meaning statement 2 is incorrect.