I know the answer is no but whats the reasoning behind it?
2026-04-18 13:48:23.1776520103
On
Can both roots of the equation $2x^2 - kx + k - 2 = 0$ , where k is a constant, be negative?
233 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
4
There are 4 best solutions below
2
On
$$2x^2 - kx + (k - 2) = 0$$
$$x=\frac{k ±\sqrt{k^2-8(k-2)}}{4}$$
$$x=\frac{k ±\sqrt{(k-4)^2}}{4}$$
$$x=\frac{k ±(k-4)}{4}$$
$$x=1,\frac{(k-2)}{2}$$
So, one root is positive and other root depends on value of $k$, ie, if $k<2$, then one root can be negative.
Both roots can't be negative as one root is positive irrespective of value of k.
Hint. One may observe that $$ \begin{align} 2x^2 - kx + k - 2 &=2\left[x^2 - \frac{k}2 x + \frac{k}2 - 1 \right] \\&=2\left[\left(x-\frac{k}4 \right)^2 - \frac{(k-4)^2}{16} \right] \\&=2\left(x-\frac{k-2}2 \right)(x-1) \end{align} $$ Can you finish it?