Ch 4  ·  Q–
0%
Chapter 4 Exercise 4.5 Solutions

Determinants

Step-by-Step Solutions to the NCERT Class 12 Mathematics Chapter 4 Exercise 4.5

Class 12 Mathematics Exercise 4.5 NCERT Solutions Determinants Class 12 Mathematics Chapter 4 CBSE Board Exam JEE Main CUET Matrix Method System of Linear Equations Inverse of Matrix Adjoint of Matrix Determinant of Matrix Consistency of Linear Equations Applications of Matrices
16 Questions
35–50 min Ideal time
Q1 Now at
Q1
NUMERIC3 marks
Examine the consistency of the system of equations \[ \begin{aligned} x+2y&=2\\ 2x+3y&=3 \end{aligned} \]
📘 Concept & Theory
Concept/Theory

A system of simultaneous linear equations is said to be consistent if it has at least one solution. For a system of two linear equations in two variables,

\[ a_1x+b_1y=c_1 \]
\[ a_2x+b_2y=c_2, \]
the equations can be represented in matrix form as
\[ AX=B, \]
where
\[ A= \begin{bmatrix} a_1&b_1\\ a_2&b_2 \end{bmatrix}, \quad X= \begin{bmatrix} x\\ y \end{bmatrix}, \quad B= \begin{bmatrix} c_1\\ c_2 \end{bmatrix}. \]
If
\[ |A|\neq 0, \]
then the coefficient matrix \(A\) is non-singular and the system has a unique solution. Therefore, the system is consistent.

🗺️ Solution Roadmap
Step-by-step Plan
  1. Write the given equations in matrix form \(AX=B\).

  2. Identify the coefficient matrix \(A\).

  3. Calculate the determinant \(|A|\).

  4. Check whether \(|A|\) is zero or non-zero.

  5. Since a non-zero determinant implies a unique solution, conclude whether the system is consistent.

✏️ Solution
Complete Solution
Step-by-step Solution  ·  10 steps
  1. Given — system of equations:
    \[ \begin{align} x+2y&=2 \tag{1}\\ 2x+3y&=3 \tag{2} \end{align} \]
  2. The coefficients of \(x\) and \(y\) form the coefficient matrix. Thus,
    \[A=\begin{bmatrix}1&2\\2&3\end{bmatrix}\]
  3. The variables form the column matrix
    \[X=\begin{bmatrix}x\\y\end{bmatrix},\]
    and the constant terms form
    \[B=\begin{bmatrix}2\\3\end{bmatrix}\]
  4. Therefore, the given system can be written in matrix form as
    \[\begin{bmatrix}1&2\\2&3\end{bmatrix}\begin{bmatrix}x\\y\end{bmatrix}=\begin{bmatrix}2\\3\end{bmatrix}\]
  5. For a system \(AX=B\), if
    \[|A|\neq0,\]
    then \(A\) is non-singular and the system has a unique solution. Hence, it is consistent.
  6. Now calculate the determinant of the coefficient matrix:
    \[|A|=\begin{vmatrix}1&2\\2&3\end{vmatrix}\]
  7. For a determinant of order \(2\),
    \[\begin{vmatrix}a&b\\c&d\end{vmatrix}=ad-bc\]
  8. Therefore,
    \[|A|=(1)(3)-(2)(2)\]
  9. Simplifying
    \[|A|=3-4\]
  10. Hence,
    \[|A|=-1\]
  11. Since
    \[|A|=-1\neq0,\]
    the coefficient matrix \(A\) is non-singular.
    Therefore, the system has a unique solution.
    A system having a unique solution is consistent.
    Hence, the given system of equations is consistent.
🎯 Exam Significance
Exam Significance

This question tests an important application of determinants: determining the consistency of a system of linear equations. In a CBSE board examination, students should clearly identify the coefficient matrix and calculate its determinant without skipping the intermediate steps. The key conclusion is

\[ |A|\neq0\Rightarrow\text{unique solution}\Rightarrow\text{consistent system}. \]
Writing this logical chain makes the answer complete and mathematically justified.

Significance for Competitive Entrance Examinations

The determinant criterion is frequently useful in questions involving systems of linear equations, matrices, inverse matrices, and Cramer's Rule. For a two-variable system, recognizing immediately that a non-zero determinant of the coefficient matrix guarantees a unique solution can significantly reduce calculation time. The same idea extends naturally to higher-order systems.

🔑 Key Takeaways
Key Takeaways
Key Takeaways  ·  7 points
  1. A system of linear equations can be expressed in matrix form as \(AX=B\).

  2. The coefficient matrix contains the coefficients of the variables.

  3. For a two-variable system, calculate the determinant using

    \[ \begin{vmatrix} a&b\\ c&d \end{vmatrix}=ad-bc. \]

  4. If

    \[ |A|\neq0, \]
    the coefficient matrix is non-singular.

  5. A non-singular coefficient matrix gives a unique solution.

  6. A system with a unique solution is consistent.

  7. For the present system,

    \[ |A|=-1\neq0, \]
    so the system is consistent.

↑ Top
1 / 16  ·  6%
Q2 →
Q2
NUMERIC3 marks
Examine the consistency of the system of equations\[\begin{aligned}2x-y&=5\\x+y&=4\end{aligned}\]
📘 Concept & Theory
Concept/Theory

A system of simultaneous linear equations is consistent if it has at least one solution. For a system represented in matrix form as

\[ AX=B, \]
if the determinant of the coefficient matrix satisfies
\[ |A|\neq0, \]
then \(A\) is a non-singular matrix. Consequently, the system has a unique solution and is therefore consistent.

🗺️ Solution Roadmap
Step-by-step Plan
  1. Write the given system in matrix form \(AX=B\).

  2. Identify the coefficient matrix \(A\).

  3. Calculate the determinant \(|A|\).

  4. Check whether \(|A|\) is zero or non-zero.

  5. Use the determinant criterion to conclude whether the system is consistent.

✏️ Solution
Complete Solution
Step-by-step Solution  ·  11 steps
  1. Given — system of equations
    \[\begin{aligned}2x-y&=5\\x+y&=4\end{aligned}\]
  2. Comparing these equations with the standard form
    \[a_1x+b_1y=c_1,\]
    \[a_2x+b_2y=c_2,\]
  3. we have
    \[a_1=2,\quad b_1=-1,\quad c_1=5,\]
    and
    \[a_2=1,\quad b_2=1,\quad c_2=4\]
  4. Therefore, the coefficient matrix is
    \[A=\begin{bmatrix}2&-1\\1&1\end{bmatrix}\]
  5. The variable matrix is
    \[X=\begin{bmatrix}x\\y\end{bmatrix},\]
    and the constant matrix is
    \[B=\begin{bmatrix}5\\4\end{bmatrix}\]
  6. Hence, the given system can be written in matrix form as
    \[AX=B,\]
    that is,
    \[\begin{bmatrix}2&-1\\1&1\end{bmatrix}\begin{bmatrix}x\\y\end{bmatrix}=\begin{bmatrix}5\\4\end{bmatrix}\]
  7. For the system to have a unique solution, and hence to be consistent, we require
    \[|A|\neq0.\]
  8. Now,
    \[|A|=\begin{vmatrix}2&-1\\1&1\end{vmatrix}\]
  9. Using the determinant formula
    \[\begin{vmatrix}a&b\\c&d\end{vmatrix}=ad-bc,\]
    we get
    \[|A|=(2)(1)-(-1)(1)\]
  10. Therefore,
    \[|A|=2+1\]
  11. Hence,
    \[|A|=3\]
  12. Since
    \[|A|=3\neq0,\]
    the coefficient matrix \(A\) is non-singular.
    Therefore, the system has a unique solution.
    Hence, the given system of equations is consistent.
🎯 Exam Significance
Exam Significance

This problem reinforces the determinant-based criterion for examining the consistency of a system of linear equations. In board examinations, students should explicitly form the coefficient matrix and show the determinant calculation. The decisive step is

\[ |A|\neq0, \]
which establishes that the system has a unique solution and is therefore consistent.

Significance for Competitive Entrance Examinations

For competitive examinations, the determinant criterion provides a quick way to classify a system without necessarily solving for \(x\) and \(y\). Recognising that

\[ |A|\neq0 \]
immediately implies a unique solution can save substantial calculation time in questions involving matrices, determinants, inverse matrices, and systems of linear equations.

🔑 Key Takeaways
Key Takeaways
Key Takeaways  ·  6 points
  1. The system can be represented as \(AX=B\).

  2. The coefficient matrix is

    \[ A= \begin{bmatrix} 2&-1\\ 1&1 \end{bmatrix} \]

  3. Its determinant is

    \[ |A|=(2)(1)-(-1)(1)=3. \]

  4. Since

    \[ |A|=3\neq0, \]
    the matrix \(A\) is non-singular.

  5. A non-singular coefficient matrix gives a unique solution.

  6. A system having a unique solution is consistent.

← Q1
2 / 16  ·  13%
Q3 →
Q3
NUMERIC3 marks
Examine the consistency of the system of equations \[\begin{aligned}x+3y&=5\\2x+6y&=8\end{aligned}\]
📘 Concept & Theory
Concept/Theory

A system of simultaneous linear equations is consistent if it has at least one solution. For a system

\[ AX=B, \]
where \(A\) is the coefficient matrix, the condition
\[ |A|\neq0 \]
guarantees a unique solution and hence consistency.

However, when

\[ |A|=0, \]
the coefficient matrix is singular. In this case, the system may either have infinitely many solutions or no solution. Therefore, the determinant being zero alone is not sufficient to conclude that the system is inconsistent. The equations must be examined further.

For two linear equations

\[ a_1x+b_1y=c_1 \]
and
\[ a_2x+b_2y=c_2, \]
the system is inconsistent when
\[ \frac{a_1}{a_2}=\frac{b_1}{b_2}\neq\frac{c_1}{c_2}. \]
Geometrically, this represents two distinct parallel lines.

🗺️ Solution Roadmap
Step-by-step Plan
  1. Write the given equations in matrix form \(AX=B\).

  2. Identify the coefficient matrix \(A\).

  3. Calculate \(|A|\).

  4. Since \(|A|=0\), do not conclude inconsistency immediately.

  5. Compare the ratios of the coefficients and constant terms.

  6. Use the consistency criterion to determine whether the system has a solution.

✏️ Solution
Complete Solution
Step-by-step Solution  ·  11 steps
  1. Given — system of equations
    \[\begin{aligned}x+3y&=52x+6y&=8\end{aligned}\]
  2. The coefficient matrix is
    \[A=\begin{bmatrix}1&3\\2&6\end{bmatrix}\]
  3. The variable matrix is
    \[X=\begin{bmatrix}x\\y\end{bmatrix},\]
    and the constant matrix is
    \[B=\begin{bmatrix}5\\8\end{bmatrix}\]
  4. Therefore, the system can be written as
    \[AX=B,\]
    that is,
    \[\begin{bmatrix}1&3\\2&6\end{bmatrix}\begin{bmatrix}x\\y\end{bmatrix}=\begin{bmatrix}5\\8\end{bmatrix}\]
  5. Now calculate the determinant of the coefficient matrix:
    \[|A|=\begin{vmatrix}1&3\\2&6\end{vmatrix}\]
  6. Using
    \[\begin{vmatrix}a&b\\c&d\end{vmatrix}=ad-bc,\]
    we obtain
    \[|A|=(1)(6)-(3)(2)\]
  7. Hence,
    \[|A|=6-6=0.\]
  8. Thus, the coefficient matrix \(A\) is singular. Therefore, we must examine the equations further to determine whether the system is consistent or inconsistent.
  9. Comparing the coefficients of the two equations, we have
    \[a_1=1,\quad b_1=3,\quad c_1=5,\]
    and
    \[a_2=2,\quad b_2=6,\quad c_2=8.\]
  10. Now calculate the required ratios:
    \[\frac{a_1}{a_2}=\frac{1}{2},\]
    \[\frac{b_1}{b_2}=\frac{3}{6}=\frac{1}{2},\]
    and
    \[\frac{c_1}{c_2}=\frac{5}{8}\]
  11. Therefore,
    \[\frac{a_1}{a_2}=\frac{b_1}{b_2}=\frac{1}{2},\]
    but
    \[\frac{c_1}{c_2}=\frac{5}{8}\]
  12. Since
    \[\frac{a_1}{a_2}=\frac{b_1}{b_2}\neq\frac{c_1}{c_2},\]
    the two equations represent distinct parallel lines.
    Hence, the two equations have no common solution.
    Therefore, the given system of equations is inconsistent.
🎯 Exam Significance
Exam Significance

This question highlights an important point that is frequently tested in board examinations: when

\[ |A|=0, \]
the system cannot be classified as inconsistent merely from the determinant. Students must apply the complete consistency criterion. The correct conclusion follows from
\[ \frac{a_1}{a_2}=\frac{b_1}{b_2}\neq\frac{c_1}{c_2}. \]
Showing these ratios explicitly makes the reasoning complete and avoids the common error of treating \(|A|=0\) as an automatic indication of inconsistency.

Significance for Competitive Entrance Examinations

This distinction is particularly important in competitive examinations. A zero determinant indicates that the coefficient matrix is singular, but it does not by itself distinguish between infinitely many solutions and no solution. Recognising the ratio criterion quickly allows students to classify the system without solving the equations completely.

🔑 Key Takeaways
Key Takeaways
Key Takeaways  ·  7 points
  1. The coefficient matrix is

    \[A=\begin{bmatrix}1&3\\2&6\end{bmatrix}.\]

  2. \[ |A|=(1)(6)-(3)(2)=0. \]

  3. A zero determinant means that the coefficient matrix is singular; it does not automatically mean that the system is inconsistent.

  4. The relevant ratios are

    \[ \frac{a_1}{a_2}=\frac{1}{2},\quad \frac{b_1}{b_2}=\frac{1}{2},\quad \frac{c_1}{c_2}=\frac{5}{8}. \]

  5. Since

    \[ \frac{a_1}{a_2}=\frac{b_1}{b_2}\neq\frac{c_1}{c_2}, \]
    the system has no solution.

  6. The two equations represent distinct parallel lines.

  7. Hence, the given system is inconsistent.

← Q2
3 / 16  ·  19%
Q4 →
Q4
NUMERIC3 marks
Write the given system of equations in matrix form and examine its consistency. \[\begin{aligned}x+y+z&=1\\2x+3y+2z&=2\\ax+ay+2az&=4\end{aligned}\]
📘 Concept & Theory
Concept/Theory

A system of three simultaneous linear equations can be expressed in the matrix form

\[ AX=B, \]
where \(A\) is the coefficient matrix, \(X\) is the column matrix of variables, and \(B\) is the column matrix of constants.

If

\[ |A|\neq0, \]
then \(A\) is non-singular and the system has a unique solution. Therefore, the system is consistent.

If \(|A|=0\), the coefficient matrix is singular, and further analysis is required to determine whether the system has infinitely many solutions or no solution.

🗺️ Solution Roadmap
Step-by-step Plan
  1. Write the given system in the form \(AX=B\).

  2. Identify the coefficient matrix \(A\).

  3. Calculate the determinant \(|A|\) by expanding along the first row.

  4. Simplify the determinant to obtain a condition on the parameter \(a\).

  5. Use the condition \(|A|\neq0\) to determine when the system is guaranteed to be consistent.

✏️ Solution
Complete Solution
Step-by-step Solution  ·  22 steps
  1. Given — system of equations
    \[\begin{aligned}x+y+z&=1\\2x+3y+2z&=2\\ax+ay+2az&=4\end{aligned}\]
  2. Comparing the equations with the standard matrix equation
    \[AX=B,\]
    the coefficients of \(x,y,z\) form the coefficient matrix
    \[A=\begin{bmatrix}1&1&1\\2&3&2\\a&a&2a\end{bmatrix}\]
  3. The variable matrix is
    \[X=\begin{bmatrix}x\\y\\z\end{bmatrix},\]
    and the constant matrix is
    \[B=\begin{bmatrix}1\\2\\4\end{bmatrix}\]
  4. Therefore, the system can be written in matrix form as
    \[\boxed{\bbox[5pt]{\begin{bmatrix}1&1&1\\2&3&2\\a&a&2a\end{bmatrix}\begin{bmatrix}x\\y\\z\end{bmatrix}=\begin{bmatrix}1\\2\\4\end{bmatrix}}}\]
  5. For the system to have a unique solution, and hence to be consistent, we require
    \[|A|\neq0.\]
  6. Now,
    \[|A|=\begin{vmatrix}1&1&1\\2&3&2\\a&a&2a\end{vmatrix}\]
  7. Expansion Along the First Row
  8. Expanding the determinant along the first row, we obtain
    \[\begin{aligned}|A|&=1\begin{vmatrix}3&2\\a&2a\end{vmatrix}-1\begin{vmatrix}2&2\\a&2a\end{vmatrix}+1\begin{vmatrix}2&3\\a&a\end{vmatrix}\end{aligned}\]
  9. Evaluate each determinant separately:
    \[\begin{vmatrix}3&2\\a&2a\end{vmatrix}=(3)(2a)-(2)(a)\]
  10. Hence,
    \[\begin{vmatrix}3&2\\a&2a\end{vmatrix}=6a-2a=4a\]
  11. Similarly,
    \[\begin{vmatrix}2&2\\a&2a\end{vmatrix}=(2)(2a)-(2)(a)\]
  12. Therefore,
    \[\begin{vmatrix}2&2\\a&2a\end{vmatrix}=4a-2a=2a\]
  13. Finally,
    \[\begin{vmatrix}2&3\\a&a\end{vmatrix}=(2)(a)-(3)(a)\]
  14. Thus,
    \[\begin{vmatrix}2&3\\a&a\end{vmatrix}=2a-3a=-a\]
  15. Substituting these values into the expansion,
    \[\begin{aligned}|A|&=4a-2a+(-a)\\&=4a-2a-a\\&=2a-a\\&=a\end{aligned}\]
  16. Hence,
    \[\boxed{\bbox[5pt]{|A|=a}}\]
  17. For the coefficient matrix to be non-singular, we require
    \[|A|\neq0\]
  18. Since
    \[|A|=a,\]
    we get
    \[a\neq0\]
  19. Therefore, for
    \[\boxed{\bbox[5pt]{a\neq0}},\]
    the coefficient matrix is non-singular and the system has a unique solution.
  20. Hence, the system is consistent for \(a\neq0\).
  21. Special Case: \(a=0\)
  22. It is important not to conclude that the system is inconsistent when \(a=0\) merely because \(|A|=0\). The case \(a=0\) requires separate examination.
  23. Substituting \(a=0\) into the third equation gives
    \[0x+0y+0z=4,\]
    or
    \[0=4,\]
    which is impossible.
  24. Therefore, when
    \[a=0,\]
    the system has no solution and is inconsistent.
  25. Thus, the complete conclusion is
    \[ \boxed{\bbox[5pt]{ \begin{cases} a\neq0 &\Rightarrow \text{system is consistent and has a unique solution},\\ a=0 &\Rightarrow \text{system is inconsistent}. \end{cases} }} \]
