William W. answered 08/23/21
Top Pre-Calc Tutor
Cramer's rule uses a set of determinants to calculate the values of "x" and "y" like this:
Given that a set of equations is in the form:
a1x + b1y = c1
a2x + b2y = c2
this set of equations has determinants defined as:
(Notice how D is the determinant of the coefficients, Dx is that same determinant except the "x" coefficients were replaced with the constant terms, and Dy is that same determinant except the "y" coefficients were replaced with the constant terms.)
Then x = Dx/D and y = Dy/D
To calculate the values of each determinant, you multiply the upper left and lower right numbers then subtract the product of the upper right and lower left. So:
D = (2)(1) - (3)(-1) = 2 - -3 = 5
Dx = (1)(1) - (3)(-3) = 1 - -9 = 10
Dy = (2)(-3) - (1)(-1) = -6 - -1 = -5
So x = 10/5 = 2
and y = -5/5 = -1
Nudar H.
Thank you so much08/26/21
Adam B.
08/23/21