Let $\mathbb{F}_q$ be a finite field with $q$ odd, let $x\in\mathbb{F}_q$ and define the Legendre symbol for $\mathbb{F}_q$ as \begin{equation} \left(\frac{x}{\mathbb{F}_q} \right) = \begin{cases} \phantom{-}1 & \text{if $t^2=x$ has a solution $t\in\mathbb{F}_q^*$}\;,\\ -1 & \text{if $t^2=x$ has no solution $t\in\mathbb{F}_q$}\;,\\ \phantom{-}0 & \text{if } x=0\;. \end{cases} \end{equation}
How do I see that $$ \left( \frac{x}{\mathbb{F}_q} \right) = x^{(q-1)/2} $$ as elements of $\mathbb{F}_q$? This is left as an exercise in "Elliptic Curves - Number Theory and Cryptography" by Washington but I need it in a proof and I can't seem to figure it out.
Any help is greatly appreciated.