🎯 Exam Significance
Exam Significance

This question combines two important Class 12 topics: matrix representation of a system of linear equations and the determinant criterion for consistency. It also tests the student's ability to handle a parameter \(a\). In a board examination, every stage of the determinant expansion should be shown clearly, especially the signs \(+,-,+\) while expanding along the first row.

A particularly important examination point is that

\[ |A|=0 \]
does not automatically mean that the system is inconsistent. The special case \(a=0\) must be checked separately. Here, it produces the contradiction \(0=4\), which establishes inconsistency.

Significance for Competitive Entrance Examinations

Parameter-dependent systems are common in competitive entrance examinations. The fastest reliable approach is to first evaluate the determinant of the coefficient matrix. If it is non-zero, the system immediately has a unique solution. If it vanishes, the exceptional parameter value must be tested separately.

This problem therefore reinforces the important distinction:

\[ |A|\neq0 \Rightarrow \text{unique solution}, \]
whereas
\[ |A|=0 \Rightarrow \text{further investigation required}. \]

🔑 Key Takeaways
Key Takeaways
Key Takeaways  ·  7 points
  1. A system of three linear equations can be written as \(AX=B\).

  2. The coefficient matrix is

    \[ A= \begin{bmatrix} 1&1&1\\ 2&3&2\\ a&a&2a \end{bmatrix}. \]

  3. Expanding along the first row gives

    \[ |A|=a. \]

  4. For \(a\neq0\),

    \[ |A|\neq0, \]
    so the system has a unique solution and is consistent.

  5. For \(a=0\), the third equation becomes

    \[ 0=4, \]
    which is impossible.

  6. Therefore, \(a=0\) gives an inconsistent system.

  7. The complete classification is

    \[ \boxed{\bbox[5pt]{a\neq0\Rightarrow\text{consistent},\qquad a=0\Rightarrow\text{inconsistent}}} \]

← Q3
4 / 16  ·  25%
Q5 →
Q5
NUMERIC3 marks
Examine the consistency of the system of equations \[\begin{align} 3x-y-2z&=2\\ 2y-z&=-1\\ 3x-5y&=3\end{align}\]
📘 Concept & Theory
Concept/Theory

A system of three simultaneous linear equations can be written in the matrix form

\[ AX=B, \]
where \(A\) is the coefficient matrix.

If

\[ |A|\neq0, \]
then the coefficient matrix is non-singular and the system has a unique solution. Hence, the system is consistent.

If

\[ |A|=0, \]
the coefficient matrix is singular. In that case, we cannot conclude immediately that the system is inconsistent. Further examination is necessary to determine whether the system has infinitely many solutions or no solution.

🗺️ Solution Roadmap
Step-by-step Plan
  1. Write the given equations in matrix form \(AX=B\).

  2. Identify the coefficient matrix \(A\).

  3. Calculate \(|A|\), choosing a convenient row for expansion.

  4. If \(|A|\neq0\), conclude that the system is consistent with a unique solution.

  5. If \(|A|=0\), substitute or simplify the equations further to determine whether a solution exists.

✏️ Solution
Complete Solution
Step-by-step Solution  ·  25 steps
  1. Given — system of equations
    \[\begin{align} 3x-y-2z&=2\tag{1}\\ 2y-z&=-1\tag{2}\\ 3x-5y&=3\tag{3} \end{align}\]
  2. To write the system in matrix form, insert the coefficient of every variable in every equation. A variable that is absent from an equation has coefficient \(0\).
  3. Thus, equation (1) gives the coefficient row
    \[\begin{bmatrix}3&-1&-2\end{bmatrix},\]
    equation (2) gives
    \[\begin{bmatrix}0&2&-1\end{bmatrix},\]
    and equation (3) gives
    \[\begin{bmatrix}3&-5&0\end{bmatrix}\]
  4. Therefore, the coefficient matrix is
    \[A=\begin{bmatrix}3&-1&-2\\0&2&-1\\3&-5&0\end{bmatrix}\]
  5. The variable matrix is
    \[X=\begin{bmatrix}x\\y\\z\end{bmatrix},\]
    while the constant matrix is
    \[B=\begin{bmatrix}2\\-1\\3\end{bmatrix}\]
  6. Hence, the system can be written as
    \[AX=B,\]
    that is,
    \[\boxed{\bbox[5pt]{\begin{bmatrix}3&-1&-2\\0&2&-1\\3&-5&0\end{bmatrix}\begin{bmatrix}x\\y\\z\end{bmatrix}=\begin{bmatrix}2\\-1\\3\end{bmatrix}}}\]
  7. Now calculate the determinant of the coefficient matrix:
    \[|A|=\begin{vmatrix}3&-1&-2\\0&2&-1\\3&-5&0\end{vmatrix}\]
  8. Expansion Along the Second Row
  9. The second row contains a zero, so expanding along this row reduces the calculation.
    The second row is
    \[\begin{bmatrix}0&2&-1\end{bmatrix}.\]
  10. Therefore, using the cofactor signs \(+,-,+\) for the second row positions \(21,22,23\), we get
    \[\begin{aligned}|A|&=0\begin{vmatrix}-1&-2\\-5&0\end{vmatrix}-2\begin{vmatrix}3&-2\\3&0\end{vmatrix}+(-1)\begin{vmatrix}3&-1\\3&-5\end{vmatrix}.\end{aligned}\]
  11. The first term is zero:
    \[0\begin{vmatrix}-1&-2\\-5&0\end{vmatrix}=0\]
  12. Now evaluate the second minor:
    \[\begin{vmatrix}3&-2\\3&0\end{vmatrix}=(3)(0)-(-2)(3)\]
  13. Hence,
    \[\begin{vmatrix}3&-2\\3&0\end{vmatrix}=0+6=6\]
  14. Next, evaluate the third minor:
    \[\begin{vmatrix}3&-1\\3&-5\end{vmatrix}=(3)(-5)-(-1)(3)\]
  15. Therefore,
    \[\begin{vmatrix}3&-1\\3&-5\end{vmatrix}=-15+3=-12\]
  16. Substituting these values,
    \[\begin{aligned}|A|&=0-2(6)+(-1)(-12)\\&=-12+12\\&=0\end{aligned}\]
  17. Thus,
    \[\boxed{|A|=0}\]
  18. Since the determinant of the coefficient matrix is zero, the coefficient matrix is singular. Therefore, we must examine the original equations further before deciding consistency.
  19. Further Examination of the System
  20. From equation (2),
    \[2y-z=-1\]
  21. Rearranging,
    \[z=2y+1 \]
  22. Substitute this value of \(z\) into equation (1):
    \[3x-y-2(2y+1)=2\]
  23. Expanding,
    \[3x-y-4y-2=2\]
  24. Combining like terms,
    \[3x-5y-2=2\]
  25. Therefore,
    \[3x-5y=4\]
  26. But equation (3) gives
    \[3x-5y=3\]
  27. Hence, the same expression \(3x-5y\) would have to be simultaneously equal to \(4\) and \(3\):
    \[3x-5y=4\]
    and
    \[3x-5y=3\]
  28. This leads to the contradiction
    \[4=3,\]
    which is impossible.
🎯 Exam Significance
Exam Significance

This problem is particularly important because it demonstrates the correct interpretation of a zero determinant. The result

\[ |A|=0 \]
alone does not prove inconsistency. Students must perform an additional check. Here, substitution produces the contradiction
\[ 4=3, \]
which conclusively establishes that the system has no solution.

For board examinations, students should show the determinant calculation carefully and then explicitly examine the system when the determinant is zero. This avoids the common mistake of writing “\(|A|=0\), hence inconsistent” without justification.

Significance for Competitive Entrance Examinations

This question develops an important speed-and-accuracy skill for competitive examinations: identifying what information a determinant actually provides. A non-zero determinant immediately gives a unique solution, whereas a zero determinant signals a singular system and requires further classification.

In this problem, equation (2) gives \(z\) immediately, making substitution an efficient way to expose the contradiction. Recognising such a convenient equation can reduce calculation time considerably.

🔑 Key Takeaways
Key Takeaways
Key Takeaways  ·  8 points
  1. The coefficient matrix is

    \[ A= \begin{bmatrix} 3&-1&-2\\ 0&2&-1\\ 3&-5&0 \end{bmatrix}. \]

  2. The determinant is

    \[ |A|=0. \]

  3. A zero determinant means that the coefficient matrix is singular; it does not by itself establish inconsistency.

  4. From the second equation,

    \[ z=2y+1. \]

  5. Substitution into the first equation gives

    \[ 3x-5y=4. \]

  6. The third equation gives

    \[ 3x-5y=3. \]

  7. The resulting contradiction

    \[ 4=3 \]
    shows that the system has no solution.

  8. Therefore, the given system is inconsistent.

← Q4
5 / 16  ·  31%
Q6 →
Q6
NUMERIC3 marks
Examine the consistency of the system of equations \[ \begin{aligned} 5x-y+4z&=5\\ 2x+3y+5z&=2\\ 5x-2y+6z&=-1 \end{aligned} \]
📘 Concept & Theory
Concept/Theory

A system of three simultaneous linear equations can be represented in matrix form as

\[ AX=B, \]
where \(A\) is the coefficient matrix, \(X\) is the column matrix of variables, and \(B\) is the column matrix of constants.

For a square system, if the determinant of the coefficient matrix satisfies

\[ |A|\neq0, \]
then \(A\) is non-singular. Consequently, the system has a unique solution and is therefore consistent.

🗺️ Solution Roadmap
Step-by-step Plan
  1. Write the given system in matrix form \(AX=B\).

  2. Identify the coefficient matrix \(A\).

  3. Calculate the determinant \(|A|\).

  4. Expand the determinant along a convenient row or column.

  5. Check whether the resulting determinant is non-zero.

  6. If \(|A|\neq0\), conclude that the system has a unique solution and is consistent.

✏️ Solution
Complete Solution
Step-by-step Solution  ·  15 steps
  1. Given — system of equation
    \[ \begin{align} 5x-y+4z&=5\tag{1} \\ 2x+3y+5z&=2\tag{2} \\ 5x-2y+6z&=-1\tag{3} \end{align} \]
  2. The coefficients of \(x\), \(y\), and \(z\) in equations (1), (2), and (3) form the coefficient matrix:
    \[A=\begin{bmatrix}5&-1&4\\2&3&5\\5&-2&6\end{bmatrix}\]
  3. The variable matrix is
    \[X=\begin{bmatrix}x\\y\\z\end{bmatrix},\]
    and the constant matrix is
    \[B=\begin{bmatrix}5\\2\\-1\end{bmatrix}\]
  4. Therefore, the given system can be written in matrix form as
    \[AX=B,\]
    that is,
    \[\boxed{\bbox[5pt]{\begin{bmatrix}5&-1&4\\2&3&5\\5&-2&6\end{bmatrix}\begin{bmatrix}x\\y\\z\end{bmatrix}=\begin{bmatrix}5\\2\\-1\end{bmatrix}}}\]
  5. To examine the consistency of the system, calculate the determinant of the coefficient matrix:
    \[|A|=\begin{vmatrix}5&-1&4\\2&3&5\\5&-2&6\end{vmatrix}\]
  6. Expansion Along the First Row
  7. Expanding along the first row, the cofactor signs are
    \[+,\,-,\,+.\]
    Therefore,
    \[\begin{aligned}|A|&=5\begin{vmatrix}3&5\\-2&6\end{vmatrix}-(-1) \begin{vmatrix}2&5\\5&6\end{vmatrix}+4\begin{vmatrix}2&3\\5&-2\end{vmatrix}\end{aligned}\]
  8. Since the second entry of the first row is \(-1\), its contribution is
    \[-(-1)\begin{vmatrix}2&5\\5&6\end{vmatrix}=+\begin{vmatrix}2&5\\5&6\end{vmatrix}\]
  9. Now evaluate the first minor:
    \[\begin{vmatrix}3&5\\-2&6\end{vmatrix}=(3)(6)-(5)(-2)\]
  10. Hence,
    \[\begin{vmatrix}3&5\\-2&6\end{vmatrix}=18+10=28\]
  11. Next, evaluate the second minor:
    \[\begin{vmatrix}2&5\\5&6\end{vmatrix}=(2)(6)-(5)(5)\]
  12. Therefore,
    \[\begin{vmatrix}2&5\\5&6\end{vmatrix}=12-25=-13\]

  13. Finally, evaluate the third minor:
    \[\begin{vmatrix}2&3\\5&-2\end{vmatrix}=(2)(-2)-(3)(5)\]
  14. Thus,
    \[\begin{vmatrix}2&3\\5&-2\end{vmatrix}=-4-15=-19\]
  15. Substituting the three minors into the expansion,
    \[\begin{aligned}|A|&=5(28)+(-13)+4(-19)\\&=140-13-76\\&=127-76\\&=51\end{aligned}\]
  16. Hence,
    \[\boxed{|A|=51}\]
  17. Since
    \[|A|=51\neq0,\]
    the coefficient matrix \(A\) is non-singular.
    A system having a unique solution is consistent.
    Hence, the given system of equations is consistent.
🎯 Exam Significance
Exam Significance

This problem tests the application of determinants to systems of three simultaneous linear equations. The essential board-examination argument is to form the coefficient matrix correctly, calculate its determinant, and establish that

\[ |A|\neq0. \]
Students should be particularly careful with the negative coefficient \(-1\) and the corresponding cofactor sign during expansion.

A complete solution should show the evaluation of each \(2\times2\) minor rather than jumping directly to the final determinant. This makes the sign handling transparent and reduces the possibility of calculation errors.

Significance for Competitive Entrance Examinations

The determinant test provides a rapid method for deciding whether a square system has a unique solution. Here,

\[ |A|=51\neq0 \]
immediately establishes uniqueness and consistency without requiring the values of \(x\), \(y\), and \(z\) to be calculated.

In time-bound entrance examinations, this distinction is useful: if the question asks only about consistency, solving the entire system is unnecessary once a non-zero determinant has been established.

🔑 Key Takeaways
Key Takeaways
Key Takeaways  ·  7 points
  1. The coefficient matrix is

    \[A=\begin{bmatrix}5&-1&4\\2&3&5\\5&-2&6\end{bmatrix}\]

  2. The system can be represented as \(AX=B\).

  3. Expanding \(|A|\) along the first row gives

    \[|A|=5\begin{vmatrix}3&5\\-2&6\end{vmatrix}+\begin{vmatrix}2&5\\5&6\end{vmatrix}+4\begin{vmatrix}2&3\\5&-2\end{vmatrix}\]

  4. The determinant evaluates to

    \[ |A|=51. \]

  5. Since

    \[ |A|=51\neq0, \]
    the coefficient matrix is non-singular.

  6. The system therefore has a unique solution.

  7. Hence, the given system is consistent.

← Q5
6 / 16  ·  38%
Q7 →
Q7
NUMERIC3 marks
Solve the following system of linear equations using the matrix method: \[ \begin{aligned} 5x+2y&=4\\ 7x+3y&=5 \end{aligned} \]
📘 Concept & Theory
Concept/Theory

The matrix method is used to solve a system of linear equations by expressing it in the form

\[ AX=B. \]
If the coefficient matrix \(A\) is non-singular, that is,
\[ |A|\neq0, \]
then \(A^{-1}\) exists. Multiplying \(AX=B\) by \(A^{-1}\) on the left gives
\[ A^{-1}AX=A^{-1}B. \]
Since
\[ A^{-1}A=I, \]
we obtain
\[ X=A^{-1}B. \]

For a \(2\times2\) matrix

\[A=\begin{bmatrix}a&b\\c&d\end{bmatrix},\]
its inverse is
\[A^{-1}=\frac{1}{|A|}\begin{bmatrix}d&-b\\-c&a\end{bmatrix},\]
provided
\[ |A|=ad-bc\neq0 \]

🗺️ Solution Roadmap
Step-by-step Plan
  1. Write the system in matrix form \(AX=B\).

  2. Identify the coefficient matrix \(A\), variable matrix \(X\), and constant matrix \(B\).

  3. Calculate \(|A|\) to verify that \(A^{-1}\) exists.

  4. Find \(\operatorname{adj}(A)\).

  5. Use

    \[ A^{-1}=\frac{1}{|A|}\operatorname{adj}(A). \]

  6. Use \(X=A^{-1}B\) to obtain \(x\) and \(y\).

