Question
Solve the system of linear equations using Cramer’s rule:
Solution — Step by Step
For a system and :
The coefficient determinant (D) and modified determinants (, ) are:
For our equations (; ):
Since , the system has a unique solution.
Replace the first column (coefficients of ) with the constants:
Replace the second column (coefficients of ) with the constants:
Verification: ✓
✓
Why This Works
Cramer’s rule provides a direct formula for the solution of a linear system using determinants. It comes from the theory of matrices: if , then , which can be expressed using the adjugate matrix. For a 2×2 system, this simplifies to the determinant formula.
The key insight: is the determinant of the coefficient matrix. If , the matrix is invertible and the system has a unique solution. The values and are obtained by replacing the column of the variable being solved with the constants column.
Geometrically, each equation represents a straight line, and the solution is the unique point where the two lines intersect.
Alternative Method
Substitution method (for comparison):
From the second equation:
Substituting into the first:
Then
Same answer. Cramer’s rule is more systematic for larger systems (3×3 and beyond) and avoids the algebraic manipulation of substitution.
For CBSE Class 12 determinants chapter, Cramer’s rule questions are standard 4-mark problems. The systematic approach (find D, Dx, Dy, then compute ratios) is safer than substitution for board exams because each step is clearly examinable. Always write out each determinant expansion in full — the calculation for D, Dx, and Dy each earns partial marks. If D = 0, state that the system either has no solution or infinitely many solutions (you need to investigate further).
Common Mistake
The most common error in Cramer’s rule is the column replacement. For , replace the x-column (first column) with constants. For , replace the y-column (second column) with constants. Students often replace the wrong column, swapping and . A good check: if you compute both and and verify them in the original equations, a column-swap error will show up immediately. Always verify your answer in both equations.