Multiple choice

If $'r'$ and $'s'$ are the roots of the equation $ax^2+bc+c=0$, then the value of $\displaystyle\frac{1}{r^2}+\frac{1}{s^2}$ is equal to

  1. $b^2-4ac$
  2. $\displaystyle\frac{b^2-4ac}{2a}$
  3. $\displaystyle \frac{b^2-4ac}{c^2}$
  4. $\displaystyle\frac{b^2-2ac}{c^2}$
Reveal answer Fill a bubble to check yourself
D Correct answer
AI explanation

Assuming the intended equation is ax^2+bx+c=0, the sum of the roots r+s is -b/a and the product rs is c/a. The expression 1/r^2 + 1/s^2 simplifies to (r+s)^2 - 2rs divided by (rs)^2. Substituting the sum and product values gives ((-b/a)^2 - 2c/a) / (c/a)^2, which evaluates to (b^2-2ac)/c^2.