Class CBSE Class 12 Mathematics Matrices and Determinants Q #1305
KNOWLEDGE BASED
REMEMBER
5 Marks 2024 AISSCE(Board Exam) LA
If $A=[\begin{bmatrix}-1&a&2\\ 1&2&x\\ 3&1&1\end{bmatrix}]$ and $A^{-1}=[\begin{bmatrix}1&-1&1\\ -8&7&-5\\ b&y&3\end{bmatrix}],$ find the value of $(a+x)-(b+y)$.

AI Tutor Explanation

Powered by Gemini

Detailed Solution

Step 1: Understanding the Problem

We are given a matrix $A$ and its inverse $A^{-1}$. We need to find the values of $a, x, b,$ and $y$ and then compute $(a+x)-(b+y)$. We know that $A \cdot A^{-1} = I$, where $I$ is the identity matrix.

Step 2: Multiplying $A$ and $A^{-1}$

We multiply the given matrix $A$ and $A^{-1}$: $$A \cdot A^{-1} = \begin{bmatrix} -1 & a & 2 \\ 1 & 2 & x \\ 3 & 1 & 1 \end{bmatrix} \begin{bmatrix} 1 & -1 & 1 \\ -8 & 7 & -5 \\ b & y & 3 \end{bmatrix} = \begin{bmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \end{bmatrix}$$

Step 3: Calculating the elements of the resulting matrix

Let's calculate the elements of the resulting matrix by performing the matrix multiplication: \r\nElement (1,1): $(-1)(1) + a(-8) + 2(b) = 1 \implies -1 - 8a + 2b = 1 \implies -8a + 2b = 2 \implies -4a + b = 1$ (1)\r\nElement (1,2): $(-1)(-1) + a(7) + 2(y) = 0 \implies 1 + 7a + 2y = 0 \implies 7a + 2y = -1$ (2)\r\nElement (1,3): $(-1)(1) + a(-5) + 2(3) = 0 \implies -1 - 5a + 6 = 0 \implies -5a = -5 \implies a = 1$\r\nElement (2,1): $(1)(1) + 2(-8) + x(b) = 0 \implies 1 - 16 + bx = 0 \implies bx = 15$ (3)\r\nElement (2,2): $(1)(-1) + 2(7) + x(y) = 1 \implies -1 + 14 + xy = 1 \implies xy = -12$ (4)\r\nElement (2,3): $(1)(1) + 2(-5) + x(3) = 0 \implies 1 - 10 + 3x = 0 \implies 3x = 9 \implies x = 3$\r\nElement (3,1): $(3)(1) + 1(-8) + 1(b) = 0 \implies 3 - 8 + b = 0 \implies b = 5$\r\nElement (3,2): $(3)(-1) + 1(7) + 1(y) = 0 \implies -3 + 7 + y = 0 \implies y = -4$\r\nElement (3,3): $(3)(1) + 1(-5) + 1(3) = 1 \implies 3 - 5 + 3 = 1 \implies 1 = 1$ (This is consistent)\r\n

Step 4: Solving for the unknowns

From Element (1,3), we found $a = 1$. \r\nFrom Element (2,3), we found $x = 3$. \r\nFrom Element (3,1), we found $b = 5$. \r\nFrom Element (3,2), we found $y = -4$. \r\nLet's verify these values with the other equations:\r\nFrom (1): $-4a + b = 1 \implies -4(1) + 5 = 1 \implies 1 = 1$ (Correct)\r\nFrom (2): $7a + 2y = -1 \implies 7(1) + 2(-4) = -1 \implies 7 - 8 = -1 \implies -1 = -1$ (Correct)\r\nFrom (3): $bx = 15 \implies 5(3) = 15 \implies 15 = 15$ (Correct)\r\nFrom (4): $xy = -12 \implies 3(-4) = -12 \implies -12 = -12$ (Correct)

Step 5: Calculating $(a+x)-(b+y)$

Now we can calculate $(a+x)-(b+y)$: \r\n$(a+x)-(b+y) = (1+3) - (5+(-4)) = 4 - (5-4) = 4 - 1 = 3$

Final Answer: 3

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 property of inverse matrices ($A \cdot A^{-1} = I$) and apply matrix multiplication.
Knowledge Dimension: PROCEDURAL
Justification: The question requires the student to apply the procedure of matrix multiplication and solving linear equations to find the unknown variables.
Syllabus Audit: In the context of CBSE Class 12, this is classified as KNOWLEDGE. The question directly tests the student's understanding of matrix algebra and inverse matrices, which are core concepts in the syllabus.

More from this Chapter

MCQ_SINGLE
Let \[ A = \begin{pmatrix} 1 & -2 & -1 \\ 0 & 4 & -1 \\ -3 & 2 & 1 \end{pmatrix}, \quad B = \begin{pmatrix} -2 \\ -5 \\ -7 \end{pmatrix}, \quad C = \begin{pmatrix} 9 & 8 & 7 \end{pmatrix}, \] which of the following is defined?
SA
A shopkeeper sells 50 Chemistry, 60 Physics and 35 Maths books on day I and sells 40 Chemistry, 45 Physics and 50 Maths books on day II. If the selling price for each such subject book is ₹150 (Chemistry), ₹175 (Physics) and ₹180 (Maths), then find his total sale in two days, using matrix method. If cost price of all the books together is ₹35,000, what profit did he earn after the sale of two days?
LA
If A is a $3\times3$ invertible matrix, show that for any scalar $k\ne0$, $(kA)^{-1}=\frac{1}{k}A^{-1}$. Hence calculate $(3A)^{-1}$, where $A=\begin{bmatrix}2&-1&1\\ -1&2&-1\\ 1&-1&2\end{bmatrix}$.
LA
A school wants to allocate students into three clubs Sports, Music and Drama, under following conditions: The number of students in Sports club should be equal to the sum of the number of students in Music and Drama club. The number of students in Music club should be 20 more than half the number of students in Sports club. The total number of students to be allocated in all three clubs are 180. Find the number of students allocated to different clubs, using matrix method.
LA
Solve the following system of equations, using matrices: $\frac{2}{x}+\frac{3}{y}+\frac{10}{z}=4$ $\frac{4}{x}-\frac{6}{y}+\frac{5}{z}=1$ , $\frac{6}{x}+\frac{9}{y}-\frac{20}{z}=2$ where x, y, $z\ne0$
View All Questions