If $F$ is a field and $a \neq 0$ is a zero of $f(x) = a_{0} + a_{1}x + · · · + a_{n}x ^n$ in $F[x]$, Then $1/a$ is a zero of $a_{n} + a_{n−1}x + · · · + a_{0}x^{n}$.
I thought of this -
As $a$ is a zero of $f(x)$ so $f(a) = a_{0} + a_{1}a + · · · + a_{n}a ^n = 0$ Now as $a \in F$ so inverse of $a$ that is $a^{-1} = 1/a$ exists in $F$,somultiplying $a^{-1}$ to both sides of the above equation $n$ times we would get $a_{n} + a_{n−1}(a^{-1}) + · · · + a_{0} = 0$ implying $a^{-1}$ is the zero of $a_{n} + a_{n−1}x + · · · + a_{0}x^{n}$.
Is this approach correct?