If we have a matrix $(A-\lambda I)$ which is:
$\left( \begin{array}{ccc} 1-\lambda & -1 & 2 \\ -1 & 1-\lambda & 2 \\ 2 & 2 & 2-\lambda \\ \end{array} \right) $
Then it's determinant can be written as : $(-1)^n(\lambda-\lambda_1)(\lambda-\lambda_2)(\lambda-\lambda_3)$. In this case what will $\lambda_1$,$\lambda_2$ and $\lambda_3$ be equal to? And how do we determine it's value given that the matrix is symmetric?
You could simply expand the determinant, which is not that much work for a $3\times 3$.
Or you could set $\lambda=0$ and guess the eigenvalues of the resulting matrix, for example $(1\,{-1}\,0)^T$ and $(1\,1\,1)^T$ are obvious eigenvectors of eigenvalue $2$. The fact that the matrix is symmetric guarantees us that all eigenvalues will be real.