The set of values of $p$ such that both the roots of the equation $$f(x)=(p−5)x^2−2px+(p−4)=0$$ are positive and one of the roots is less than $2$ and the other root lies between $2$ & $3$ is ?
Are these conditions sufficient?Please check.
$f(2).f(3)<0$
$(p-5)f(2)<0$
$(p-5)f(0)>0$
$\frac{p}{p-5}<0$
P.S:Also tell me how to reduce the conditions to be checked for if possible.
Using the quadratic formula:
$$x = \frac{1}{2}\cdot \frac{2p\pm2\sqrt{9p-20}}{p-5}$$
We want the smaller root $x_1$ to satisfy $0<x_1<2$, so:
$$ 0<\frac{2p-2\sqrt{9p-20}}{2(p-5)}<2$$ $$\Rightarrow p\in A =(4,5)\cup (5,\infty)$$
And we want the bigger root $x_2$ to satisfy $2<x_2<3$, i.e.
$$2<\frac{2p+2\sqrt{9p-20}}{2(p-5)}<3$$
$$\Rightarrow p\in B=\bigg(\frac{49}{4},24\bigg)$$
So to satisfy both conditions, we must have
$$p\in A\cap B = \bigg(\frac{49}{4},24\bigg)$$