Concept:Matrix multiplication gives a system of linear equations. Solve for y using elimination.Explanation:Multiply the matrices to form two equations.5x−6y=7...(1)2x−7y=−11...(2)Eliminate x by making its coefficients equal.Multiply (1) by 2:10x−12y=14...(3)Multiply (2) by 5:10x−35y=−55...(4)Subtract (4) from (3):(10x−12y)−(10x−35y)=14−(−55)23y=69y=2369=3Answer:y=3, so the correct option is C.