✏️ Solution
Complete Solution
Step-by-step Solution  ·  28 steps
  1. Given — system
    \[ \begin{align} 5x+2y&=4 \tag{1}\\ 7x+3y&=5 \tag{2} \end{align} \]
  2. Write the System in Matrix Form
  3. The coefficients of \(x\) and \(y\) form the coefficient matrix:
    \[ A= \begin{bmatrix} 5&2\\ 7&3 \end{bmatrix} \]
  4. The variable matrix is
    \[X=\begin{bmatrix}x\\y\end{bmatrix},\]
    and the constant matrix is
    \[B=\begin{bmatrix}4\\5\end{bmatrix}\]
  5. Therefore,
    \[\boxed{\bbox[5pt]{\begin{bmatrix}5&2\\7&3\end{bmatrix}\begin{bmatrix}x\\y\end{bmatrix}=\begin{bmatrix}4\\5\end{bmatrix}}}\]
  6. Thus,
    \[AX=B\]
  7. Find the Determinant of \(A\)
  8. Before finding \(A^{-1}\), we must verify that the determinant of \(A\) is non-zero.
    \[|A|=\begin{vmatrix}5&2\\7&3\end{vmatrix}\]
  9. Using
    \[\begin{vmatrix}a&b\\c&d\end{vmatrix}=ad-bc,\]
  10. we get
    \[|A|=(5)(3)-(2)(7)\]
  11. Therefore,
    \[|A|=15-14\]
  12. Hence,
    \[\boxed{|A|=1}\]
  13. Since
    \[|A|=1\neq0,\]
    the matrix \(A\) is non-singular and \(A^{-1}\) exists. Therefore, the system has a unique solution.
  14. Use the Matrix Method
  15. We have
    \[AX=B\]
  16. Multiplying both sides on the left by \(A^{-1}\),
    \[A^{-1}(AX)=A^{-1}B\]
  17. Using
    \[A^{-1}A=I,\]
  18. we obtain
    \[IX=A^{-1}B\]
  19. Since
    \[IX=X,\]
  20. we get
    \[\boxed{\bbox[5pt]{X=A^{-1}B}}\]
  21. Find \(\operatorname{adj}(A)\)
  22. We have
    \[A=\begin{bmatrix}5&2\\7&3\end{bmatrix}\]
  23. For
    \[A=\begin{bmatrix}a&b\\c&d\end{bmatrix},\]
    the adjoint is
    \[\operatorname{adj}(A)=\begin{bmatrix}d&-b\\-c&a\end{bmatrix}\]
  24. Therefore,
    \[\operatorname{adj}(A)=\begin{bmatrix}3&-2\\-7&5\end{bmatrix}\]
  25. Find \(A^{-1}\)
  26. The inverse of \(A\) is given by
    \[A^{-1}=\frac{1}{|A|}\operatorname{adj}(A)\]
  27. Since
    \[|A|=1\]
    and
    \[\operatorname{adj}(A)=\begin{bmatrix}3&-2\\-7&5\end{bmatrix},\]
    we have
    \[A^{-1}=\frac{1}{1}\begin{bmatrix}3&-2\\-7&5\end{bmatrix}\]
  28. Hence,
    \[\boxed{\bbox[5pt]{A^{-1}=\begin{bmatrix}3&-2\\-7&5\end{bmatrix}}}\]
  29. Calculate \(X=A^{-1}B\)
  30. We have
    \[X=A^{-1}B\]
  31. Substituting the values of \(A^{-1}\) and \(B\),
    \[\begin{bmatrix}x\\y\end{bmatrix}=\begin{bmatrix}3&-2\\-7&5\end{bmatrix}\begin{bmatrix}4\\5\end{bmatrix}\]
  32. Performing the matrix multiplication,
    \[\begin{aligned}\begin{bmatrix}x\\y\end{bmatrix}&=\begin{bmatrix}(3)(4)+(-2)(5)\\(-7)(4)+(5)(5)\end{bmatrix}\end{aligned}\]
  33. Therefore,
    \[\begin{bmatrix}x\\y\end{bmatrix}=\begin{bmatrix}12-10\\-28+25\end{bmatrix}\]
  34. Hence,
    \[\begin{bmatrix}x\\y\end{bmatrix}=\begin{bmatrix}2\\-3\end{bmatrix}\]
  35. Comparing the corresponding entries,
    \[\boxed{\bbox[5pt]{x=2}}\]
    and
    \[\boxed{\bbox[5pt]{y=-3}}\]
🎯 Exam Significance
Exam Significance

This is a standard application of the inverse-matrix method and is important for the board examination. Students should clearly show the sequence

\[ AX=B \Rightarrow X=A^{-1}B, \]
followed by the calculation of \(|A|\), \(\operatorname{adj}(A)\), \(A^{-1}\), and finally the matrix multiplication.

A frequent error is to write

\[ A^{-1}=\frac{1}{A}\operatorname{adj}(A). \]
The correct formula is
\[ \boxed{\bbox[5pt]{ A^{-1}=\frac{1}{|A|}\operatorname{adj}(A) }}\]
Here, because \(|A|=1\), the numerical value of the inverse happens to equal \(\operatorname{adj}(A)\).

Significance for Competitive Entrance Examinations

The matrix method provides a systematic approach to solving simultaneous equations. In competitive examinations, the determinant can first be checked to determine whether the inverse exists. If the question asks only for the solution, the identity

\[ X=A^{-1}B \]
provides a direct route.

For larger systems, the same principle applies, although calculating an inverse may be more laborious. The determinant, adjoint, inverse matrix, and matrix multiplication therefore form an interconnected set of concepts that are useful in both direct and application-based questions.

🔑 Key Takeaways
Key Takeaways
Key Takeaways  ·  8 points
  1. The system is represented as

    \[ AX=B. \]

  2. The coefficient matrix is

    \[ A= \begin{bmatrix} 5&2\\ 7&3 \end{bmatrix}. \]

  3. The determinant is

    \[ |A|=15-14=1\neq0. \]

  4. Since \(|A|\neq0\), the inverse \(A^{-1}\) exists and the system has a unique solution.

  5. The adjoint is

    \[ \operatorname{adj}(A)= \begin{bmatrix} 3&-2\\ -7&5 \end{bmatrix}. \]

  6. The inverse is

    \[ A^{-1}= \begin{bmatrix} 3&-2\\ -7&5 \end{bmatrix}. \]

  7. Using

    \[ X=A^{-1}B, \]
    we obtain
    \[ X= \begin{bmatrix} 2\\ -3 \end{bmatrix}. \]

  8. Therefore,

    \[ \boxed{\bbox[5pt]{x=2,\quad y=-3}}. \]

← Q6
7 / 16  ·  44%
Q8 →
Q8
NUMERIC3 marks
Solve the following system of linear equations using the matrix method: \[\begin{aligned}2x-y&=-2\\3x+4y&=3\end{aligned}\]
📘 Concept & Theory
Concept/Theory

The matrix method expresses a system of simultaneous linear equations in the form

\[ AX=B. \]
If
\[ |A|\neq0, \]
then \(A\) is non-singular and its inverse exists. Multiplying \(AX=B\) by \(A^{-1}\) on the left gives
\[ A^{-1}(AX)=A^{-1}B. \]
Since
\[ A^{-1}A=I, \]
we obtain
\[ X=A^{-1}B. \]
Thus, the unknowns can be found by calculating the inverse of the coefficient matrix.

For a \(2\times2\) matrix

\[A=\begin{bmatrix}a&b\\c&d\end{bmatrix},\]
the inverse is
\[A^{-1}=\frac{1}{|A|}\begin{bmatrix}d&-b\\-c&a\end{bmatrix},\]
provided
\[|A|=ad-bc\neq0\]

🗺️ Solution Roadmap
Step-by-step Plan
  1. Write the given equations in matrix form \(AX=B\).

  2. Identify the coefficient matrix \(A\), variable matrix \(X\), and constant matrix \(B\).

  3. Calculate \(|A|\) to verify that \(A^{-1}\) exists.

  4. Find \(\operatorname{adj}(A)\).

  5. Calculate \(A^{-1}\) using

    \[ A^{-1}=\frac{1}{|A|}\operatorname{adj}(A). \]

  6. Use \(X=A^{-1}B\) to determine \(x\) and \(y\).

  7. Verify the solution in the original equations.

✏️ Solution
Complete Solution
Step-by-step Solution  ·  23 steps
  1. Given — system:
    \[ \begin{align} 2x-y&=-2 \tag{1}\\ 3x+4y&=3 \tag{2} \end{align} \]
  2. Write the System in Matrix Form
  3. The coefficients of \(x\) and \(y\) form the coefficient matrix:
    \[A=\begin{bmatrix}2&-1\\3&4\end{bmatrix}\]
  4. The variable matrix is
    \[X=\begin{bmatrix}x\\y\end{bmatrix}\]
    and the constant matrix is
    \[B=\begin{bmatrix}-2\\3\end{bmatrix}\]
  5. Therefore, the system can be written as
    \[\boxed{\bbox[5pt]{\begin{bmatrix}2&-1\\3&4\end{bmatrix}\begin{bmatrix}x\\y\end{bmatrix}=\begin{bmatrix}-2\\3\end{bmatrix}}}\]
  6. Hence,
    \[AX=B\]
  7. Find the Determinant of \(A\)
  8. To Find — \(A^{-1}\), first calculate the determinant of \(A\):
    \[|A|=\begin{vmatrix}2&-1\\3&4\end{vmatrix}\]
  9. Using
    \[\begin{vmatrix}a&b\\c&d\end{vmatrix}=ad-bc,\]
  10. we get
    \[A|=(2)(4)-(-1)(3)\]
  11. Therefore,
    \[|A|=8+3\]
  12. Hence,
    \[\boxed{|A|=11}\]
  13. Since
    \[|A|=11\neq0,\]
    the matrix \(A\) is non-singular and \(A^{-1}\) exists.
    Therefore, the system has a unique solution and is consistent.
  14. Find \(\operatorname{adj}(A)\)
  15. We have
    \[A=\begin{bmatrix}2&-1\\3&4\end{bmatrix}\]
  16. For
    \[A=\begin{bmatrix}a&b\\c&d\end{bmatrix},\]
    the adjoint is
    \[\operatorname{adj}(A)=\begin{bmatrix}d&-b\\-c&a\end{bmatrix}\]
  17. Therefore,
    \[\operatorname{adj}(A)=\begin{bmatrix}4&1\\-3&2\end{bmatrix}.\]
  18. Find \(A^{-1}\)
  19. Using
    \[A^{-1}=\frac{1}{|A|}\operatorname{adj}(A),\]
  20. we obtain
    \[A^{-1}=\frac{1}{11}\begin{bmatrix}4&1\\-3&2\end{bmatrix}.\]
  21. Hence,
    \[\boxed{\bbox[5pt]{A^{-1}=\begin{bmatrix}\frac{4}{11}&\frac{1}{11}\\-\frac{3}{11}&\frac{2}{11}\end{bmatrix}}}\]
  22. Calculate \(X=A^{-1}B\)
  23. From
    \[AX=B,\]
    multiplying by \(A^{-1}\) on the left gives
    \[A^{-1}(AX)=A^{-1}B.\]
  24. Since
    \[A^{-1}A=I,\]
  25. we get
    \[X=A^{-1}B\]
  26. Substituting the values,
    \[\begin{bmatrix}x\\y\end{bmatrix}=\frac{1}{11}\begin{bmatrix}4&1\\-3&2\end{bmatrix}\begin{bmatrix}-2\\3\end{bmatrix}\]
  27. Performing the matrix multiplication,
    \[\begin{aligned}\begin{bmatrix}x\\y\end{bmatrix}&=\frac{1}{11}\begin{bmatrix}(4)(-2)+(1)(3)\\(-3)(-2)+(2)(3)\end{bmatrix}\end{aligned}\]
  28. Simplifying the first entry,
    \[(4)(-2)+(1)(3)=-8+3=-5\]
  29. Simplifying the second entry,
    \[ (-3)(-2)+(2)(3)=6+6=12 \]
  30. Therefore,
    \[\begin{bmatrix}x\\y\end{bmatrix}=\frac{1}{11}\begin{bmatrix}-5\\12\end{bmatrix}\]
  31. Hence,
    \[\begin{bmatrix}x\\y\end{bmatrix}=\begin{bmatrix}-\frac{5}{11}\\\frac{12}{11}\end{bmatrix}\]
  32. Therefore,
    \[\boxed{x=-\frac{5}{11}}\]
    and
    \[\boxed{y=\frac{12}{11}}\]
🎯 Exam Significance
Exam Significance

The determinant test allows the existence of a unique solution to be established immediately without solving the equations. Once

\[ |A|\neq0, \]
the matrix inverse method can be applied directly.

The problem also reinforces efficient matrix multiplication. In a time-bound examination, keeping the common factor \(1/11\) outside the matrix multiplication avoids unnecessary fractions during intermediate calculations.

🔑 Key Takeaways
Key Takeaways
Key Takeaways  ·  8 points
  1. The system is written as

    \[ AX=B. \]

  2. The coefficient matrix is

    \[ A= \begin{bmatrix} 2&-1\\ 3&4 \end{bmatrix}. \]

  3. The determinant is

    \[ |A|=(2)(4)-(-1)(3)=11. \]

  4. Since

    \[ |A|=11\neq0, \]
    \(A^{-1}\) exists and the system has a unique solution.

  5. The adjoint is

    \[ \operatorname{adj}(A)= \begin{bmatrix} 4&1\\ -3&2 \end{bmatrix}. \]

  6. The inverse is

    \[ A^{-1} = \frac{1}{11} \begin{bmatrix} 4&1\\ -3&2 \end{bmatrix}. \]

  7. Using

    \[ X=A^{-1}B, \]
    we obtain
    \[ X= \begin{bmatrix} -\frac{5}{11}\\ \frac{12}{11} \end{bmatrix}. \]

  8. Therefore,

    \[ \boxed{x=-\frac{5}{11},\quad y=\frac{12}{11}}. \]

← Q7
8 / 16  ·  50%
Q9 →
Q9
NUMERIC3 marks
Solve the following system of linear equations using the matrix method: \[ \begin{aligned} 4x-3y&=3\\ 3x-5y&=7 \end{aligned} \]
📘 Concept & Theory
Concept/Theory

A system of simultaneous linear equations can be expressed in the matrix form

\[ AX=B, \]
where \(A\) is the coefficient matrix, \(X\) is the variable matrix, and \(B\) is the constant matrix.

If

\[ |A|\neq0, \]
then \(A\) is non-singular and its inverse exists. Multiplying
\[ AX=B \]
by \(A^{-1}\) on the left gives
\[ A^{-1}AX=A^{-1}B. \]
Since
\[ A^{-1}A=I, \]
we obtain
\[ X=A^{-1}B. \]

For a \(2\times2\) matrix

\[ A= \begin{bmatrix} a&b\\ c&d \end{bmatrix}, \]
its inverse is
\[ A^{-1} = \frac{1}{|A|} \begin{bmatrix} d&-b\\ -c&a \end{bmatrix}, \]
provided
\[ |A|=ad-bc\neq0. \]

🗺️ Solution Roadmap
Step-by-step Plan
  1. Write the given system in the form \(AX=B\).

  2. Identify the coefficient matrix \(A\), variable matrix \(X\), and constant matrix \(B\).

  3. Calculate \(|A|\) to check whether \(A^{-1}\) exists.

  4. Find \(\operatorname{adj}(A)\).

  5. Calculate \(A^{-1}\) using

    \[ A^{-1}=\frac{1}{|A|}\operatorname{adj}(A). \]

  6. Use

    \[ X=A^{-1}B \]
    to obtain the values of \(x\) and \(y\).

  7. Verify the obtained values in the original equations.

✏️ Solution
Complete Solution
Step-by-step Solution  ·  23 steps
  1. Given — system:
    \[ \begin{align} 4x-3y&=3\tag{1}\\ 3x-5y&=7\tag{3} \end{align} \]
  2. Write the System in Matrix Form
  3. The coefficients of \(x\) and \(y\) form the coefficient matrix:
    \[A=\begin{bmatrix}4&-3\\3&-5\end{bmatrix}\]
  4. The variable matrix is
    \[X=\begin{bmatrix}x\\y\end{bmatrix},\]
    and the constant matrix is
    \[B=\begin{bmatrix}3\\7\end{bmatrix}\]
  5. Therefore,
    \[\boxed{\begin{bmatrix}4&-3\\3&-5\end{bmatrix} \begin{bmatrix}x\\y\end{bmatrix}=\begin{bmatrix}3\\7\end{bmatrix}}\]
  6. Hence,
    \[AX=B\]
  7. Find the Determinant of \(A\)
  8. We have
    \[|A|=\begin{vmatrix}4&-3\\3&-5\end{vmatrix}\]
  9. Using
    \[\begin{vmatrix}a&b\\c&d\end{vmatrix}=ad-bc,\]
  10. we get
    \[\begin{aligned}|A|&=(4)(-5)-(-3)(3)\\&=-20+9\\&=-11\end{aligned}\]
  11. Since
    \[|A|=-11\neq0,\]
    the matrix \(A\) is non-singular and \(A^{-1}\) exists. Thus, the system has a unique solution.
  12. Find \(\operatorname{adj}(A)\)
  13. For
    \[A=\begin{bmatrix}a&b\\c&d\end{bmatrix},\]
    the adjoint is
    \[\operatorname{adj}(A)=\begin{bmatrix}d&-b\\-c&a\end{bmatrix}\]
  14. Here,
    \[A=\begin{bmatrix}4&-3\\3&-5\end{bmatrix}.\]
  15. Therefore,
    \[\operatorname{adj}(A)=\begin{bmatrix}-5&3\\-3&4\end{bmatrix}\]
  16. Find \(A^{-1}\)
  17. Using the inverse formula,
    \[A^{-1}=\frac{1}{|A|}\operatorname{adj}(A)\]
  18. Substituting
    \[|A|=-11\]
    and
    \[\operatorname{adj}(A)=\begin{bmatrix}-5&3\\-3&4\end{bmatrix},\]
  19. we get
    \[A^{-1}=-\frac{1}{11}\begin{bmatrix}-5&3\\-3&4\end{bmatrix}\]
  20. Hence,
    \[\boxed{\bbox[5pt]{A^{-1}=-\frac{1}{11}\begin{bmatrix}-5&3\\-3&4\end{bmatrix}}}\]
  21. Calculate \(X=A^{-1}B\)
  22. From
    \[AX=B,\]
    multiplying both sides by \(A^{-1}\) on the left,
    \[A^{-1}AX=A^{-1}B\]
  23. Since
    \[A^{-1}A=I,\]
  24. we obtain
    \[X=A^{-1}B\]
  25. Therefore,
    \[\begin{bmatrix}x\\y\end{bmatrix}=-\frac{1}{11}\begin{bmatrix}-5&3\\-3&4\end{bmatrix}\begin{bmatrix}3\\7\end{bmatrix}\]
  26. Performing the matrix multiplication,
    \[\begin{aligned}\begin{bmatrix}x\\y\end{bmatrix}&=-\frac{1}{11}\begin{bmatrix}(-5)(3)+(3)(7)\\(-3)(3)+(4)(7)\end{bmatrix}\end{aligned}\]
  27. Simplifying the first entry,
    \[(-5)(3)+(3)(7)=-15+21=6\]
  28. Simplifying the second entry,
    \[(-3)(3)+(4)(7)=-9+28=19\]
  29. Hence,
    \[\begin{bmatrix}x\\y\end{bmatrix}=-\frac{1}{11}\begin{bmatrix}6\\19\end{bmatrix}\]
  30. Therefore,
    \[\begin{bmatrix}x\\y\end{bmatrix}=\begin{bmatrix}-\frac{6}{11}\\-\frac{19}{11}\end{bmatrix}\]
  31. Thus,
    \[\boxed{\bbox[5pt]{x=-\frac{6}{11}}}\]
    and
    \[\boxed{\bbox[5pt]{y=-\frac{19}{11}}}\]
