Answer:
Determinant of matrix = 12
Explanation:
rewrite this system with matrices
[{4 , -3]
[8, -3]]
determinant = 4*(-3) - (-3)*8 = -12 + 24 = 12
are you finding the inverse too?
the system should look like A* v = C
where matrix A is
[{4 , -3]
[8, -3]]
and V = [x , y] vector
C = [-8, 12] vector