Let $A$ be a matrix of size $5$ (real values) and real $\lambda_{1}$, $\lambda_{2}$, $\lambda_{3}$, such that:
vector $(1,1,1,1,1)$ is eigenvector of $A$ corresponding to eigenvalue $\lambda_{1}$
vector $(1,2,3,4,5)$ is eigenvector of $A$ corresponding to eigenvalue $\lambda_{2}$
vector $(1,3,5,7,9)$ is eigenvector of $A$ corresponding to eigenvalue $\lambda_{3}$
Prove that vector $(43,53,63,73,83)$ is eigenvector of $A$ corresponding to eigenvalue $3\lambda_1 + 5\lambda_2 - 7\lambda_3$.
I know that this set of eigenvectors is not lineary independent and I think that this might be important but I don't know how to use this information.
Let $v_1, v_2, v_3, v_4$ be vectors mentioned in exercies(in order).
We have $v_3$ = $2v_2 - v_1$
$A(2v_2 - v_1) = \lambda_3(2v_2 - v_1)$
$2\lambda_2v_2 - \lambda_1v_1 = 2\lambda_3v_2 - \lambda_3v_1$
$v_2(2\lambda_2 - 2\lambda_3) + v_1(\lambda_3 - \lambda_1) = 0$
$\lambda_1 = \lambda_2 = \lambda_3$
$3\lambda_1 + 5\lambda_2 -7\lambda_3 = \lambda_1$
$Av_4 = A(av_1 + bv_2 + cv_3)$
$Av_4 = \lambda_1(av_1 + bv_2 + cv_3)$
This is my solution to this problem, because I am almost sure that this exercies is not bogus. If this solution is wrong i would appreciate feedback, if it is right it will be amazing if somebody could tell why counterexample in previous answer is wrong.