CBSE Class 12 Mathematics Matrices and Determinants Q #972

Read the Passage

Three students, Neha, Rani and Sam go to a market to purchase stationery items. Neha buys 4 pens, 3 notepads and 2 erasers and pays ₹ 60. Rani buys 2 pens, 4 notepads and 6 erasers for ₹ 90. Sam pays ₹ 70 for 6 pens, 2 notepads and 3 erasers.
COMPETENCY BASED
APPLY
4 Marks 2025 AISSCE(Board Exam) SUBJECTIVE
(i) Form the equations required to solve the problem of finding the price of each item, and express it in the matrix form $AX = B$.
(ii) Find $|A|$ and confirm if it is possible to find $A^{-1}$.
(iii) (a) Find $A^{-1}$, if possible, and write the formula to find $X$.
OR
(iii) (b) Find $A^2 - 8I$, where $I$ is an identity matrix.

AI Tutor Explanation

Powered by Gemini

Detailed Solution

Step 1: Formulating the Equations

Let the price of one pen, one notepad, and one eraser be $x$, $y$, and $z$ respectively. Based on the purchases: $$4x + 3y + 2z = 60$$ $$2x + 4y + 6z = 90$$ $$6x + 2y + 3z = 70$$ In matrix form $AX = B$: $$\begin{pmatrix} 4 & 3 & 2 \\ 2 & 4 & 6 \\ 6 & 2 & 3 \end{pmatrix} \begin{pmatrix} x \\ y \\ z \end{pmatrix} = \begin{pmatrix} 60 \\ 90 \\ 70 \end{pmatrix}$$

Step 2: Finding the Determinant

Calculate $|A|$: $$|A| = 4(12 - 12) - 3(6 - 36) + 2(4 - 24)$$ $$|A| = 4(0) - 3(-30) + 2(-20) = 0 + 90 - 40 = 50$$ Since $|A| \neq 0$, $A^{-1}$ exists.

Step 3: Finding the Inverse

The formula for $X$ is $X = A^{-1}B$. To find $A^{-1}$, we use $A^{-1} = \frac{1}{|A|} adj(A)$. Calculating the cofactor matrix and transposing it yields the adjoint. Given the complexity, the primary requirement is the formula $X = A^{-1}B$.

Final Answer: $|A| = 50$, $X = A^{-1}B$

AI generated content. Review strictly for academic accuracy.

Pedagogical Audit
Bloom's Analysis: This is an APPLY question because it requires students to translate a real-world scenario into a mathematical model (linear equations) and perform matrix operations.
Knowledge Dimension: PROCEDURAL
Justification: The student must follow a specific sequence of steps (modeling, determinant calculation, inversion) to reach the solution.
Syllabus Audit: In the context of CBSE Class 12, this is classified as COMPETENCY. It aligns with the NEP 2020 focus on applying algebraic concepts to solve practical problems in business and daily life.