You can put this solution on YOUR website! How do I use cramer's rule to solve the system of equation:
-3x-4y=9
9x+10y=-3
----
The coefficient matrix determinant = (-3*10)-(-4*9) = 6
----
The X-matrix determinant = (9*10)-(-3*-4) = 78
The Y-matrix determinant = (-3*-3)- (9*9) = 9-81 = -72
--------
x = 78/6 = 13
y = -72/6 = -12