Prove that $\bigcap_{x\in\mathbb R}[3 - x^2, 5 + x^2]$ is contained in $[3,5]$.
By contradiction: Assume that $\bigcap_{x\in\mathbb R}[3 - x^2, 5 + x^2]$ is not contained in $[3,5]$. So, there exists $a$ such that $a$ is an element of $\bigcap_{x\in\mathbb R}[3 - x^2, 5 + x^2]$, but $a$ is not an element of $[3,5]$, so $a < 3$ or $a > 5$. Using $a < 3$, we know that there is a rational number $b > 0$ such that $a = 3-b$.
I'm not sure where to go from here to get a contradiction.
It's easier to just prove it directly. Choose any $a \in \bigcap_{x \in \mathbb R} [3 - x^2, 5 + x^2]$. We want to show that $a \in [3, 5]$. But since $a$ belongs to every interval of the form $[3 - x^2, 5 + x^2]$, we know in particular that it must belong to the interval obtained by letting $x = 0$. So $a \in [3, 5]$, as desired.