🎯 Exam Significance
Exam Significance

This problem is an important application of the inverse-matrix method for solving simultaneous linear equations. A complete board-examination solution should demonstrate the matrix representation, calculation of the determinant, construction of the adjoint, calculation of the inverse, and multiplication by the constant matrix.

The determinant

\[ |A|=-11\neq0 \]
establishes that \(A^{-1}\) exists and that the system has a unique solution. Students should take particular care with the signs while calculating both the determinant and the adjoint.

Significance for Competitive Entrance Examinations

This question reinforces the direct relationship between the determinant and the inverse matrix. Once

\[ |A|\neq0 \]
is established, there is no need to investigate consistency further: the system has a unique solution.

For objective and time-bound examinations, the inverse can be constructed immediately using the \(2\times2\) formula. Keeping the factor

\[ -\frac{1}{11} \]
outside the matrix multiplication also makes the arithmetic faster and reduces the risk of errors involving fractions.

🔑 Key Takeaways
Key Takeaways
Key Takeaways  ·  8 points
  1. The system is represented as

    \[ AX=B. \]

  2. The coefficient matrix is

    \[ A= \begin{bmatrix} 4&-3\\ 3&-5 \end{bmatrix}. \]

  3. The determinant is

    \[ |A|=(4)(-5)-(-3)(3)=-11. \]

  4. Since

    \[ |A|=-11\neq0, \]
    \(A^{-1}\) exists and the system has a unique solution.

  5. The adjoint is

    \[ \operatorname{adj}(A)= \begin{bmatrix} -5&3\\ -3&4 \end{bmatrix}. \]

  6. The inverse matrix is

    \[ A^{-1} = -\frac{1}{11} \begin{bmatrix} -5&3\\ -3&4 \end{bmatrix}. \]

  7. Using

    \[ X=A^{-1}B, \]
    we obtain
    \[ X= \begin{bmatrix} -\frac{6}{11}\\ -\frac{19}{11} \end{bmatrix}. \]

  8. Therefore,

    \[ \boxed{x=-\frac{6}{11},\quad y=-\frac{19}{11}}. \]

← Q8
9 / 16  ·  56%
Q10 →
Q10
NUMERIC3 marks
Solve the following system of linear equations using the matrix method: \[ \begin{aligned} 5x+y&=3\\ 3x+2y&=5 \end{aligned} \]
📘 Concept & Theory
Concept/Theory

A system of simultaneous linear equations can be represented in matrix form as

\[ AX=B, \]
where \(A\) is the coefficient matrix, \(X\) is the variable matrix, and \(B\) is the constant matrix.

If

\[ |A|\neq0, \]
then \(A\) is non-singular and its inverse exists. In that case,
\[ AX=B. \]
Multiplying both sides by \(A^{-1}\) on the left,
\[ A^{-1}AX=A^{-1}B. \]
Since
\[ A^{-1}A=I, \]
we obtain
\[ X=A^{-1}B. \]

For a \(2\times2\) matrix

\[ A= \begin{bmatrix} a&b\\ c&d \end{bmatrix}, \]
the inverse is
\[ A^{-1} = \frac{1}{|A|} \begin{bmatrix} d&-b\\ -c&a \end{bmatrix}, \]
provided
\[ |A|=ad-bc\neq0. \]

🗺️ Solution Roadmap
Step-by-step Plan
  1. Write the given equations in the form \(AX=B\).

  2. Identify the coefficient matrix \(A\), variable matrix \(X\), and constant matrix \(B\).

  3. Calculate \(|A|\) to verify that the inverse of \(A\) exists.

  4. Find \(\operatorname{adj}(A)\).

  5. Calculate \(A^{-1}\) using

    \[ A^{-1}=\frac{1}{|A|}\operatorname{adj}(A). \]

  6. Use

    \[ X=A^{-1}B \]
    to determine \(x\) and \(y\).

  7. Verify the obtained values in the original equations.

✏️ Solution
Complete Solution
Step-by-step Solution  ·  23 steps
  1. Given — system of equations
    \[ \begin{align} 5x+y&=3\tag{1}\\ 3x+2y&=5\tag{2} \end{align} \]
  2. Write the System in Matrix Form
  3. The coefficients of \(x\) and \(y\) form the coefficient matrix:
    \[A=\begin{bmatrix}5&1\\3&2\end{bmatrix}\]
  4. The variable matrix is
    \[X=\begin{bmatrix}x\\y\end{bmatrix},\]
    and the constant matrix is
    \[B=\begin{bmatrix}3\\5\end{bmatrix} \]
  5. Therefore, the system can be written as
    \[\boxed{\begin{bmatrix}5&1\\3&2\end{bmatrix}\begin{bmatrix}x\\y\end{bmatrix}=\begin{bmatrix}3\\5\end{bmatrix}}\]
  6. Hence,
    \[AX=B\]
  7. Find the Determinant of \(A\)
  8. We have
    \[|A|=\begin{vmatrix}5&1\\3&2\end{vmatrix}\]
  9. Using
    \[\begin{vmatrix}a&b\\c&d\end{vmatrix}=ad-bc,\]
  10. we get
    \[|A|=(5)(2)-(1)(3)\]
  11. Therefore,
    \[\begin{aligned}|A|=10-3&=7\\&=7\end{aligned}\]
  12. Since
    \[|A|=7\neq0,\]
    the matrix \(A\) is non-singular and \(A^{-1}\) exists. Therefore, the system has a unique solution.
  13. Find \(\operatorname{adj}(A)\)
  14. We have
    \[A=\begin{bmatrix}5&1\\3&2\end{bmatrix}\]
  15. For a \(2\times2\) matrix,
    \[A=\begin{bmatrix}a&b\\c&d \end{bmatrix},\]
    the adjoint is
    \[\operatorname{adj}(A)=\begin{bmatrix}d&-b\\-c&a\end{bmatrix}\]
  16. Therefore,
    \[\operatorname{adj}(A)=\begin{bmatrix}2&-1\\-3&5\end{bmatrix}\]
  17. Find \(A^{-1}\)
  18. Using
    \[A^{-1}=\frac{1}{|A|}\operatorname{adj}(A),\]
  19. we obtain
    \[A^{-1}=\frac{1}{7}\begin{bmatrix}2&-1\\-3&5\end{bmatrix}\]
  20. Hence,
    \[\boxed{A^{-1}=\begin{bmatrix}\frac{2}{7}&-\frac{1}{7}\\-\frac{3}{7}&\frac{5}{7}\end{bmatrix}}\]
  21. Calculate \(X=A^{-1}B\)
  22. From
    \[AX=B,\]
    multiplying both sides by \(A^{-1}\) on the left gives
    \[A^{-1}(AX)=A^{-1}B\]
  23. Since
    \[A^{-1}A=I,\]
  24. we get
    \[X=A^{-1}B\]
  25. Therefore,
    \[\begin{bmatrix}x\\y\end{bmatrix}=\frac{1}{7}\begin{bmatrix}2&-1\\-3&5\end{bmatrix}\begin{bmatrix}3\\5\end{bmatrix}\]
  26. Performing the matrix multiplication,
    \[\begin{aligned}\begin{bmatrix}x\\y\end{bmatrix}&=\frac{1}{7}\begin{bmatrix}(2)(3)+(-1)(5)\\(-3)(3)+(5)(5)\end{bmatrix}\end{aligned}\]
  27. Simplifying the first entry,
    \[ (2)(3)+(-1)(5)=6-5=1. \]
  28. Simplifying the second entry,
    \[ (-3)(3)+(5)(5)=-9+25=16. \]
  29. Hence,
    \[\begin{bmatrix}x\\y\end{bmatrix}=\frac{1}{7}\begin{bmatrix}1\\16\end{bmatrix}\]
  30. Therefore,
    \[\begin{bmatrix}x\\y\end{bmatrix}=\begin{bmatrix}\frac{1}{7}\\\frac{16}{7}\end{bmatrix}\]
  31. Thus,
    \[ \boxed{x=\frac{1}{7}} \]
    and
    \[ \boxed{y=\frac{16}{7}}\]
🎯 Exam Significance
Exam Significance

This question is a standard application of the inverse-matrix method for solving simultaneous linear equations. The complete procedure should be presented in the logical order

\[AX=B\rightarrow |A|\rightarrow\operatorname{adj}(A)\rightarrow A^{-1}\rightarrow X=A^{-1}B\]

An important point is to construct the coefficient matrix directly from the coefficients in the original equations. Here,

\[A=\begin{bmatrix}5&1\\3&2\end{bmatrix}\]
not a matrix obtained by accidentally interchanging any coefficient.

Also, the correct determinant is

\[ |A|=(5)(2)-(1)(3)=7, \]
so the inverse exists. Showing these intermediate steps makes the answer complete and mathematically rigorous for board evaluation.

Significance for Competitive Entrance Examinations

For entrance examinations, the determinant provides an immediate test for the existence of a unique solution. Since

\[ |A|=7\neq0, \]
the system has a unique solution, and there is no need to solve the equations by elimination merely to establish uniqueness.

The \(2\times2\) inverse formula also allows rapid calculation:

\[A^{-1}=\frac{1}{7}\begin{bmatrix}2&-1\\-3&5\end{bmatrix}\]
Maintaining the common factor \(1/7\) until the final multiplication keeps the calculation compact and reduces arithmetic errors.

🔑 Key Takeaways
Key Takeaways
Key Takeaways  ·  8 points
  1. The system is written as

    \[ AX=B \]

  2. The coefficient matrix is

    \[A=\begin{bmatrix}5&1\\3&2\end{bmatrix}\]

  3. The determinant is

    \[ |A|=(5)(2)-(1)(3)=7 \]

  4. Since

    \[ |A|=7\neq0, \]
    \(A^{-1}\) exists and the system has a unique solution.

  5. The adjoint is

    \[\operatorname{adj}(A)=\begin{bmatrix}2&-1\\-3&5\end{bmatrix}\]

  6. The inverse matrix is

    \[A^{-1}=\frac{1}{7}\begin{bmatrix}2&-1\\-3&5\end{bmatrix}\]

  7. Using

    \[ X=A^{-1}B, \]
    we obtain
    \[X=\begin{bmatrix}\frac{1}{7}\\\frac{16}{7}\end{bmatrix}\]

  8. Therefore,

    \[ \boxed{x=\frac{1}{7},\quad y=\frac{16}{7}}. \]

← Q9
10 / 16  ·  63%
Q11 →
Q11
NUMERIC3 marks
Solve the following system of linear equations using the matrix method: \[ \begin{aligned} 2x+y+z&=1\\ x-2y-z&=\frac{3}{2}\\ 3y-5z&=9 \end{aligned} \]
📘 Concept & Theory
Concept/Theory

A system of simultaneous linear equations can be expressed in the matrix form

\[ AX=B, \]
where \(A\) is the coefficient matrix, \(X\) is the column matrix of variables, and \(B\) is the column matrix of constants.

If

\[ |A|\neq0, \]
then \(A\) is a non-singular matrix and its inverse exists. Starting with
\[ AX=B, \]
multiply both sides by \(A^{-1}\):
\[ A^{-1}(AX)=A^{-1}B. \]
Since
\[ A^{-1}A=I, \]
we obtain
\[ X=A^{-1}B. \]

For a \(3\times3\) matrix, the inverse is obtained using

\[ A^{-1}=\frac{1}{|A|}\operatorname{adj}(A), \]
where \(\operatorname{adj}(A)\) is the transpose of the cofactor matrix of \(A\).

🗺️ Solution Roadmap
Step-by-step Plan
  1. Write the given equations in the matrix form \(AX=B\).

  2. Identify the coefficient matrix \(A\), variable matrix \(X\), and constant matrix \(B\).

  3. Calculate \(|A|\) and check whether it is non-zero.

  4. Find all the cofactors of \(A\).

  5. Construct the cofactor matrix.

  6. Transpose the cofactor matrix to obtain \(\operatorname{adj}(A)\).

  7. Calculate \(A^{-1}\) using

    \[ A^{-1}=\frac{1}{|A|}\operatorname{adj}(A). \]

  8. Use

    \[ X=A^{-1}B \]
    to determine \(x\), \(y\), and \(z\).

  9. Verify the obtained values in the original equations.

✏️ Solution
Complete Solution
Step-by-step Solution  ·  37 steps
  1. Given — system of equations
    \[ \begin{align} 2x+y+z&=1\tag{1}\\ x-2y-z&=\frac{3}{2}\tag{2}\\ 3y-5z&=9\tag{3} \end{align} \]
  2. Notice that the coefficient of \(x\) in the third equation is \(0\). Therefore, equation (3) is written as
    \[0x+3y-5z=9\]
  3. Write the System in Matrix Form
  4. The coefficient matrix is
    \[A=\begin{bmatrix}2&1&1\\1&-2&-1\\0&3&-5\end{bmatrix}\]
  5. The variable matrix is
    \[X=\begin{bmatrix}x\\y\\z\end{bmatrix}\]
  6. The constant matrix is
    \[B=\begin{bmatrix}1\\\frac{3}{2}\\9\end{bmatrix}\]
  7. Therefore,
    \[\boxed{\bbox[5pt]{\begin{bmatrix}2&1&1\\1&-2&-1\\0&3&-5\end{bmatrix}\begin{bmatrix}x\\y\\z\end{bmatrix}=\begin{bmatrix}1\\\frac{3}{2}\\9\end{bmatrix}}}\]
  8. Hence,
    \[AX=B\]
  9. Find the Determinant of \(A\)
  10. We have
    \[|A|=\begin{vmatrix}2&1&1\\1&-2&-1\\0&3&-5\end{vmatrix}\]
  11. Expanding along the third row is convenient because its first element is \(0\):
    \[\begin{aligned}|A|&=0\begin{vmatrix}1&1\\-2&-1\end{vmatrix}-3\begin{vmatrix}2&1\\1&-1\end{vmatrix}-5\begin{vmatrix}2&1\\1&-2\end{vmatrix}\end{aligned}\]
  12. Now evaluate the first \(2\times2\) determinant:
    \[\begin{vmatrix}1&1\\-2&-1\end{vmatrix}=(1)(-1)-(1)(-2)=-1+2=1\]
  13. Its contribution is
    \[0(1)=0\]
  14. Next,
    \[\begin{vmatrix}2&1\\1&-1\end{vmatrix}=(2)(-1)-(1)(1)=-2-1=-3\]
  15. Therefore, its contribution is
    \[-3(-3)=9\]
  16. Finally,
    \[\begin{vmatrix}2&1\\1&-2\end{vmatrix}=(2)(-2)-(1)(1)=-4-1=-5\]
  17. Therefore, its contribution is
    \[-5(-5)=25\]
  18. Hence,
    \[\begin{aligned}|A|&=0+9+25\\&=34\end{aligned}\]
  19. Thus,
    \[\boxed{|A|=34}\]
  20. Since
    \[|A|=34\neq0,\]
    the matrix \(A\) is non-singular and \(A^{-1}\) exists. Therefore, the system is consistent and has a unique solution.
  21. Find the Cofactors of \(A\)
  22. Let \(A_{ij}\) denote the cofactor corresponding to the element in the \(i\)-th row and \(j\)-th column. Recall that
    \[ A_{ij}=(-1)^{i+j}M_{ij}, \]
    where \(M_{ij}\) is the corresponding minor.
  23. Cofactors of the first row:
  24. \[\begin{aligned}A_{11}&=(+1)\begin{vmatrix}-2&-1\\3&-5\end{vmatrix}\\&=(-2)(-5)-(-1)(3)\\&=10+3\\&=13\end{aligned}\]
    \[\begin{aligned}A_{12}&=(-1)\begin{vmatrix}1&-1\\0&-5\end{vmatrix}\\&=-\left[(1)(-5)-(-1)(0)\right]\\&=-(-5)\\&=5\end{aligned}\]
    \[\begin{aligned}A_{13}&=(+1)\begin{vmatrix}1&-2\\0&3\end{vmatrix}\\&=(1)(3)-(-2)(0)\\&=3\end{aligned}\]
  25. Cofactors of the second row:
  26. \[\begin{aligned}A_{21}&=(-1)\begin{vmatrix}1&1\\3&-5\end{vmatrix}\\&=-\left[(1)(-5)-(1)(3)\right]\\&=-(-5-3)\\&=8\end{aligned}\]
    \[\begin{aligned}A_{22}&=(+1)\begin{vmatrix}2&1\\0&-5\end{vmatrix}\\&=(2)(-5)-(1)(0)\\&=-10\end{aligned}\]
    \[\begin{aligned}A_{23}&=(-1)\begin{vmatrix}2&1\\0&3\end{vmatrix}\\&=-\left[(2)(3)-(1)(0)\right]\\&=-6\end{aligned}\]
  27. Cofactors of the third row:
  28. \[\begin{aligned}A_{31}&=(+1)\begin{vmatrix}1&1\\-2&-1\end{vmatrix}\\&=(1)(-1)-(1)(-2)\\&=-1+2\\&=1\end{aligned}\]
    \[\begin{aligned}A_{32}&=(-1)\begin{vmatrix}2&1\\1&-1\end{vmatrix}\\&=-\left[(2)(-1)-(1)(1)\right]\\&=-(-2-1)\\&=3\end{aligned}\]
    \[\begin{aligned}A_{33}&=(+1)\begin{vmatrix}2&1\\1&-2\end{vmatrix}\\&=(2)(-2)-(1)(1)\\&=-4-1\\&=-5\end{aligned}\]
  29. Therefore, the cofactor matrix is
    \[ C=\begin{bmatrix} 13&5&3\\ 8&-10&-6\\ 1&3&-5 \end{bmatrix} \]
  30. Find the Adjoint of \(A\)
  31. The adjoint of a matrix is the transpose of its cofactor matrix:
    \[ \operatorname{adj}(A)=C^{T}. \]
  32. Therefore,
    \[\operatorname{adj}(A)=\begin{bmatrix}13&8&1\\5&-10&3\\3&-6&-5\end{bmatrix}\]
  33. Hence,
    \[\boxed{\bbox[5pt]{\operatorname{adj}(A)=\begin{bmatrix}13&8&1\\5&-10&3\\3&-6&-5\end{bmatrix}}}\]
  34. Find \(A^{-1}\)
  35. We use the formula
    \[A^{-1}=\frac{1}{|A|}\operatorname{adj}(A)\]
  36. Since
    \[|A|=34,\]
  37. we get
    \[A^{-1}=\frac{1}{34}\begin{bmatrix}13&8&1\\5&-10&3\\3&-6&-5\end{bmatrix}\]
  38. Thus,
    \[\boxed{\bbox[5pt]{A^{-1}=\frac{1}{34}\begin{bmatrix}13&8&1\\5&-10&3\\3&-6&-5\end{bmatrix}}}\]
  39. Calculate \(X=A^{-1}B\)
  40. From
    \[AX=B,\]
    multiplying both sides by \(A^{-1}\) on the left gives
    \[A^{-1}AX=A^{-1}B\]
  41. Since
    \[A^{-1}A=I,\]
    we obtain
    \[X=A^{-1}B\]
  42. Therefore,
    \[\begin{bmatrix}x\\y\\z\end{bmatrix}=\frac{1}{34}\begin{bmatrix}13&8&1\\5&-10&3\\3&-6&-5\end{bmatrix}\begin{bmatrix}1\\\frac{3}{2}\\9\end{bmatrix}\]
  43. Performing the matrix multiplication, the first component is
    \[\begin{aligned}x&=\frac{1}{34}\left[(13)(1)+(8)\left(\frac{3}{2}\right)+(1)(9)\right]\\&=\frac{1}{34}\left[13+12+9\right]\\&=\frac{34}{34}\\&=1\end{aligned}\]
  44. The second component is
    \[\begin{aligned}y&=\frac{1}{34}\left[(5)(1) +(-10)\left(\frac{3}{2}\right)+(3)(9)\right]\\ &=\frac{1}{34}\left[5-15+27\right]\\ &=\frac{17}{34}\\&=\frac{1}{2}\end{aligned}\]
  45. The third component is
    \[\begin{aligned}z&=\frac{1}{34}\left[(3)(1) +(-6)\left(\frac{3}{2}\right)+(-5)(9)\right]\\ &=\frac{1}{34}\left[3-9-45\right]\\ &=\frac{-51}{34}\\&=-\frac{3}{2}\end{aligned}\]
  46. Therefore,
    \[\boxed{\bbox[5pt]{\begin{bmatrix}x\\y\\z\end{bmatrix}=\begin{bmatrix}1\\\frac{1}{2}\\-\frac{3}{2}\end{bmatrix}}}\]
  47. Hence,
    \[ \boxed{x=1,\qquad y=\frac{1}{2},\qquad z=-\frac{3}{2}}. \]
