Cramer’s rule comes from the theory of determinants. Each variable equals the ratio of two determinants: the numerator determinant is formed by replacing the column of that variable’s coefficients with the column of constants, and the denominator is always D (the coefficient determinant).
The rule works when D=0, which means the coefficient matrix is invertible and the system has a unique solution. If D=0, the system either has infinitely many solutions or no solution — Cramer’s rule cannot distinguish between these cases.
Alternative Method — Matrix inversion
Write the system as AX=B, where A is the coefficient matrix. Then X=A−1B.
For a 3×3 system, computing A−1 involves finding the adjoint matrix and dividing by ∣A∣. Cramer’s rule is essentially doing this calculation column by column, which is often faster for a single system.
For JEE Main, Cramer’s rule for 3×3 systems is manageable if you’re fast with 3×3 determinants. Practice expanding determinants along the row/column with the most zeros — this speeds up calculation significantly. If D=0, switch to row reduction instead.
Common Mistake
The most common error: when computing D1, D2, D3, students replace the wrong column. Remember — D1 replaces the first column (x-coefficients) with the constants, D2 replaces the second column (y-coefficients), and D3 replaces the third column (z-coefficients). A column replacement error gives completely wrong values for all three variables.
Want to master this topic?
Read the complete guide with more examples and exam tips.