Class CBSE Class 12 Mathematics Matrices and Determinants Q #1350
COMPETENCY BASED
REMEMBER
5 Marks 2024 AISSCE(Board Exam) LA
Find the product of the matrices $[\begin{bmatrix}1&2&-3\\ 2&3&2\\ 3&-3&-4\end{bmatrix}][\begin{bmatrix}-6&17&13\\ 14&5&-8\\ -15&9&-1\end{bmatrix}]$ and hence solve the system of linear equations: $x+2y-3z=-4$, $2x+3y+2z=2$, $3x-3y-4z=11$

AI Tutor Explanation

Powered by Gemini

Detailed Solution

Step 1: Matrix Multiplication

Let $A = \begin{bmatrix}1&2&-3\\ 2&3&2\\ 3&-3&-4\end{bmatrix}$ and $B = \begin{bmatrix}-6&17&13\\ 14&5&-8\\ -15&9&-1\end{bmatrix}$. We need to find the product $AB$.

Step 2: Calculate the product AB

$AB = \begin{bmatrix}1&2&-3\\ 2&3&2\\ 3&-3&-4\end{bmatrix} \begin{bmatrix}-6&17&13\\ 14&5&-8\\ -15&9&-1\end{bmatrix} = \begin{bmatrix}(1)(-6)+(2)(14)+(-3)(-15)&(1)(17)+(2)(5)+(-3)(9)&(1)(13)+(2)(-8)+(-3)(-1)\\(2)(-6)+(3)(14)+(2)(-15)&(2)(17)+(3)(5)+(2)(9)&(2)(13)+(3)(-8)+(2)(-1)\\(3)(-6)+(-3)(14)+(-4)(-15)&(3)(17)+(-3)(5)+(-4)(9)&(3)(13)+(-3)(-8)+(-4)(-1)\end{bmatrix}$ $AB = \begin{bmatrix}-6+28+45&17+10-27&13-16+3\\-12+42-30&34+15+18&26-24-2\\-18-42+60&51-15-36&39+24+4\end{bmatrix} = \begin{bmatrix}67&0&0\\0&67&0\\0&0&67\end{bmatrix} = 67\begin{bmatrix}1&0&0\\0&1&0\\0&0&1\end{bmatrix} = 67I$

Step 3: Express the system of equations in matrix form

The given system of linear equations is: $x+2y-3z=-4$ $2x+3y+2z=2$ $3x-3y-4z=11$ This can be written in matrix form as $AX = D$, where $A = \begin{bmatrix}1&2&-3\\ 2&3&2\\ 3&-3&-4\end{bmatrix}$, $X = \begin{bmatrix}x\\y\\z\end{bmatrix}$, and $D = \begin{bmatrix}-4\\2\\11\end{bmatrix}$.

Step 4: Use the result of matrix multiplication to find A inverse

Since $AB = 67I$, we have $A(\frac{1}{67}B) = I$. Therefore, $A^{-1} = \frac{1}{67}B = \frac{1}{67}\begin{bmatrix}-6&17&13\\ 14&5&-8\\ -15&9&-1\end{bmatrix}$.

Step 5: Solve for X

We have $AX = D$, so $X = A^{-1}D$. $X = \frac{1}{67}\begin{bmatrix}-6&17&13\\ 14&5&-8\\ -15&9&-1\end{bmatrix} \begin{bmatrix}-4\\2\\11\end{bmatrix} = \frac{1}{67}\begin{bmatrix}(-6)(-4)+(17)(2)+(13)(11)\\(14)(-4)+(5)(2)+(-8)(11)\\(-15)(-4)+(9)(2)+(-1)(11)\end{bmatrix} = \frac{1}{67}\begin{bmatrix}24+34+143\\-56+10-88\\60+18-11\end{bmatrix} = \frac{1}{67}\begin{bmatrix}201\\-134\\67\end{bmatrix} = \begin{bmatrix}3\\-2\\1\end{bmatrix}$

Step 6: State the solution

Therefore, $x = 3$, $y = -2$, and $z = 1$.

Final Answer: x = 3, y = -2, z = 1

AI generated content. Review strictly for academic accuracy.

Pedagogical Audit
Bloom's Analysis: This is an REMEMBER question because the student needs to recall the process of matrix multiplication and applying the inverse matrix to solve the system of equations.
Knowledge Dimension: PROCEDURAL
Justification: The question requires the student to apply a specific algorithm or method (matrix multiplication and solving linear equations using matrices) to arrive at the solution.
Syllabus Audit: In the context of CBSE Class 12, this is classified as COMPETENCY. The question requires the student to apply the concepts of matrices and determinants to solve a system of linear equations, demonstrating a higher-order thinking skill.