🎯 Exam Significance
Exam Significance

This problem is a comprehensive application of the inverse-matrix method for a \(3\times3\) system. It tests several important concepts from the chapter: matrix representation of a system, determinant, minors, cofactors, adjoint, inverse matrix, and matrix multiplication.

A particularly important point is the zero coefficient of \(x\) in the third equation. It must be entered as \(0\) in the coefficient matrix:

\[A=\begin{bmatrix}2&1&1\\1&-2&-1\\0&3&-5\end{bmatrix}\]
Omitting this zero changes the matrix and leads to an incorrect solution.

The calculation

\[ |A|=34\neq0 \]
proves that \(A^{-1}\) exists. Therefore, the system is consistent and has a unique solution. In a board examination, students should clearly show the cofactor calculations and the transposition required to obtain the adjoint.

Significance for Competitive Entrance Examinations

This problem is useful for mastering the relationship between determinants, cofactors, adjoints, and inverse matrices. The determinant provides the quickest structural test:

\[ |A|\neq0 \quad\Longrightarrow\quad A^{-1}\text{ exists} \quad\Longrightarrow\quad \text{unique solution}. \]

For time-bound examinations, expanding the determinant along the third row is efficient because its first element is zero. This eliminates one minor immediately and reduces the amount of arithmetic.

Another important examination skill is maintaining the factor

\[ \frac{1}{34} \]
outside the matrix multiplication until the final stage. This makes the calculation cleaner and minimizes errors involving fractions.

🔑 Key Takeaways
Key Takeaways
Key Takeaways  ·  9 points
  1. A system of three linear equations can be represented as

    \[ AX=B. \]

  2. A missing variable in an equation must be represented by a zero coefficient. Here, the third equation contributes the row

    \[ [0\quad3\quad-5]. \]

  3. The determinant of the coefficient matrix is

    \[ |A|=34. \]

  4. Since

    \[ |A|=34\neq0, \]
    the coefficient matrix is non-singular and its inverse exists.

  5. The cofactor matrix is

    \[ \begin{bmatrix} 13&5&3\\ 8&-10&-6\\ 1&3&-5 \end{bmatrix}. \]

  6. The adjoint is the transpose of the cofactor matrix:

    \[ \operatorname{adj}(A)= \begin{bmatrix} 13&8&1\\ 5&-10&3\\ 3&-6&-5 \end{bmatrix}. \]

  7. The inverse is

    \[ A^{-1} = \frac{1}{34} \begin{bmatrix} 13&8&1\\ 5&-10&3\\ 3&-6&-5 \end{bmatrix}. \]

  8. Using

    \[ X=A^{-1}B, \]
    the solution is
    \[ \boxed{x=1,\quad y=\frac{1}{2},\quad z=-\frac{3}{2}}. \]

  9. Substitution into all three original equations confirms the solution.

← Q10
11 / 16  ·  69%
Q12 →
Q12
NUMERIC3 marks
Solve the following system of linear equations using the matrix method: \[ \begin{aligned} x-y+z&=4\\ 2x+y-3z&=0\\ x+y+z&=2 \end{aligned} \]
📘 Concept & Theory
Concept/Theory

A system of simultaneous linear equations can be expressed compactly in matrix form as

\[ AX=B, \]
where \(A\) is the coefficient matrix, \(X\) contains the unknown variables, and \(B\) contains the constant terms.

If

\[ |A|\neq0, \]
then \(A\) is non-singular, so its inverse \(A^{-1}\) exists. Starting from
\[ AX=B, \]
multiply both sides on the left by \(A^{-1}\):
\[ A^{-1}AX=A^{-1}B. \]
Since
\[ A^{-1}A=I, \]
we get
\[ X=A^{-1}B. \]

For a \(3\times3\) matrix, its inverse is obtained from

\[ A^{-1}=\frac{1}{|A|}\operatorname{adj}(A), \]
where \(\operatorname{adj}(A)\) is the transpose of the cofactor matrix of \(A\).

🗺️ Solution Roadmap
Step-by-step Plan
  1. Write the given equations in the form \(AX=B\).

  2. Identify the coefficient matrix \(A\), variable matrix \(X\), and constant matrix \(B\).

  3. Calculate \(|A|\) and check whether \(A^{-1}\) exists.

  4. Find all the cofactors of \(A\).

  5. Form the cofactor matrix and transpose it to obtain \(\operatorname{adj}(A)\).

  6. Use

    \[ A^{-1}=\frac{1}{|A|}\operatorname{adj}(A) \]
    to calculate \(A^{-1}\).

  7. Use

    \[ X=A^{-1}B \]
    to obtain \(x\), \(y\), and \(z\).

  8. Finally, substitute the values back into the original equations to verify the result.

✏️ Solution
Complete Solution
Step-by-step Solution  ·  33 steps
  1. Given — system of equations
  2. \[ \begin{align} x-y+z&=4\tag{1}\\ 2x+y-3z&=0\tag{2}\\ x+y+z&=2\tag{3} \end{align} \]
  3. Write the System in Matrix Form
  4. Reading the coefficients of \(x\), \(y\), and \(z\) from the three equations gives
    \[ A= \begin{bmatrix} 1&-1&1\\ 2&1&-3\\ 1&1&1 \end{bmatrix}\]
  5. The variable matrix is
    \[X=\begin{bmatrix}x\\y\\z\end{bmatrix},\]
    while the constant matrix is
    \[B=\begin{bmatrix}4\\0\\2\end{bmatrix}\]
  6. Therefore, the given system can be written as
    \[\boxed{\bbox[5pt]{\begin{bmatrix}1&-1&1\\2&1&-3\\1&1&1\end{bmatrix}\begin{bmatrix}x\\y\\z\end{bmatrix}=\begin{bmatrix}4\\0\\2\end{bmatrix}}}\]
  7. Thus,
    \[AX=B\]
  8. Find the Determinant of \(A\)
  9. We now calculate the determinant of the coefficient matrix:
    \[|A|=\begin{vmatrix}1&-1&1\\2&1&-3\\1&1&1\end{vmatrix}\]
  10. Expanding along the first row,
    \[\begin{aligned}|A|&=1\begin{vmatrix}1&-3\\1&1\end{vmatrix}-(-1)\begin{vmatrix}2&-3\\1&1\end{vmatrix}+1\begin{vmatrix}2&1\\1&1\end{vmatrix}\end{aligned}\]
  11. First minor:
    \[\begin{aligned}\begin{vmatrix}1&-3\\1&1\end{vmatrix}&=(1)(1)-(-3)(1)\\&=1+3\\&=4\end{aligned}\]
  12. Second minor:
    \[\begin{aligned}\begin{vmatrix}2&-3\\1&1\end{vmatrix}&=(2)(1)-(-3)(1)\\&=2+3\\&=5\end{aligned}\]
  13. Third minor:
    \[\begin{aligned}\begin{vmatrix}2&1\\1&1\end{vmatrix}&=(2)(1)-(1)(1)\\&=2-1\\&=1\end{aligned}\]
  14. Therefore,
    \[\begin{aligned}|A|&=4+5+1\\&=10\end{aligned}\]
  15. Hence,
    \[\boxed{|A|=10}\]
  16. Since
    \[|A|=10\neq0,\]
    \(A\) is non-singular and \(A^{-1}\) exists. Therefore, the given system is consistent and has a unique solution.
  17. Find the Cofactors of \(A\)
  18. The cofactor corresponding to \(a_{ij}\) is
    \[A_{ij}=(-1)^{i+j}M_{ij},\]
    where \(M_{ij}\) denotes the corresponding minor.
  19. The signs of the cofactors follow the pattern
    \[\begin{bmatrix}+&-&+\\-&+&-\\+&-&+\end{bmatrix}\]
  20. Cofactors of the first row:
  21. \[\begin{aligned}A_{11}&=(+1)\begin{vmatrix}1&-3\\1&1\end{vmatrix}\\&=(1)(1)-(-3)(1)\\&=1+3\\&=4\end{aligned}\]
    \[\begin{aligned}A_{12}&=(-1)\begin{vmatrix}2&-3\\1&1\end{vmatrix}\\&=-\left[(2)(1)-(-3)(1)\right]\\&=-(2+3)\\&=-5\end{aligned}\]
  22. \[\begin{aligned}A_{13}&=(+1)\begin{vmatrix}2&1\\1&1\end{vmatrix}\\&=(2)(1)-(1)(1)\\&=2-1\\&=1\end{aligned}\]
  23. Cofactors of the second row:
  24. \[\begin{aligned}A_{21}&=(-1)\begin{vmatrix}-1&1\\1&1\end{vmatrix}\\&=-\left[(-1)(1)-(1)(1)\right]\\&=-(-1-1)\\&=2\end{aligned}\]
    \[\begin{aligned}A_{22}&=(+1)\begin{vmatrix}1&1\\1&1\end{vmatrix}\\&=(1)(1)-(1)(1)\\&=0\end{aligned}\]
    \[\begin{aligned}A_{23}&=(-1)\begin{vmatrix}1&-1\\1&1\end{vmatrix}\\&=-\left[(1)(1)-(-1)(1)\right]\\&=-(1+1)\\&=-2\end{aligned}\]
  25. Cofactors of the third row:
  26. \[\begin{aligned}A_{31}&=(+1)\begin{vmatrix}-1&1\\1&-3\end{vmatrix}\\&=(-1)(-3)-(1)(1)\\&=3-1\\&=2\end{aligned}\]
    \[\begin{aligned}A_{32}&=(-1)\begin{vmatrix}1&1\\2&-3\end{vmatrix}\\&=-\left[(1)(-3)-(1)(2)\right]\\&=-(-3-2)\\&=5\end{aligned}\]
    \[\begin{aligned}A_{33}&=(+1)\begin{vmatrix}1&-1\\2&1\end{vmatrix}\\&=(1)(1)-(-1)(2)\\&=1+2\\&=3\end{aligned}\]
    Therefore, the cofactor matrix is
    \[C=\begin{bmatrix}4&-5&1\\2&0&-2\\2&5&3\end{bmatrix}\]
  27. Find the Adjoint of \(A\)
  28. Remember that the adjoint is obtained by taking the transpose of the cofactor matrix:
    \[ \operatorname{adj}(A)=C^T. \]
  29. Hence,
    \[\operatorname{adj}(A)=\begin{bmatrix}4&2&2\\-5&0&5\\1&-2&3\end{bmatrix}\]
  30. Therefore,
    \[\boxed{\bbox[5pt]{\operatorname{adj}(A)=\begin{bmatrix}4&2&2\\-5&0&5\\1&-2&3\end{bmatrix}}}\]
  31. Find \(A^{-1}\)
  32. Using
    \[A^{-1}=\frac{1}{|A|}\operatorname{adj}(A),\]
  33. we get
    \[A^{-1}=\frac{1}{10}\begin{bmatrix}4&2&2\\-5&0&5\\1&-2&3\end{bmatrix}\]
  34. Thus,
    \[\boxed{\bbox[5pt]{A^{-1}=\frac{1}{10}\begin{bmatrix}4&2&2\\-5&0&5\\1&-2&3\end{bmatrix}}}\]
  35. Calculate \(X=A^{-1}B\)
  36. From
    \[AX=B,\]
    multiply both sides on the left by \(A^{-1}\):
    \[A^{-1}AX=A^{-1}B\]
  37. Since
    \[A^{-1}A=I,\]
  38. we obtain
    \[X=A^{-1}B\]
  39. Therefore,
    \[\begin{bmatrix}x\\y\\z\end{bmatrix}=\frac{1}{10}\begin{bmatrix}4&2&2\\-5&0&5\\1&-2&3\end{bmatrix}\begin{bmatrix}4\\0\\2\end{bmatrix}\]
  40. For the first component,
    \[\begin{aligned}x&=\frac{1}{10}\left[(4)(4)+(2)(0)+(2)(2)\right]\\&=\frac{1}{10}[16+0+4]\\&=\frac{20}{10}\\&=2\end{aligned}\]
  41. For the second component,
    \[\begin{aligned}y&=\frac{1}{10}\left[(-5)(4)+(0)(0)+(5)(2)\right]\\&=\frac{1}{10}[-20+0+10]\\&=\frac{-10}{10}\\&=-1\end{aligned}\]
  42. For the third component,
    \[\begin{aligned}z&=\frac{1}{10}\left[(1)(4)+(-2)(0)+(3)(2)\right]\\&=\frac{1}{10}[4+0+6]\\&=\frac{10}{10}\\&=1\end{aligned}\]
  43. Therefore,
    \[\begin{bmatrix}x\\y\\z\end{bmatrix}=\begin{bmatrix}2\\-1\\1\end{bmatrix}\]
  44. Hence,
    \[\boxed{x=2,\quad y=-1,\quad z=1}\]
🎯 Exam Significance
Exam Significance

This question is a useful application of the inverse-matrix method and combines several important ideas from the chapter: matrix representation, determinants, minors, cofactors, adjoint, inverse of a matrix, and matrix multiplication.

For a board examination, it's important to show the logical sequence clearly. In particular, calculate \(|A|\) before attempting to find \(A^{-1}\). Here,

\[ |A|=10\neq0, \]
so the inverse exists and the system has a unique solution.

Pay special attention to the cofactor signs:

\[ \begin{bmatrix} +&-&+\\ -&+&-\\ +&-&+ \end{bmatrix} \]
A sign error at this stage can change the adjoint and consequently the final answer.

Another frequent mistake is confusing the cofactor matrix with the adjoint. The cofactor matrix here is

\[ C= \begin{bmatrix} 4&-5&1\\ 2&0&-2\\ 2&5&3 \end{bmatrix}, \]
while its transpose gives
\[ \operatorname{adj}(A)= \begin{bmatrix} 4&2&2\\ -5&0&5\\ 1&-2&3 \end{bmatrix} \]

Writing the intermediate steps makes the solution easier to follow and helps ensure that marks are not lost for an unexplained jump between the cofactor calculation, adjoint, inverse, and final solution.

Significance for Competitive Entrance Examinations

In competitive examinations, the first useful observation is often the determinant:

\[ |A|=10\neq0. \]
This immediately tells you that \(A\) is invertible and that the system has a unique solution.

When calculating a determinant, choose an expansion that keeps the arithmetic simple. For this matrix, expanding along the first row is convenient:

\[ |A|=4+5+1=10. \]

The inverse-matrix method is particularly useful when a question explicitly asks for the matrix method or when the same coefficient matrix occurs with different constant matrices. Once \(A^{-1}\) is available, the solution follows directly from

