Is there any easy way to see the following?
Let $n\in\mathbb{N}$. Let $a,b\in\mathbb{R}$ s.t. $a < b$. Then, there exists $q\in\mathbb{Q}$ s.t. $a<q<b$ and $p(x) = x^n - q$ is irreducible over $\mathbb{Q}[x]$.
That is, given a degree $n$ and an open real interval $I$, we can always find some rational $q\in I$ s.t. the polynomial $p(x) = x^n - q$ is irreducible over $\mathbb{Q}[x]$.
My current solution (using the binomial irreducibility criteria given here - Is the polynomial $x^{105} - 9$ reducible over $\mathbb{Z}$?) seems like overkill.
Thank you!