I know how to solve quadratic inequalities but I can't figure out how to solve $$\frac{3x^2-8x+5}{4x^2-3x+7} > 0$$ for all real $x$. Help would be appreciated
2026-03-29 13:41:05.1774791665
On
Solve for all real $x$: $(3x^2-8x+5)/(4x^2-3x+7) > 0$
56 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
4
There are 4 best solutions below
3
On
Solve the pair of systems $$\begin{cases}3x^2-8x+5>0\\ 4x^2-3x+7>0\end{cases}\lor \begin{cases}3x^2-8x+5<0\\ 4x^2-3x+7<0\end{cases}$$ with your favourite method.
$4x²-3x+7>0$ since the discriminant is negative and if we evaluate it at 0 for example the result is 7 which is positive. Therefore your inequality is equivalent to $3x^2-8x+5>0$ which is easy to solve. Note that $$3x^2-8x+5=(x-1)(3x-5)>0\iff x\in(-\infty,1)\cup(\frac53,\infty)$$