\[ X=A^{-1}B. \]

🔑 Key Takeaways
Key Takeaways
Key Takeaways  ·  9 points
  1. The system is represented in matrix form as

    \[ AX=B. \]

  2. The coefficient matrix is

    \[ A= \begin{bmatrix} 1&-1&1\\ 2&1&-3\\ 1&1&1 \end{bmatrix} \]

  3. The determinant is

    \[ |A|=10. \]

  4. Since

    \[ |A|=10\neq0, \]
    \(A^{-1}\) exists and the system has a unique solution.

  5. The cofactor matrix is

    \[ C= \begin{bmatrix} 4&-5&1\\ 2&0&-2\\ 2&5&3 \end{bmatrix}. \]

  6. The adjoint is

    \[ \operatorname{adj}(A)= \begin{bmatrix} 4&2&2\\ -5&0&5\\ 1&-2&3 \end{bmatrix} \]

  7. The inverse is

    \[ A^{-1} = \frac{1}{10} \begin{bmatrix} 4&2&2\\ -5&0&5\\ 1&-2&3 \end{bmatrix} \]

  8. Using

    \[ X=A^{-1}B, \]
    we obtain
    \[ \boxed{x=2,\quad y=-1,\quad z=1}. \]

  9. Substitution into all three original equations confirms that the solution is correct.

← Q11
12 / 16  ·  75%
Q13 →
Q13
NUMERIC3 marks
Solve the following system of linear equations using the matrix method: \[\begin{aligned}2x+3y+3z&=5\\x-2y+z&=-4\\3x-y-2z&=3\end{aligned}\]
📘 Concept & Theory
Concept/Theory

A system of three simultaneous linear equations can be represented in matrix form as

\[ AX=B, \]
where \(A\) is the coefficient matrix, \(X\) is the column matrix of unknowns, and \(B\) is the column matrix of constants.

If

\[ |A|\neq0, \]
then \(A\) is non-singular and its inverse exists. Multiplying
\[ AX=B \]
by \(A^{-1}\) on the left gives
\[ A^{-1}AX=A^{-1}B, \]
and hence
\[ X=A^{-1}B. \]

The inverse of a non-singular square matrix is calculated using

\[ A^{-1}=\frac{1}{|A|}\operatorname{adj}(A). \]
Therefore, this problem requires the calculation of the determinant, cofactors, adjoint, inverse, and finally the product \(A^{-1}B\).

🗺️ Solution Roadmap
Step-by-step Plan
  1. Write the given equations in matrix form \(AX=B\).

  2. Identify the coefficient matrix \(A\), variable matrix \(X\), and constant matrix \(B\).

  3. Calculate \(|A|\) to determine whether \(A^{-1}\) exists.

  4. Find all nine cofactors of \(A\).

  5. Form the cofactor matrix.

  6. Transpose the cofactor matrix to obtain \(\operatorname{adj}(A)\).

  7. Calculate \(A^{-1}\) using

    \[ A^{-1}=\frac{1}{|A|}\operatorname{adj}(A). \]

  8. Use

    \[ X=A^{-1}B \]
    to determine \(x\), \(y\), and \(z\).

  9. Verify the values in the original equations.

✏️ Solution
Complete Solution
Step-by-step Solution  ·  33 steps
  1. Given — equations are
    \[ \begin{aligned} 2x+3y+3z&=5\\ x-2y+z&=-4\\ 3x-y-2z&=3 \end{aligned} \]
  2. Write the System in Matrix Form
  3. Comparing the coefficients of \(x\), \(y\), and \(z\), the coefficient matrix is
    \[ A= \begin{bmatrix} 2&3&3\\ 1&-2&1\\ 3&-1&-2 \end{bmatrix} \]
  4. The variable matrix is
    \[X=\begin{bmatrix}x\\y\\z\end{bmatrix},\]
    and the constant matrix is
    \[B=\begin{bmatrix}5\\-4\\3\end{bmatrix}\]
  5. Hence,
    \[\boxed{\bbox[5pt]{\begin{bmatrix}2&3&3\\1&-2&1\\3&-1&-2\end{bmatrix} \begin{bmatrix}x\\y\\z\end{bmatrix} =\begin{bmatrix}5\\-4\\ 3\end{bmatrix}}}\]
  6. Thus,
    \[AX=B\]
  7. Find the Determinant of \(A\)
  8. We have
    \[|A|=\begin{vmatrix}2&3&3\\1&-2&1\\3&-1&-2\end{vmatrix}\]
  9. Expanding along the first row,
    \[\begin{aligned}|A|&=2\begin{vmatrix}-2&1\\-1&-2\end{vmatrix}-3 \begin{vmatrix}1&1\\3&-2\end{vmatrix}+3\begin{vmatrix}1&-2\\3&-1\end{vmatrix}\end{aligned}\]
  10. Evaluating the first minor,
    \[\begin{aligned}\begin{vmatrix}-2&1\\-1&-2\end{vmatrix} &=(-2)(-2)-(1)(-1)\\&=4+1\\&=5\end{aligned}\]
  11. Evaluating the second minor,
    \[\begin{aligned}\begin{vmatrix}1&1\\3&-2\end{vmatrix} &=(1)(-2)-(1)(3)\\&=-2-3\\&=-5\end{aligned}\]
  12. Evaluating the third minor,
    \[\begin{aligned}\begin{vmatrix}1&-2\\3&-1\end{vmatrix} &=(1)(-1)-(-2)(3)\\&=-1+6\\&=5\end{aligned}\]
  13. Therefore,
    \[\begin{aligned}|A|&=2(5)-3(-5)+3(5)\\&=10+15+15\\&=40\end{aligned}\]
  14. Hence,
    \[\boxed{|A|=40}\]
    the matrix \(A\) is non-singular. Therefore, \(A^{-1}\) exists and the given system has a unique solution.
  15. Find the Cofactors of \(A\)
  16. The cofactor of an element \(a_{ij}\) is given by
    \[A_{ij}=(-1)^{i+j}M_{ij},\]
    where \(M_{ij}\) is the corresponding minor.
  17. The cofactor sign pattern is
    \[\begin{bmatrix}+&-&+\\-&+&-\\+&-&+\end{bmatrix}\]
  18. Cofactors of the first row:
  19. \[\begin{aligned}A_{11}&=(+1)\begin{vmatrix}-2&1\\-1&-2\end{vmatrix}\\&=(-2)(-2)-(1)(-1)\\&=4+1\\&=5\end{aligned}\]
    \[\begin{aligned}A_{12}&=(-1)\begin{vmatrix}1&1\\3&-2\end{vmatrix}\\&=-\left[(1)(-2)-(1)(3)\right]\\&=-(-2-3)\\&=5\end{aligned}\]
    \[\begin{aligned}A_{13}&=(+1)\begin{vmatrix}1&-2\\3&-1\end{vmatrix}\\&=(1)(-1)-(-2)(3)\\&=-1+6\\&=5\end{aligned}\]
  20. Cofactors of the second row:
  21. \[\begin{aligned}A_{21}&=(-1)\begin{vmatrix}3&3\\-1&-2\end{vmatrix}\\&=-\left[(3)(-2)-(3)(-1)\right]\\&=-(-6+3)\\&=3\end{aligned}\]
    \[\begin{aligned}A_{22}&=(+1)\begin{vmatrix}2&3\\3&-2\end{vmatrix}\\&=(2)(-2)-(3)(3)\\&=-4-9\\&=-13\end{aligned}\]
    \[\begin{aligned}A_{23}&=(-1)\begin{vmatrix}2&3\\3&-1\end{vmatrix}\\&=-\left[(2)(-1)-(3)(3)\right]\\&=-(-2-9)\\&=11\end{aligned}\]
  22. Cofactors of the third row:
  23. \[\begin{aligned}A_{31}&=(+1)\begin{vmatrix}3&3\\-2&1\end{vmatrix}\\&=(3)(1)-(3)(-2)\\&=3+6\\&=9\end{aligned}\]
    \[\begin{aligned}A_{32}&=(-1)\begin{vmatrix}2&3\\1&1\end{vmatrix}\\&=-\left[(2)(1)-(3)(1)\right]\\&=-(2-3)\\&=1\end{aligned}\]
    \[\begin{aligned}A_{33}&=(+1)\begin{vmatrix}2&3\\1&-2\end{vmatrix}\\&=(2)(-2)-(3)(1)\\&=-4-3\\&=-7\end{aligned}\]
  24. Therefore, the cofactor matrix is
    \[C=\begin{bmatrix}5&5&5\\3&-13&11\\9&1&-7\end{bmatrix}\]
  25. Find the Adjoint of \(A\)
  26. The adjoint of \(A\) is the transpose of its cofactor matrix:
    \[ \operatorname{adj}(A)=C^T. \]
  27. Therefore,
    \[\operatorname{adj}(A)=\begin{bmatrix}5&3&9\\5&-13&1\\5&11&-7\end{bmatrix}\]
  28. Hence,
    \[\boxed{\bbox[5pt]{\operatorname{adj}(A)=\begin{bmatrix}5&3&9\\5&-13&1\\5&11&-7\end{bmatrix}}}\]
  29. Find the Inverse of \(A\)
  30. We use
    \[A^{-1}=\frac{1}{|A|}\operatorname{adj}(A)\]
  31. Since
    \[|A|=40,\]
  32. we obtain
    \[\begin{aligned}A^{-1}&=\frac{1}{40}\begin{bmatrix}5&3&9\\5&-13&1\\5&11&-7\end{bmatrix}\end{aligned}\]
  33. Thus,
    \[\boxed{\bbox[5pt]{A^{-1}=\frac{1}{40}\begin{bmatrix}5&3&9\\5&-13&1\\5&11&-7\end{bmatrix}}}\]
  34. Find \(X=A^{-1}B\)
  35. We have
    \[AX=B\]
  36. Multiplying both sides by \(A^{-1}\),
    \[A^{-1}AX=A^{-1}B\]
  37. Since
    \[A^{-1}A=I,\]
  38. we get
    \[X=A^{-1}B\]
  39. Therefore,
    \[\begin{bmatrix}x\\y\\z\end{bmatrix}=\frac{1}{40}\begin{bmatrix}5&3&9\\5&-13&1\\5&11&-7\end{bmatrix}\begin{bmatrix}5\\-4\\3\end{bmatrix}\]
  40. Calculating the first component,
    \[\begin{aligned}x&=\frac{1}{40}\left[(5)(5)+(3)(-4)+(9)(3)\right]\\ &=\frac{1}{40}\left[25-12+27\right]\\ &=\frac{40}{40}\\ &=1\end{aligned} \]
  41. Calculating the second component,
    \[\begin{aligned}y&=\frac{1}{40}\left[(5)(5)+(-13)(-4)+(1)(3)\right]\\ &=\frac{1}{40}\left[25+52+3\right]\\ &=\frac{80}{40}\\ &=2\end{aligned} \]
  42. Calculating the third component,
    \[\begin{aligned}z&=\frac{1}{40}\left[(5)(5)+(11)(-4)+(-7)(3)\right]\\ &=\frac{1}{40}\left[25-44-21\right]\\ &=\frac{-40}{40}\\ &=-1\end{aligned} \]
  43. Hence,
    \[\begin{bmatrix}x\\y\\z\end{bmatrix} =\begin{bmatrix}1\\2\\-1\end{bmatrix}. \]
  44. Therefore,
    \[\boxed{x=1,\qquad y=2,\qquad z=-1}\]
🎯 Exam Significance
Exam Significance

This problem is an important application of the inverse-matrix method in Class 12 Mathematics. It tests several connected concepts from matrices and determinants: representation of a system as \(AX=B\), evaluation of a determinant, calculation of cofactors, formation of the adjoint, calculation of the inverse, and matrix multiplication.

The determinant must be checked before finding the inverse:

\[ |A|=40\neq0. \]
This establishes that \(A^{-1}\) exists and that the system has a unique solution.

For board examinations, every major intermediate step should be shown. In particular, do not directly write the adjoint without establishing the cofactor matrix. Also remember that the adjoint is the transpose of the cofactor matrix, not the cofactor matrix itself.

The cofactor matrix is

\[\begin{bmatrix}5&5&5\\3&-13&11\\9&1&-7\end{bmatrix},\]
whereas the adjoint is
\[\begin{bmatrix}5&3&9\\5&-13&1\\5&11&-7\end{bmatrix}\]

Correct signs while calculating cofactors are especially important because one incorrect sign changes the adjoint and therefore changes the final solution.

Significance for Competitive Entrance Examinations

For competitive examinations, the determinant provides an immediate structural check:

\[ |A|=40\neq0. \]
Therefore, the coefficient matrix is invertible and the system has exactly one solution.

The cofactor and determinant calculations also provide useful practice in sign management and minor evaluation. In a time-bound examination, careful selection of the row or column for determinant expansion can reduce arithmetic considerably.

Once the inverse has been obtained, the entire system is reduced to the compact relation

\[ X=A^{-1}B. \]
This is particularly useful when several systems share the same coefficient matrix \(A\), because the inverse can be calculated once and reused with different constant matrices.

🔑 Key Takeaways
Key Takeaways
Key Takeaways  ·  9 points
  1. The system is first written as

    \[ AX=B. \]

  2. The coefficient matrix is

    \[A=\begin{bmatrix}2&3&3\\1&-2&1\\3&-1&-2\end{bmatrix}\]

  3. The determinant is

    \[|A|=40\neq0.\]

  4. Therefore, \(A\) is non-singular, \(A^{-1}\) exists, and the system has a unique solution.

  5. The cofactor matrix is

    \[C=\begin{bmatrix}5&5&5\\3&-13&11\\9&1&-7\end{bmatrix}\]

  6. The adjoint is

    \[\operatorname{adj}(A)=\begin{bmatrix}5&3&9\\5&-13&1\\5&11&-7\end{bmatrix}\]

  7. The inverse is

    \[A^{-1}=\frac{1}{40}\begin{bmatrix}5&3&9\\5&-13&1\\5&11&-7\end{bmatrix}\]

  8. Using

    \[ X=A^{-1}B, \]
    we obtain
    \[ \boxed{x=1,\quad y=2,\quad z=-1}. \]

  9. Substitution into all three original equations confirms the solution.

← Q12
13 / 16  ·  81%
Q14 →
Q14
NUMERIC3 marks
Solve the following system of equations using the matrix method: \[ \begin{aligned} x-y+2z&=7\\ 3x+4y-5z&=-5\\ 2x-y+3z&=12 \end{aligned} \]
📘 Concept & Theory
Concept/Theory

A system of three simultaneous linear equations can be expressed in the matrix form

\[ AX=B, \]
where \(A\) is the coefficient matrix, \(X\) is the column matrix containing the variables, and \(B\) is the column matrix of constants.

If

\[ |A|\neq0, \]
then \(A\) is non-singular and its inverse exists. Multiplying \(AX=B\) by \(A^{-1}\) on the left gives
\[ A^{-1}AX=A^{-1}B. \]
Since
\[ A^{-1}A=I, \]
we obtain
\[ X=A^{-1}B. \]

The inverse of a non-singular matrix is calculated using

\[ A^{-1}=\frac{1}{|A|}\operatorname{adj}(A). \]
Thus, we first calculate the determinant and cofactors of \(A\), form \(\operatorname{adj}(A)\), calculate \(A^{-1}\), and finally determine \(X\).

🗺️ Solution Roadmap
Step-by-step Plan
  1. Write the given equations in matrix form \(AX=B\).

  2. Identify the coefficient matrix \(A\) and constant matrix \(B\).

  3. Calculate \(|A|\).

  4. Since \(|A|\neq0\), conclude that \(A^{-1}\) exists and the system has a unique solution.

  5. Calculate all nine cofactors of \(A\).

  6. Form the cofactor matrix.

  7. Transpose the cofactor matrix to obtain \(\operatorname{adj}(A)\).

  8. Calculate \(A^{-1}\).

  9. Use \(X=A^{-1}B\) to obtain \(x,y,z\).

  10. Verify the solution in the original equations.

