Suppose we want to specify the region given inside the parabolas
\begin{equation*}
y = x^2-3 \qquad \text{and} \qquad y=-x^2+5
\end{equation*}
We can start by graphing the two parabolas.
We notice \((0,0)\) is inside the region we desire. (Pro tip: Always use \((0,0)\text{,}\) when possible, for a check.) So, substituting into the equations we get the false statements
\begin{equation*}
0 = -2 \qquad \text{and} \qquad 0=2.
\end{equation*}
Thus, because 0 is in fact larger than \(-2\text{,}\) the first statement tells us we need to specify that \(y > x^2-3\) and, likewise, the second statement tells us that \(y < -x^2+5 \text{.}\) We can express this in one equation via
\begin{equation*}
x^2-3 < y < -x^2+5.
\end{equation*}
To be more specific we should give bounds on \(x\text{.}\) From the graph it appears possible that \(x\) stays between \(2\) and \(-2\text{.}\)

Letβs verify this algebraically. Setting the equations together we obtain
\begin{align*}
x^2-3 & = -x^2+5 \\
2x^2-8 & = 0 \\
x^2-4 & =0 \\
(x-2)(x+2) & = 0
\end{align*}
Thus to specify the region we indeed should have \(-2 < x < 2\text{.}\) Hence the region inside the parabolas is more appropriately given by the inequalities
\begin{equation*}
x^2-3 < y < -x^2+5 \qquad \text{and} \qquad -2 < x < 2 \text{.}
\end{equation*}