Solve the following system of equations using Cramer’s Rule:
x+y+z=62x−y+z=3x+2y−z=2
Solution — Step by Step
The main determinant D uses the coefficients of x, y, z from the left-hand side. We must check D=0 before proceeding — if D=0, Cramer’s Rule doesn’t apply (the system is either inconsistent or dependent).
To find x, replace the first column with the RHS column (6,3,2). This is the core idea behind Cramer’s Rule: each variable gets its own determinant where its coefficient column is swapped out.
Cramer’s Rule is a direct application of the fact that the determinant measures “volume scaling.” When we replace a column with the RHS vector, the ratio Dx/D isolates exactly how much each variable contributes — it’s essentially solving a linear transformation problem geometrically.
The formula works because the system AX=B has a unique solution when det(A)=0, and we can express each variable as a ratio of two determinants. The numerator determinant captures the effect of the RHS on that specific variable’s dimension.
This method shines when we need just one variable from a large system — we can compute a single Di instead of row-reducing the whole matrix. In JEE problems, this often saves 2-3 minutes compared to Gaussian elimination.
Alternative Method: Row Reduction
We can also solve this by augmenting the matrix [A∣B] and reducing to echelon form.
1211−1211−1∣∣∣632
R2→R2−2R1 and R3→R3−R1:
1001−311−1−2∣∣∣6−9−4
R2→R2/(−3) gives R2=[0,1,1/3,∣3], then eliminate and back-substitute to get the same x=1,y=2,z=3.
For JEE Main, Cramer’s Rule is typically faster when the question directly asks “use determinants” or gives a 3×3 system. Row reduction is better when you suspect no solution or infinite solutions, since you can spot the contradiction earlier.
Common Mistake
The most common error is putting the RHS column in the wrong position. For Dy, students sometimes replace Column 1 instead of Column 2, or mix up column order after swapping. Write out the rule explicitly: for x → replace Column 1; for y → Column 2; for z → Column 3. This cost marks in JEE Main 2024 Shift 1 where a similar 3-variable Cramer’s problem appeared.
A second slip: forgetting to check D=0. If D=0, don’t compute Dx — the method is invalid and the examiner will award no marks for the mechanical steps.
Want to master this topic?
Read the complete guide with more examples and exam tips.