$K$ is a $3 \times 3$ real symmetric matrix such that $K = K^3$. Furthermore, we are given that:
\begin{align*} K(1, 1, 1) \ \ & = \ \ (0, 0, 0) \\ K(1, 2, -3) \ \ & = \ \ (1, 2, -3) \end{align*}
So we know that $0, 1$ are two of the eigenvalues of $K$. What can I do to ascertain that the last eigenvalue is $0, 1$ or something else?
\begin{align*} \det(K - \lambda I ) \ \ & = \ \ -\lambda(1 - \lambda)(c - \lambda) \\ & = \ \ -\lambda(\lambda - 1)(\lambda - c) \\ & = \ \ -\lambda^3 +(c + 1)\lambda^2 - c \lambda \\ \\ K^3 - K \ \ & = \ \ K(K - 1)(K + 1) \end{align*}
If I know for sure that $K$ is not idempotent, then I know that $c = -1$: \begin{align*} \det (K - \lambda I) - K^3 + K \ \ = \ \ (c+1)K^2 - (c+1)K \ \ = \ \ 0 \end{align*} But since it was not given explicitly, I don't think this will work.