Below is the solution to a problem where you have to find four intervals of length $1/16$ that contain roots of $p(x)$.
Apparently,
Since the cubic and quadratic terms have large negative coefficients, we suspect that the other two roots are close to x=1.
My problem with this is, if you make some roots within $0.0001$ "distance" of each other, there's no way on an exam you can use IVT and bisection method (the problem statement said we should use them) to find those two intervals of length $1/16$. Or even 0.1, it leaves you guessing all over the place.
Also, In Desmos I graphed the same function, but with even more negative coefficients for the cube and square and lo and behold, the roots were not around 1 anymore, unlike in the solution statement.
Is the solution's argument absurd, or am I missing something important? How would one solve this painlessly in a calculator-less, exam situation?

$$225 x^4-210 x^3-812 x^2+706 x+315=0$$ $$(3 x-5) (3 x+1) (5 x-7) (5 x+9)=0$$
$$x_1=-\frac{9}{5},x=_2-\frac{1}{3},x_3=\frac{7}{5},x_4=\frac{5}{3}$$
Hope this helps