Can someone please show me to solve the roots for the following equation
$9x^2-8x-1 < 0 $
I am getting the root as below
$(x-9)(x+1)$ then getting $x = 9 ,~x = -1$ , which is wrong.
I have solved is as follows
Multiplication should give the value $-9$
Addition should give the value $-8$
So $(x-9)(x+1)$ is satisfying the above. Please tell me what am I doing wrong.