If $x^2-2<\frac{7}{2}x$ then what is the solution set for $x$?
I have most of the problem done, I just don't know how to lay out my answer. The answer is supposed to be $$\boxed{-\frac12<x<4}$$
First, I rewrote the problem saying $x^2-\frac{7}{2}x-2<0$, and to be able to conveniently factor it I decided to multiply both sides by 2:
$$2x^2-7x-4<0$$
$$(2x+1)(x-4)<0$$
$$x<-\frac12, x<4, \ \text{or}\ (-\infty, -\frac12) \cup (-\infty, 4)$$
I know that doesn't make sense because that's the solution set for the equation less than $0$, when really we want to find the solution set for it less than $\frac72x$. So how do I get the above solution? Would it suffice to just draw a number line and say if all values less than $-\frac12$ and all values greater than $4$ turn the equation to $<0$ then it must be values between $-\frac12 \ \text{and} \ 4$?

The inequality is $(x-\frac 7 4)^{2}<2+\frac {49} {16}$. This means $-r <x-\frac 7 4 <r$ where $r=\sqrt {2+\frac {49} {16}}=\frac 9 4$. Can you continue?