The setup is as follows,
Let $p(x) = x^n+a_{n-1}x^{n-1}+...+a_0 \in F[x]$ be a non-constant polynomial of degree $n$. Then $V$ is the quotient $\frac{F[x]}{(p(x))}$, which is an $n$ dimensional vector space over $F$. We let $m_x$ denote the linear map of $V$ given by multiplication by $x$, and we want to show that that $\det(t \cdot id_V-m_x) =p(t)$.
Here $id_V$ is just the identity map of $V$. I don't have any idea where to start here. I've seen the determinant as an element of $\Lambda^k(V)$ where this denotes the set of alternating and $k$-multilinear forms from $V^k$ into $F$, as well as the explicit definition as the sum over permutations of $S_n$, but I don't see how I'm supposed to use this information here. Anything hint or insight is appreciated.