Things You'll Need
Instructions
Write down the system of the equations with two variables; for example:
2X - 5Y = 10
3X + 8Y =25
The equation coefficients are: a1=2, b1=-5, c1=10, a2=3, b2=8 and c2=25.
Calculate the determinant of the first matrix using the expression: a1 x b2 - a2 x b1. In this example, the determinant is: 2 x 8 - 3 x (-5) = 31.
Calculate the second determinant using the expression: c1 x b2 - c2 x b1. In this example, the determinant is: 10 x 8 - 25 x (-5) = 205.
Calculate the third determinant using the expression: a1 x c2 - a2 x c1. In this example, the determinant is: 2 x 25 - 3 x 10 = 20.
Divide the second determinant by the first one to calculate the value of the variable "X." In this example: "X" is 205/31 = 6.613.
Divide the third determinant by the first one to calculate the value of the variable "Y." In this example: "Y" is 20/31 = 0.645.