Answer:
The correct option is C) (4,4)
Explanation:
Given linear system is :


Solve using Gauss - jordan elimination
It is an algorithm that can be used to solve systems of linear equations and to find the inverse of any invertible matrix.


Divide row(1) by -1

Add row(1) to row(2)

Divide row(2) by -3

Add (6 * row(2) ) to row(1)

Hence the corresponding values of x and y are (4, 4)
Therefore, the correct option is C) (4,4)