Let be a function $f \colon \Bbb R\to \Bbb R$ given from:
$$f(x)=x^3+\sqrt{x^6+1}+\frac{1}{x^3-\sqrt{x^6+1}}$$
What is the value of $f(1999)$?
To me, it immediately seemed strange that it was necessary to calculate $f(1999)$. With a calculator everything would come easy. Since this question concerns high school students I have done the rationalization of $\frac{1}{x^3-\sqrt{x^6+1}}$ and I have found something very interesting. In fact
$$\frac{1}{x^3-\sqrt{x^6+1}}=\frac{1}{x^3-\sqrt{x^6+1}}\cdot\frac{x^3+\sqrt{x^6+1}}{x^3+\sqrt{x^6+1}}=\frac{x^3+\sqrt{x^6+1}}{-1}$$
because $(x^3-\sqrt{x^6+1})(x^3+\sqrt{x^6+1})=-1$
Thus $$f(x)=x^3+\sqrt{x^6+1}-x^3-\sqrt{x^6+1}=0$$ and $f(1999)=0$ because $f(x)=0, \forall x\in\Bbb R$. Is it correct?