Multiple choice

If the roots of the equation $a{x^2} + bx + c = 0$ are of the form $\displaystyle {{K + 1} \over K}$ and $\displaystyle{{K + 2} \over {K + 1}}$ then sum of roots is equal to;

  1. ${(a + b + c)^2}$
  2. ${(a + b - c)^2}$
  3. ${(a - b + c)^2}$
  4. None of these

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

The sum of roots is -b/a. Given roots are (K+1)/K and (K+2)/(K+1). Sum = 1 + 1/K + 1 + 1/(K+1) = 2 + 1/K + 1/(K+1). This does not simplify to a standard form related to a, b, c without further constraints.

AI explanation

Let the roots be r = (K + 1)/K = 1 + 1/K and s = (K + 2)/(K + 1) = 1 + 1/(K + 1). Multiplying the roots gives rs = (1 + 1/K)(1 + 1/(K + 1)) = (K + 1)/K * (K + 2)/(K + 1) = (K + 2)/K = 1 + 2/K. Using the relation between roots and coefficients for the quadratic equation, rs = c/a. Since the product depends on the unknown variable K, it cannot be expressed solely in terms of a, b, and c. Therefore, none of the provided options match.