Let there be a matrix A = $\begin{bmatrix} 8 & 7 & 5 \\ 4 & 5 & 6 \\ 7 & 8 & λ \end{bmatrix}$.
Find the λ value, for which matrix A has a rank(A) = 2.
First I need to do the reduced row echelon form (I guess). Should I start by dividing the first row by 8 or by substracting the third row from the first? Will the result be the same? How should I proceed with the information rank(A) = 2 given?
You want to process by Gauss-Jordan elimination. So you want to find the set of elementary operations to find the rank.
I recommend starting with the following operations:
See more here: https://en.wikipedia.org/wiki/Gaussian_elimination