I found this competition math problem that I haven't been able to solve.
If $4^x + 4^{-x} = 5$, find $8^x + 8^{-x}$.
Setting $a = 4^x$, we see the problem is equivalent to saying:
If $a + a^{-1} = 5$, find $a^{3/2} + a^{-3/2}$.
So $a$ is the solution to the quadratic equation $a^2 - 5a+ 1 = 0$. Explicitly, $a = \frac{5 + \sqrt{21}}{2}$, which is a unit in the ring integers of $\mathbb Q(\sqrt{21})$. The expression $a+a^{-1}$ is then equal to the trace of $a$. Then $a^{3/2} + a^{-3/2}$ should be another trace.
I would love to see if there is a nice solution to this problem using algebraic number theory. But it should also be possible to solve using elementary methods, since it is a high school competition math problem.