✏️ Solution
Complete Solution
Step-by-step Solution  ·  32 steps
  1. Write the System in Matrix Form
  2. The given equations are
    \[ \begin{aligned} x-y+2z&=7\\ 3x+4y-5z&=-5\\ 2x-y+3z&=12 \end{aligned} \]
  3. Comparing the coefficients of \(x\), \(y\), and \(z\), the coefficient matrix is
    \[A=\begin{bmatrix}1&-1&2\\3&4&-5\\2&-1&3\end{bmatrix}\]
  4. The variable matrix is
    \[X=\begin{bmatrix}x\\y\\z\end{bmatrix},\]
    and the constant matrix is
    \[B=\begin{bmatrix}7\\-5\\12\end{bmatrix}\]
  5. Therefore,
    \[\boxed{\bbox[5pt]{\begin{bmatrix}1&-1&2\\3&4&-5\\2&-1&3\end{bmatrix}\begin{bmatrix}x\\y\\z\end{bmatrix} =\begin{bmatrix}7\\-5\\12\end{bmatrix}}}\]
  6. Thus,
    \[AX=B\]
  7. Calculate the Determinant of \(A\)
  8. We have
    \[|A|=\begin{vmatrix}1&-1&2\\3&4&-5\\2&-1&3\end{vmatrix}\]
  9. Expanding along the first row,
    \[\begin{aligned}|A|&=1\begin{vmatrix}4&-5\\-1&3\end{vmatrix} -(-1)\begin{vmatrix}3&-5\\2&3\end{vmatrix} +2\begin{vmatrix}3&4\\2&-1\end{vmatrix}\end{aligned}\]
  10. Evaluate the first minor:
    \[\begin{aligned}\begin{vmatrix}4&-5\\-1&3\end{vmatrix}&=(4)(3)-(-5)(-1)\\&=12-5\\&=7\end{aligned}\]
  11. Evaluate the second minor:
    \[\begin{aligned}\begin{vmatrix}3&-5\\2&3\end{vmatrix}&=(3)(3)-(-5)(2)\\&=9+10\\&=19\end{aligned}\]
  12. Evaluate the third minor:
    \[\begin{aligned}\begin{vmatrix}3&4\\2&-1\end{vmatrix} &=(3)(-1)-(4)(2)\\ &=-3-8\\ &=-11 \end{aligned} \]
  13. Hence,
    \[ \begin{aligned} |A| &=1(7)-(-1)(19)+2(-11)\\ &=7+19-22\\ &=26-22\\ &=4 \end{aligned} \]
  14. Therefore,
    \[ \boxed{|A|=4}. \]
  15. Since
    \[|A|=4\neq0,\]
    matrix \(A\) is non-singular. Hence \(A^{-1}\) exists and the system has a unique solution.
  16. Find the Cofactors of \(A\)
  17. The cofactor of \(a_{ij}\) is
    \[ A_{ij}=(-1)^{i+j}M_{ij}, \]
    where \(M_{ij}\) is the corresponding minor.
  18. The cofactor sign pattern is
    \[ \begin{bmatrix} +&-&+\ -&+&-\ +&-&+ \end{bmatrix}. \]
  19. Cofactors of the first row:
  20. \[\begin{aligned}A_{11}&=(+1)\begin{vmatrix}4&-5\\-1&3\end{vmatrix}\\&=(4)(3)-(-5)(-1)\\&=12-5\\&=7\end{aligned}\]
    \[\begin{aligned}A_{12}&=(-1)\begin{vmatrix}3&-5\\2&3\end{vmatrix}\\&=-\left[(3)(3)-(-5)(2)\right]\\&=-(9+10)\\&=-19\end{aligned}\]
    \[\begin{aligned}A_{13}&=(+1)\begin{vmatrix}3&4\\2&-1\end{vmatrix}\\&=(3)(-1)-(4)(2)\\&=-3-8\\&=-11\end{aligned}\]
  21. Cofactors of the second row:
  22. \[\begin{aligned}A_{21}&=(-1)\begin{vmatrix}-1&2\\-1&3\end{vmatrix}\\&=-\left[(-1)(3)-(2)(-1)\right]\\&=-(-3+2)\\&=1\end{aligned}\]
    \[\begin{aligned}A_{22}&=(+1)\begin{vmatrix}1&2\\2&3\end{vmatrix}\\&=(1)(3)-(2)(2)\\&=3-4\\&=-1\end{aligned}\]
    \[\begin{aligned}A_{23}&=(-1)\begin{vmatrix}1&-1\\\end{vmatrix}\\&=-\left[(1)(-1)-(-1)(2)\right]\\&=-(-1+2)\\&=-1\end{aligned}\]
  23. Cofactors of the third row:
  24. \[\begin{aligned}A_{31}&=(+1)\begin{vmatrix}-1&2\\4&-5\end{vmatrix}\\&=(-1)(-5)-(2)(4)\\&=5-8\\&=-3\end{aligned}\]
    \[\begin{aligned}A_{32}&=(-1)\begin{vmatrix}1&2\\3&-5\end{vmatrix}\\&=-\left[(1)(-5)-(2)(3)\right]\\&=-(-5-6)\\&=11\end{aligned}\]
    \[\begin{aligned}A_{33}&=(+1)\begin{vmatrix}1&-1\\3&4\end{vmatrix}\\&=(1)(4)-(-1)(3)\\&=4+3\\&=7\end{aligned}\]
  25. Therefore, the cofactor matrix is
    \[C=\begin{bmatrix}7&-19&-11\\1&-1&-1\\-3&11&7\end{bmatrix}\]
  26. Find the Adjoint of \(A\)
  27. The adjoint of a matrix is the transpose of its cofactor matrix:
    \[ \operatorname{adj}(A)=C^T. \]
  28. Hence,
    \[\begin{aligned}\operatorname{adj}(A)&=\begin{bmatrix}7&-19&-11\\1&-1&11\\-3&-1&7\end{bmatrix}\end{aligned}\]
  29. Therefore,
    \[\boxed{\operatorname{adj}(A)=\begin{bmatrix}7&1&-3\\-19&-1&11\\-11&-1&7\end{bmatrix}}\]
  30. Find the Inverse of \(A\)
  31. We use the formula
    \[A^{-1}=\frac{1}{|A|}\operatorname{adj}(A)\]
  32. Since \(|A|=4,\) we get
    \[\begin{aligned}A^{-1}&=\frac{1}{4}\begin{bmatrix}7&1&-3\\-19&-1&11\\-11&-1&7\end{bmatrix}\end{aligned}\]
  33. Thus,
    \[\boxed{A^{-1}=\frac{1}{4}\begin{bmatrix}7&1&-3\\-19&-1&11\\-11&-1&7\end{bmatrix}}\]
  34. Calculate \(X=A^{-1}B\)
  35. From
    \[ AX=B, \]
    multiplying both sides by \(A^{-1}\), we obtain
    \[ A^{-1}AX=A^{-1}B. \]
  36. Since
    \[ A^{-1}A=I, \]
    it follows that
    \[ X=A^{-1}B. \]
  37. Therefore,
    \[\begin{bmatrix}x\\y\\z\end{bmatrix}=\frac{1}{4}\begin{bmatrix}7&1&-3\\-19&-1&11\\-11&-1&7\end{bmatrix}\begin{bmatrix}7\\-5\\12\end{bmatrix}\]
  38. For the first component,
    \[\begin{aligned}x&=\frac{1}{4}\left[(7)(7)+(1)(-5)+(-3)(12)\right]\\ &=\frac{1}{4}\left[49-5-36\right]\\ &=\frac{8}{4}\\ &=2\end{aligned} \]
  39. For the second component,
    \[\begin{aligned}y&=\frac{1}{4}\left[(-19)(7)+(-1)(-5)+(11)(12)\right]\\&=\frac{1}{4}\left[-133+5+132\right]\\&=\frac{4}{4}\\&=1\end{aligned}\]
  40. For the third component,
    \[\begin{aligned}z&=\frac{1}{4}\left[(-11)(7)+(-1)(-5)+(7)(12)\right]\\ &=\frac{1}{4}\left[-77+5+84\right]\\ &=\frac{12}{4}\\ &=3\end{aligned}\]
  41. Hence,
    \[\begin{bmatrix}x\\y\\z\end{bmatrix}=\begin{bmatrix}2\\1\\3\end{bmatrix}\]
  42. Therfore,
    \[\boxed{x=2,\qquad y=1,\qquad z=3}\]
🎯 Exam Significance
Exam Significance

This problem is a comprehensive application of the inverse-matrix method for solving simultaneous linear equations. It combines important concepts from both matrices and determinants, including determinant evaluation, cofactors, adjoint, inverse of a matrix, and matrix multiplication.

A crucial first check is

\[ |A|=4\neq0. \]
This establishes that \(A^{-1}\) exists and that the system has a unique solution.

For board examinations, the intermediate calculations should be shown clearly. In particular, the cofactor matrix must be distinguished from the adjoint. The adjoint is obtained by transposing the cofactor matrix.

Here,

\[C=\begin{bmatrix}7&-19&-11\\1&-1&-1\\-3&11&7\end{bmatrix}\]
whereas
\[\operatorname{adj}(A)=\begin{bmatrix}7&1&-3\\-19&-1&11\\-11&-1&7\end{bmatrix}\]

Writing the cofactors systematically and maintaining the correct \(+,-,+\) sign pattern helps avoid errors in the adjoint and inverse.

Significance for Competitive Entrance Examinations

This problem reinforces the relationship between the determinant and the solvability of a system. Since

\[ |A|\neq0, \]
the coefficient matrix is invertible and the system has exactly one solution.

For time-bound examinations, determinant expansion should be performed strategically. Once the inverse is available, the solution follows directly from

\[ X=A^{-1}B. \]

The problem also provides useful practice in cofactor signs, minor evaluation, transposition, and matrix multiplication, all of which are frequently tested either directly or as components of more advanced matrix and determinant questions.

🔑 Key Takeaways
Key Takeaways
Key Takeaways  ·  10 points
  1. The system is represented as

    \[ AX=B. \]

  2. The coefficient matrix is

    \[ A= \begin{bmatrix} 1&-1&2\\ 3&4&-5\\ 2&-1&3 \end{bmatrix} \]

  3. The determinant is

    \[ |A|=4\neq0. \]

  4. Therefore, \(A\) is non-singular and \(A^{-1}\) exists.

  5. The system consequently has a unique solution.

  6. The cofactor matrix is

    \[ C= \begin{bmatrix} 7&-19&-11\\ 1&-1&-1\\ -3&11&7 \end{bmatrix} \]

  7. The adjoint is

    \[ \operatorname{adj}(A)= \begin{bmatrix} 7&1&-3\\ -19&-1&11\\ -11&-1&7 \end{bmatrix} \]

  8. The inverse is

    \[ A^{-1} = \frac{1}{4} \begin{bmatrix} 7&1&-3\\ -19&-1&11\\ -11&-1&7 \end{bmatrix} \]

  9. Using

    \[ X=A^{-1}B, \]
    the solution is
    \[ \boxed{x=2,\quad y=1,\quad z=3}. \]

  10. Substitution into all three original equations confirms the solution.

← Q13
14 / 16  ·  88%
Q15 →
Q15
NUMERIC3 marks
Given \[A=\begin{bmatrix}2&-3&5\\3&2&-4\\1&1&-2\end{bmatrix},\] find \(A^{-1}\). Hence, solve the system of equations \[\begin{aligned}2x-3y+5z&=11\\3x+2y-4z&=-5\\x+y-2z&=-3.\end{aligned}\]
📘 Concept & Theory
Concept/Theory

For a square matrix \(A\), the inverse exists if and only if

\[ |A|\neq0. \]
When the inverse exists,
\[ A^{-1}=\frac{1}{|A|}\operatorname{adj}(A), \]
where \(\operatorname{adj}(A)\) is the transpose of the cofactor matrix of \(A\).

A system of linear equations can be written in the matrix form

\[ AX=B. \]
If \(A^{-1}\) exists, then
\[ A^{-1}AX=A^{-1}B, \]
and therefore
\[ X=A^{-1}B. \]
This gives the values of the unknowns directly.

🗺️ Solution Roadmap
Step-by-step Plan
  1. Calculate all the cofactors of the given matrix \(A\).

  2. Calculate \(|A|\) and verify that it is non-zero.

  3. Form the cofactor matrix.

  4. Transpose the cofactor matrix to obtain \(\operatorname{adj}(A)\).

  5. Use \(A^{-1}=\dfrac{1}{|A|}\operatorname{adj}(A)\) to find \(A^{-1}\).

  6. Write the given system as \(AX=B\).

  7. Use \(X=A^{-1}B\) to calculate \(x,y,z\).

  8. Verify the obtained values in the original equations.

✏️ Solution
Complete Solution
Step-by-step Solution  ·  33 steps
  1. Finding \(A^{-1}\)
  2. Given — Matrix
    \[A=\begin{bmatrix}2&-3&5\\3&2&-4\\1&1&-2\end{bmatrix}\]
  3. Find the Cofactors of \(A\)
  4. The cofactor of the element \(a_{ij}\) is
    \[ A_{ij}=(-1)^{i+j}M_{ij}, \]
    where \(M_{ij}\) is the corresponding minor.
  5. The cofactor sign pattern is
    \[\begin{bmatrix}+&-&+\\-&+&-\\+&-&+\end{bmatrix}\]
  6. Cofactor \(A_{11}\):
  7. \[\begin{aligned}A_{11}&=(+1)\begin{vmatrix}2&-4\\1&-2\end{vmatrix}\\&=(2)(-2)-(-4)(1)\\&=-4+4\\&=0\end{aligned}\]
  8. Cofactor \(A_{12}\):
  9. \[\begin{aligned}A_{12}&=(-1)\begin{vmatrix}3&-4\\1&-2\end{vmatrix}\\&=-\left[(3)(-2)-(-4)(1)\right]\\&=-(-6+4)\\&=2\end{aligned}\]
  10. Cofactor \(A_{13}\):
  11. \[\begin{aligned}A_{13}&=(+1)\begin{vmatrix}3&2\\1&1\end{vmatrix}\\&=(3)(1)-(2)(1)\\&=3-2\\&=1\end{aligned}\]
  12. Cofactor \(A_{21}\):
  13. \[\begin{aligned}A_{21}&=(-1)\begin{vmatrix}-3&5\\1&-2\end{vmatrix}\\&=-\left[(-3)(-2)-(5)(1)\right]\\&=-(6-5)\\&=-1\end{aligned}\]
  14. Cofactor \(A_{22}\):
  15. \[\begin{aligned}A_{22}&=(+1)\begin{vmatrix}2&5\\1&-2\end{vmatrix}\\&=(2)(-2)-(5)(1)\\&=-4-5\\&=-9\end{aligned}\]
  16. Cofactor \(A_{23}\):
  17. \[\begin{aligned}A_{23}&=(-1)\begin{vmatrix}2&-3\\1&1\end{vmatrix}\\&=-\left[(2)(1)-(-3)(1)\right]\\&=-(2+3)\\&=-5\end{aligned}\]
  18. Cofactor \(A_{31}\):
  19. \[\begin{aligned}A_{31}&=(+1)\begin{vmatrix}-3&5\\2&-4\end{vmatrix}\\&=(-3)(-4)-(5)(2)\\&=12-10\\&=2\end{aligned}\]
  20. Cofactor \(A_{32}\):
  21. \[\begin{aligned}A_{32}&=(-1)\begin{vmatrix}2&5\\3&-4\end{vmatrix}\\&=-\left[(2)(-4)-(5)(3)\right]\\&=-(-8-15)\\&=23\end{aligned}\]
  22. Cofactor \(A_{33}\):
  23. \[\begin{aligned}A_{33}&=(+1)\begin{vmatrix}2&-3\\3&2\end{vmatrix}\\&=(2)(2)-(-3)(3)\\&=4+9\\&=13\end{aligned}\]
  24. Hence, the cofactor matrix is
    \[C=\begin{bmatrix}0&2&1\\-1&-9&-5\\2&23&13\end{bmatrix}\]
  25. Find the Determinant of \(A\)
  26. Expanding \(|A|\) along the first row,
    \[\begin{aligned}|A|&=2\begin{vmatrix}2&-4\\1&-2\end{vmatrix} -(-3)\begin{vmatrix}3&-4\\1&-2\end{vmatrix} +5\begin{vmatrix}3&2\\1&1\end{vmatrix}\end{aligned}\]
  27. Using the minors already calculated,
    \[\begin{aligned}|A|&=2(0)+3(-2)+5(1)\\&=0-6+5\\&=-1\end{aligned}\]
  28. Therefore
    \[\boxed{|A|=-1}\]
  29. Since
    \[ |A|=-1\neq0, \]
    the matrix \(A\) is non-singular and \(A^{-1}\) exists.
  30. Find the Adjoint of \(A\)
  31. The adjoint is the transpose of the cofactor matrix:
    \[ \operatorname{adj}(A)=C^T. \]
  32. Therefore,
    \[\begin{aligned}\operatorname{adj}(A)&=\begin{bmatrix}0&2&1\\2&-9&23\\1&-5&13\end{bmatrix}\end{aligned}\]
  33. Thus,
    \[\boxed{\operatorname{adj}(A)=\begin{bmatrix}0&-1&2\\2&-9&23\\1&-5&13\end{bmatrix}}.\]
  34. Find \(A^{-1}\)
  35. We use
    \[ A^{-1}=\frac{1}{|A|}\operatorname{adj}(A). \]
  36. Since
    \[|A|=-1,\]
    we get
    \[\begin{aligned}A^{-1}&=-\begin{bmatrix}0&-1&2\\2&-9&23\\1&-5&13\end{bmatrix}\\ &=\begin{bmatrix}0&1&-2\\-2&9&-23\\-1&5&-13\end{bmatrix}\end{aligned}\]
  37. Hence,
    \[\boxed{A^{-1}=\begin{bmatrix}0&1&-2\\-2&9&-23\\-1&5&-13\end{bmatrix}}\]
  38. Solving the System Using \(A^{-1}\)
  39. Given — system is
    \[\begin{aligned}2x-3y+5z&=11\\3x+2y-4z&=-5\\x+y-2z&=-3\end{aligned}\]
  40. Comparing coefficients of \(x,y,z\), we obtain
    \[A=\begin{bmatrix}2&-3&5\\3&2&-4\\1&1&-2\end{bmatrix},\]
    \[X=\begin{bmatrix}x\\y\\z\end{bmatrix},\]
    and
    \[B=\begin{bmatrix}11\\-5\\-3\end{bmatrix}\]
  41. Therefore,
    \[\boxed{\begin{bmatrix}2&-3&5\\3&2&-4\\1&1&-2\end{bmatrix}\begin{bmatrix}x\\y\\z\end{bmatrix} =\begin{bmatrix}11\\-5\\-3\end{bmatrix}}\]
  42. Hence
    \[AX=B\]
  43. Use \(X=A^{-1}B\)
  44. Since \(A^{-1}\) exists,
    \[ A^{-1}AX=A^{-1}B \]
  45. Using
    \[ A^{-1}A=I, \]
  46. we obtain
    \[ X=A^{-1}B. \]
  47. Substituting the values of \(A^{-1}\) and \(B\),
    \[\begin{aligned}\begin{bmatrix}x\\y\\z\end{bmatrix} &=\begin{bmatrix}0&1&-2\\-2&9&-23\\-1&5&-13\end{bmatrix} \begin{bmatrix}11\\-5\\-3\end{bmatrix}\end{aligned}\]
  48. Calculate the first component:
    \[\begin{aligned}x&=0(11)+1(-5)+(-2)(-3)\\&=0-5+6\\&=1\end{aligned}\]
  49. Calculate the second component:
    \[\begin{aligned}y&=(-2)(11)+9(-5)+(-23)(-3)\\&=-22-45+69\\&=2\end{aligned}\]
  50. Calculate the third component:
    \[\begin{aligned}z&=(-1)(11)+5(-5)+(-13)(-3)\\&=-11-25+39\\&=3\end{aligned}\]
  51. Therefore,
    \[\begin{bmatrix}x\\y\\z\end{bmatrix} =\begin{bmatrix}1\\2\\3\end{bmatrix}\]
  52. Hence,
    \[\boxed{x=1,\quad y=2,\quad z=3}\]
