A small business produces three products X, Y, Z. The cost of materials per unit is Rs 100, 150, 200 respectively; labour cost is Rs 50, 80, 120; and overhead is Rs 30, 40, 60. The total cost per batch (which contains a units of X, b of Y, c of Z) is Rs 18000 for materials, Rs 9100 for labour, and Rs 4500 for overhead. Find the number of units of each product.
Hmm, this gives a=−100000/10000=−10, which is negative — not physically valid. The system either has inconsistent data or our setup needs adjustment. In a real exam, this would signal the problem data is inconsistent — flag it and check.
For the final answer: working through similar Cramer’s-rule calculations for b and c would let us solve, assuming the data is consistent. The principle stands.
Why This Works
Cramer’s rule expresses each unknown as a ratio of determinants — the modified determinant (column replaced by constants) over the original. It works whenever Δ=0.
Real-world systems map directly onto matrix equations: rows are constraints, columns are variables. The determinant test (Δ=0) confirms that the system has enough independent information to pin down all variables uniquely.
For 3×3 systems, Cramer’s rule is fine. For 4×4 or larger, it becomes computationally expensive — Gaussian elimination is faster. CBSE Class 12 sticks to 3×3.
Alternative Method
Use the matrix inverse: X=A−1B. Compute A−1 via the adjoint method: A−1=Δ1adj(A). Multiply by B. Three matrix multiplications instead of three determinants.
Common Mistake
Students forget that Cramer’s rule applies only when Δ=0. If Δ=0, the system either has no solution (inconsistent) or infinitely many (dependent equations). Always compute Δ first.
Want to master this topic?
Read the complete guide with more examples and exam tips.