If $a, b$ and $c$ are in arithmetic progression, then the roots of the equation $ax^{2} - 2bx + c = 0$ are
Reveal answer
Fill a bubble to check yourself
If $a, b$ and $c$ are in arithmetic progression, then the roots of the equation $ax^{2} - 2bx + c = 0$ are
Since a, b, c are in A.P., 2b = a + c. Substituting this into the equation ax^2 - (a+c)x + c = 0, we get ax^2 - ax - cx + c = 0, which factors to ax(x-1) - c(x-1) = 0. Thus, (ax-c)(x-1) = 0, yielding roots 1 and c/a.
Since a, b, and c are in arithmetic progression, the middle term can be expressed as 2b = a + c. Substituting 2b into the quadratic equation yields ax^2 - (a + c)x + c = 0. Factoring this by grouping gives ax(x - 1) - c(x - 1) = 0, which leads to the factors (x - 1)(ax - c) = 0. Equating each factor to zero provides the roots as 1 and c/a.