I would like someone to verify my answer to the following question:
Let $f(x) = 2x^4-7x^3-13x^2+68x-30$. Could $f$ have a rational zero between $5$ and $6$? If so, what? If not, tell why not.
My answer:
$f(5) = 360$, $f(6) = 990$
Therefore, $f$ does not have a rational zero between $5$ and $6$ because one of the corollaries of Intermediate value theorem states the following:
If a continuous function has values of opposite sign inside an interval, then it has root in that interval.
But in this case, the signs of the values did not change and therefore, again, $f$ does not have a rational zero.
Is my argument correct? Please send me your suggestions.


You are right in thinking that if you could prove $f$ has no roots in the interval $(5, 6)$ then surely $f$ would have no rational roots in that interval. But if $f$ had a real, irrational root in $(5, 6)$ then you'd be stuck. For example, the slightly modified polynomial $$g(x) = 2x^4 - 7x^3 - \color{red}{31}x^2 + 68x - 30$$ has $g(5) = -90$ and $g(6) = 342$, so by IVT there is a root between $5$ and $6$ (it's $5.312...$). How can we tell if it's rational or not? Here's a technique that answers the question without appealing to continuity.
The rational root theorem says that if $f$ is a polynomial with integer coefficients and if $f(r/s) = 0$ for some rational number $r/s$ in lowest terms, then $r$ divides the constant term of $f$ and $s$ divides the leading term of $f$. Thus, any rational root of your $f$ has to have $r$ a divisor of $30$ and $s$ a divisor of $2$. So, $s \in \{1, 2\}$ and $r \in \{1, 2, 3, 5, 6, 10, 15, 30\}$. Forming all possible combinations $r/s$ we see that none of them lies between $5$ and $6$. So $f$ has no rational root there. (If "between" is supposed to include the endpoints, then, as you have already checked, $f(5)$ and $f(6)$ are not zero.)