Worked solution
Find the smallest entry in row
Row reduction subtracts the smallest entry of a row from every entry of that row.
Subtract the row minimum throughout the matrix
Doing this for every row is the first stage of the Hungarian algorithm.
State the required entry
This is the entry of the row-reduced matrix in that position.