
Patrick B. answered 08/07/19
Math and computer tutor/teacher
p = {+-1, +-2}
q = {+-1}
p/q = {+-1,+-2}
None of them work, so there are no rational solutions.
The solutions must be found numerically, perhaps by examining the graph.
One solution is x=0.226 the other is x=2.738
the other two solutions are complex/imaginary.
the lower bound is zero and the upper bound is 3.
So a numerical algorithm can use the interval [0,3] as starting approximation.