Question 770534
I am not understanding how to solve for x in a matrix. The problem I am looking at is: SOLVE FOR X, GIVEN THAT
|-5 0 -1|
|2  1  0|=4
|x  3  0|
----------
Assuming 4 is the determinant (nothing else makes sense),
Expand by minors.
---
x*(0+1) - 3*(0+2) + 0 = 4
x - 6 = 4
x = 10