Cramer's Rule - Solving Linear Systems
1️⃣ Understand Cramer's Rule for solving linear equation systems
2️⃣ Learn how to form matrices and calculate determinants
3️⃣ Master the steps for computing 2×2 determinants
4️⃣ Apply the formula to find values of x and y
5️⃣ Solve practical examples step by step
Cramer's Rule is a method for solving systems of linear equations using determinants. This technique provides an alternative to other methods like substitution, elimination, or matrix inverse methods.
General System of Equations
A system of two linear equations with two unknowns x and y
The first step is to arrange the equations so that the x variables are aligned under each other, and the y variables are aligned under each other.
Example for Illustration
After arrangement:
Now we can easily form the matrices
We form three matrices: the main matrix, the x-matrix, and the y-matrix.
The Three Matrices
Main Matrix
Variable coefficients
X Matrix
Replace x column
Y Matrix
Replace y column
We calculate the determinant of each matrix using the 2×2 determinant formula.
Calculating Determinants
Calculate Main Determinant (D):
Calculate X Determinant (D_x):
Calculate Y Determinant (D_y):
Now we apply Cramer's Rule to find the values of x and y.
Let's verify our solution by substituting the values back into the original equations.
Verification
First equation:
%20%2B%202(0.8)%20%3D%205.4%20%2B%201.6%20%3D%207%7D)
✓
Second equation:

✓
Solution is correct: x = 1.8, y = 0.8
🧠 Summary of Steps
Cramer's Rule Steps
- Arrange equations - Align like variables under each other
- Form main matrix - From variable coefficients
- Form variable matrices - By replacing columns
- Calculate determinants - Use 2×2 formula
- Apply the rule - x = D_x/D, y = D_y/D
- Verify solution - Substitute back into original equations
🎯 Important Rules
- Solution condition: Main determinant D ≠ 0 (otherwise no unique solution exists)
- Equation arrangement: Essential before forming matrices
- Column replacement: To form variable matrices, replace the appropriate column
- Determinant rule: For 2×2 matrix is ad - bc
- Verification is essential: Always check your solution