Find the eigenvectors of the matrix
$$\displaystyle\begin{bmatrix} 0 &2 &3 \\ -2 &0 &5 \\ -3 &-5 &0 \end{bmatrix}.$$
So I start with $|A-\lambda I|=0$
$$\begin{bmatrix} -\lambda &2 &3 \\ -2 &-\lambda &5 \\ -3 &-5 &-\lambda \end{bmatrix}=0$$
$$-\lambda(\lambda^2+25)-2(2\lambda+15)+3(10-3\lambda)=0 $$
$$\lambda^3+38\lambda=0$$
The given eigenvalue is -2, which is later used for finding the eigenvector. My equation won't give -2. This is also a part of a multiquestion series, so I cannot think that the question has something wrong in it.
What did I do wrong here ?
Wolfram alpha confirms that $\lambda = -2$ is not an eigenvalue and your characteristic polynomial seems correct. Are you sure it is written correctly?