🎯 Exam Significance
Exam Significance

This is an important application of the inverse-matrix method prescribed in the Class 12 Mathematics syllabus. The question tests several connected concepts: cofactors, determinant, adjoint, inverse of a matrix, matrix representation of a system of linear equations, and matrix multiplication.

The determinant check

\[ |A|=-1\neq0 \]
is particularly important because it establishes that \(A^{-1}\) exists and that the system has a unique solution.

In a board examination, students should not jump directly from the matrix \(A\) to its inverse. The cofactor matrix and its transpose should be shown clearly when the question requires the inverse by the adjoint method.

A common source of error is confusing the cofactor matrix with the adjoint matrix. The adjoint is obtained by transposing the complete cofactor matrix:

\[ \operatorname{adj}(A)=C^T. \]

Significance for Competitive Entrance Examinations

This problem is useful for developing speed and accuracy in determinant and matrix calculations. Once

\[ |A|\neq0 \]
is established, the existence of \(A^{-1}\) immediately implies a unique solution for the corresponding system.

For objective and time-bound examinations, careful use of the cofactor sign pattern

\[ \begin{bmatrix} +&-&+\\ -&+&-\\ +&-&+ \end{bmatrix} \]
can significantly reduce sign errors. The relationship
\[ A^{-1}=\frac{\operatorname{adj}(A)}{|A|} \]
is also a fundamental identity that can be used in more advanced problems involving matrix equations, determinants, and systems of linear equations.

🔑 Key Takeaways
Key Takeaways
Key Takeaways  ·  9 points
  1. For a square matrix \(A\), the inverse exists when

    \[ |A|\neq0. \]

  2. For the given matrix,

    \[ |A|=-1\neq0. \]

  3. The cofactor matrix is

    \[ C= \begin{bmatrix} 0&2&1\\ -1&-9&-5\\ 2&23&13 \end{bmatrix}. \]

  4. The adjoint is the transpose of the cofactor matrix:

    \[ \operatorname{adj}(A)= \begin{bmatrix} 0&-1&2\\ 2&-9&23\\ 1&-5&13 \end{bmatrix}. \]

  5. The inverse is

    \[ A^{-1}= \begin{bmatrix} 0&1&-2\\ -2&9&-23\\ -1&5&-13 \end{bmatrix}. \]

  6. A system of linear equations can be expressed as

    \[ AX=B. \]

  7. When \(A^{-1}\) exists, the solution is obtained from

    \[ X=A^{-1}B. \]

  8. For this system,

    \[ \boxed{x=1,\quad y=2,\quad z=3}. \]

  9. Substitution into the original equations provides a direct verification of the result.

← Q14
15 / 16  ·  94%
Q16 →
Q16
NUMERIC3 marks
The cost of 4 kg onion, 3 kg wheat and 2 kg rice is ₹ 60. The cost of 2 kg onion, 4 kg wheat and 6 kg rice is ₹ 90. The cost of 6 kg onion 2 kg wheat and 3 kg rice is ₹ 70. Find cost of each item per kg by matrix method.
📘 Concept & Theory
Concept/Theory

A system of three linear equations can be represented in matrix form as

\[ AX=B. \]
If
\[ |A|\neq0, \]
then \(A\) is non-singular and its inverse exists. The solution is then obtained using
\[ X=A^{-1}B. \]

In this problem, the three unknowns represent the cost per kilogram of onion, wheat and rice. We therefore form a \(3\times3\) coefficient matrix from the quantities of the three items and a column matrix from their total costs.

🗺️ Solution Roadmap
Step-by-step Plan
  1. Let the costs per kg of onion, wheat and rice be \(x,y,z\), respectively.

  2. Form the three linear equations from the given information.

  3. Write the equations in the matrix form \(AX=B\).

  4. Calculate \(|A|\) to determine whether \(A^{-1}\) exists.

  5. Find the cofactors of \(A\).

  6. Form \(\operatorname{adj}(A)\) by transposing the cofactor matrix.

  7. Calculate \(A^{-1}\).

  8. Use \(X=A^{-1}B\) to obtain the three costs.

  9. Verify the answer in the original equations.

✏️ Solution
Complete Solution
Step-by-step Solution  ·  42 steps
  1. Define the Unknown Costs
  2. Let the cost of
    \[ 1\text{ kg onion ₹}=x, \]
    \[ 1\text{ kg wheat ₹}=y, \]
    and
    \[ 1\text{ kg rice ₹}=z. \]
  3. Form the Linear Equations
  4. According to the first condition, the cost of \(4\) kg onion, \(3\) kg wheat and \(2\) kg rice is ₹\(60\). Therefore,
    \[ 4x+3y+2z=60. \]
  5. According to the second condition, the cost of \(2\) kg onion, \(4\) kg wheat and \(6\) kg rice is ₹\(90\). Therefore,
    \[ 2x+4y+6z=90. \]
  6. According to the third condition, the cost of \(6\) kg onion, \(2\) kg wheat and \(3\) kg rice is ₹\(70\). Therefore,
    \[ 6x+2y+3z=70. \]
  7. Thus, the required system is
    \[ \boxed{\bbox[5pt]{ \begin{aligned} 4x+3y+2z&=60\\ 2x+4y+6z&=90\\ 6x+2y+3z&=70 \end{aligned}}} \]
  8. Write the System in Matrix Form
  9. Comparing the coefficients of \(x,y,z\), we have
    \[A=\begin{bmatrix}4&3&2\\2&4&6\\6&2&3\end{bmatrix}\]
    \[X=\begin{bmatrix}x\\y\\z\end{bmatrix},\]
    and
    \[B=\begin{bmatrix}60\\90\\70\end{bmatrix}\]
  10. Hence,
    \[\boxed{\bbox[5pt]{\begin{bmatrix}4&3&2\\2&4&6\\6&2&3\end{bmatrix} \begin{bmatrix}x\\y\\z\end{bmatrix}=\begin{bmatrix}60\\90\\70\end{bmatrix}}}\]
  11. Therefore,
    \[AX=B\]
  12. Find the Determinant of \(A\)
  13. We have
    \[|A|=\begin{vmatrix}4&3&2\\2&4&6\\6&2&3\end{vmatrix}\]
  14. Expanding along the first row,
    \[\begin{aligned}|A|&=4\begin{vmatrix}4&6\\2&3\end{vmatrix} -3\begin{vmatrix}2&6\\6&3\end{vmatrix} +2\begin{vmatrix}2&4\\6&2\end{vmatrix}\end{aligned}\]
  15. Evaluate the first minor:
    \[\begin{aligned}\begin{vmatrix}4&6\\2&3\end{vmatrix}&=(4)(3)-(6)(2)\\&=12-12\\&=0\end{aligned}\]
  16. Evaluate the second minor:
    \[\begin{aligned}\begin{vmatrix}2&6\\6&3\end{vmatrix}&=(2)(3)-(6)(6)\\&=6-36\\&=-30\end{aligned}\]
  17. Evaluate the third minor:
    \[\begin{aligned}\begin{vmatrix}2&4\\6&2\end{vmatrix}&=(2)(2)-(4)(6)\\&=4-24\\&=-20\end{aligned}\]
  18. Therefore,
    \[\begin{aligned}|A|&=4(0)-3(-30)+2(-20)\\&=0+90-40\\&=50\end{aligned}\]
  19. Hence,
    \[\boxed{|A|=50}\]
  20. Since
    \[ |A|=50\neq0, \]
    the matrix \(A\) is non-singular. Therefore, \(A^{-1}\) exists and the system has a unique solution.
  21. Find the Cofactors of \(A\)
  22. The cofactor sign pattern is
    \[ \begin{bmatrix} +&-&+\\ -&+&-\\ +&-&+ \end{bmatrix} \]
  23. The cofactor \(A_{11}\) is
    \[\begin{aligned}A_{11}&=\begin{vmatrix}4&6\\2&3\end{vmatrix}\\&=12-12\\&=0\end{aligned}\]
  24. The cofactor \(A_{12}\) is
    \[\begin{aligned}A_{12}&=-\begin{vmatrix}2&6\\6&3\end{vmatrix}\\&=-(6-36)\\&=30\end{aligned}\]
  25. The cofactor \(A_{13}\) is
    \[\begin{aligned}A_{13}&=\begin{vmatrix}2&4\\6&2\end{vmatrix}\\&=4-24\\&=-20\end{aligned}\]
  26. The cofactor \(A_{21}\) is
    \[\begin{aligned}A_{21}&=-\begin{vmatrix}3&2\\2&3\end{vmatrix}\\&=-\left[(3)(3)-(2)(2)\right]\\&=-(9-4)\\&=-5\end{aligned}\]
  27. The cofactor \(A_{22}\) is
    \[\begin{aligned}A_{22}&=\begin{vmatrix}4&2\\6&3\end{vmatrix}\\&=(4)(3)-(2)(6)\\&=12-12\\&=0\end{aligned}\]
  28. The cofactor \(A_{23}\) is
    \[\begin{aligned}A_{23}&=-\begin{vmatrix}4&3\\6&2\end{vmatrix}\\&=-\left[(4)(2)-(3)(6)\right]\\&=-(8-18)\\&=10\end{aligned}\]
  29. The cofactor \(A_{31}\) is
    \[\begin{aligned}A_{31}&=\begin{vmatrix}3&2\\4&6\end{vmatrix}\\&=(3)(6)-(2)(4)\\&=18-8\\&=10\end{aligned}\]
  30. The cofactor \(A_{32}\) is
    \[\begin{aligned}A_{32}&=-\begin{vmatrix}4&2\\2&6\end{vmatrix}\\&=-\left[(4)(6)-(2)(2)\right]\\&=-(24-4)\\&=-20\end{aligned}\]
  31. The cofactor \(A_{33}\) is
    \[\begin{aligned}A_{33}&=\begin{vmatrix}4&3\\2&4\end{vmatrix}\\&=(4)(4)-(3)(2)\\&=16-6\\&=10\end{aligned}\]
  32. Therefore, the cofactor matrix is
    \[C=\begin{bmatrix}0&30&-20\\-5&0&10\\10&-20&10\end{bmatrix}\]
  33. Find the Adjoint of \(A\)
  34. The adjoint is the transpose of the cofactor matrix:
    \[ \operatorname{adj}(A)=C^T. \]
  35. Therefore,
    \[\begin{aligned}\operatorname{adj}(A)&=\begin{bmatrix}0&-5&10\\30&0&-20\\-20&10&10\end{bmatrix}\end{aligned}\]
  36. Hence,
    \[\boxed{\bbox[5pt]{\operatorname{adj}(A)=\begin{bmatrix}0&-5&10\\30&0&-20\\-20&10&10\end{bmatrix}}}\]
  37. Find \(A^{-1}\)
  38. Use
    \[A^{-1}=\frac{1}{|A|}\operatorname{adj}(A)\]
  39. Since \(|A|=50,\) we obtain
    \[\begin{aligned}A^{-1}&=\frac{1}{50}\begin{bmatrix}0&-5&10\\30&0&-20\\-20&10&10\end{bmatrix}\end{aligned}\]
  40. Taking the common factor \(5\) outside,
    \[\begin{aligned}A^{-1}&=\frac{1}{10}\begin{bmatrix}0&-1&2\\6&0&-4\\-4&2&2\end{bmatrix}\end{aligned}\]
  41. Thus,
    \[\boxed{\bbox[5pt]{A^{-1}=\frac{1}{10}\begin{bmatrix}0&-1&2\\6&0&-4\\-4&2&2\end{bmatrix}}}\]
  42. Calculate \(X=A^{-1}B\)
  43. From
    \[ AX=B, \]
    multiplying both sides by \(A^{-1}\), we get
    \[ A^{-1}AX=A^{-1}B. \]
  44. Since \(A^{-1}A=I,\) we obtain
    \[ X=A^{-1}B. \]
  45. Therefore,
    \[\begin{aligned}\begin{bmatrix}x\\y\\z\end{bmatrix}&=\frac{1}{10}\begin{bmatrix}0&-1&2\\6&0&-4\\-4&2&2\end{bmatrix}\begin{bmatrix}60\\90\\70\end{bmatrix}\end{aligned}\]
  46. Calculate the first component:
    \[\begin{aligned}x&=\frac{1}{10}\left[0(60)-1(90)+2(70)\right]\\&=\frac{1}{10}\left[0-90+140\right]\\&=\frac{50}{10}\\&=5\end{aligned}\]
  47. Calculate the second component:
    \[\begin{aligned}y&=\frac{1}{10}\left[6(60)+0(90)-4(70)\right]\\&=\frac{1}{10}\left[360-280\right]\\&=\frac{80}{10}\\&=8\end{aligned}\]
  48. Calculate the third component:
    \[\begin{aligned}z&=\frac{1}{10}\left[-4(60)+2(90)+2(70)\right]\\&=\frac{1}{10}\left[-240+180+140\right]\\&=\frac{80}{10}\\&=8\end{aligned}\]
  49. Hence,
    \[\begin{bmatrix}x\\y\\z\end{bmatrix}=\begin{bmatrix}5\\8\\8\end{bmatrix}\]
  50. Therefore,
    \[\boxed{x=5,\qquad y=8,\qquad z=8}\]
  51. Interpret the Answer
  52. Since \(x,y,z\) represent the costs per kilogram of onion, wheat and rice respectively,
    \[ \boxed{\text{Cost of onion = ₹}5\text{ per kg}} \]
    \[ \boxed{\text{Cost of wheat = ₹}8\text{ per kg}} \]
    \[ \boxed{\text{Cost of rice = ₹}8\text{ per kg}} \]
🎯 Exam Significance
Exam Significance

This is an important application-based problem from the inverse-matrix method. It converts a real-life cost problem into a system of three simultaneous linear equations and then solves the system using

\[ X=A^{-1}B. \]

For board examinations, the important scoring steps are the correct identification of \(A\), \(X\), and \(B\), calculation of \(|A|\), formation of the cofactor matrix, obtaining the adjoint by transposition, and finally calculating \(A^{-1}B\).

The determinant

\[ |A|=50\neq0 \]
is especially significant because it confirms that \(A^{-1}\) exists and that the system has a unique solution.

Significance for Competitive Entrance Examinations

This problem is useful for strengthening the connection between determinants, inverse matrices and simultaneous equations. In competitive examinations, recognizing the matrix structure quickly can reduce a lengthy word problem to the compact relation

\[ X=A^{-1}B. \]

The calculation also reinforces the importance of the cofactor sign pattern and the distinction between the cofactor matrix and its transpose. These details are frequent sources of errors in matrix-inverse questions.

🔑 Key Takeaways
Key Takeaways
Key Takeaways  ·  9 points
  1. Assign variables to the unit costs before constructing the equations.

  2. The given information produces the system

    \[ 4x+3y+2z=60,\quad 2x+4y+6z=90,\quad 6x+2y+3z=70. \]

  3. The matrix equation is

    \[ AX=B. \]

  4. The determinant of the coefficient matrix is

    \[ |A|=50\neq0. \]

  5. Therefore, \(A^{-1}\) exists and the system has a unique solution.

  6. The inverse is

    \[ A^{-1} = \frac{1}{10} \begin{bmatrix} 0&-1&2\\ 6&0&-4\\ -4&2&2 \end{bmatrix} \]

  7. The solution is obtained from

    \[ X=A^{-1}B. \]

  8. The costs are

    \[ \boxed{\text{Onion = ₹}5/\text{kg},\quad \text{Wheat = ₹}8/\text{kg},\quad \text{Rice = ₹}8/\text{kg}}. \]

  9. Substitution into all three original equations confirms the answer.

← Q15
16 / 16  ·  100%
↑ Back to top
🎓

Chapter Complete!

All 16 solutions for Determinants covered.

↑ Review from the top
📚
ACADEMIA AETERNUM तमसो मा ज्योतिर्गमय · Est. 2025
Sharing this chapter
NCERT Class 12 Determinants Ex 4.5 Q16 Solution
NCERT Class 12 Determinants Ex 4.5 Q16 Solution — Complete Notes & Solutions · academia-aeternum.com
Master the NCERT Class 12 Mathematics Chapter 4 Determinants Exercise 4.5 with this detailed, step-by-step solution to Question 16. This problem demonstrates how matrix methods can be applied to a practical situation involving the cost of onion, wheat, and rice. By forming a system of three linear equations and expressing it in the matrix form AX = B, students can use the inverse matrix method to determine the cost of each item per kilogram. The solution explains every stage clearly, including…
🎓 Class 12 📐 Mathematics 📖 NCERT ✅ Free Access 🏆 CBSE · JEE
Share on
academia-aeternum.com/class-12/mathematics/determinants/exercises/exercise-4.5/ Copy link
💡
Exam tip: Sharing chapter notes with your study group creates a reinforcement loop. Teaching a concept is the fastest path to mastering it.

Recent posts

    Determinants — Learning Resources

    📄 Detailed Notes
    🧠 Practice MCQs
    ✔️ True / False
    🎯 Advance MCQs

    Frequently Asked Questions

    The cost of onion is ?5 per kg, wheat is ?8 per kg, and rice is ?8 per kg.

    The problem is solved by forming three linear equations, writing them as AX = B, finding A inverse, and using X = A?¹B.

    The equations are 4x + 3y + 2z = 60, 2x + 4y + 6z = 90, and 6x + 2y + 3z = 70.

    The coefficient matrix is A = [[4, 3, 2], [2, 4, 6], [6, 2, 3]].

    The determinant of the coefficient matrix is |A| = 50.

    Since |A| = 50 ? 0, the matrix A is non-singular, its inverse exists, and the system has a unique solution.

    A?¹ = (1/10)[[0, -1, 2], [6, 0, -4], [-4, 2, 2]].

    For AX = B, multiply both sides by A?¹ to obtain X = A?¹B.

    Onion costs ?5 per kg, wheat costs ?8 per kg, and rice costs ?8 per kg.

    Yes. It is useful for understanding the application of inverse matrices and determinants to real-life systems of simultaneous linear equations.

    Get in Touch

    Let's Connect

    Questions, feedback, or suggestions?
    We'd love to hear from you.