JUST ADDED: JEE Main 2026 (Jan 21) Question Paper with Analysis and Solution Attempt Now →
NEP 2020 Compliant

Competency-Based Assessment Made Simple.

A comprehensive platform for Teachers to create standard question papers and Students to practice Case-Based, Assertion-Reason, and Critical Thinking questions.

1,105+
Questions
5+
Subjects
100%
NEP Aligned

Generate Papers

Create professional PDF/Word papers with logo, instructions, and mixed question types in minutes.

Start Creating

Question Bank

Explore our repository by Class and Topic. Filter by "Knowledge" or "Competency" levels.

Browse Bank

Self-Regulated Test

For Students. Take timed MCQ tests to check your understanding. Get instant feedback.

Take Test
Pedagogy Shift

Why Competency-Based?

According to NEP 2020, rote learning is out. The focus has shifted to assessing a student's ability to apply concepts in real-life situations.

Case-Based Questions

Questions derived from real-world passages to test analytical skills.

Assertion-Reasoning

Testing the logic behind concepts, not just the definition.

Critical Thinking

Open-ended scenarios that require thinking beyond the textbook.

Marking Scheme
Randomly Fetched Question
Question
32. Find the inverse of the matrix $A=\begin{bmatrix}1 & -1 & 2\\ 0 & 2 & -3\\ 3 & -2 & 4\end{bmatrix}$. Using the inverse, solve the system of linear equations $x-y+2z=1; 2y-3z=1; 3x-2y+4z=3$.
APPLY COMPETENCY 5 Marks
Concept Application
50%
Calculation / Logic
50%
Target Level
MEDIUM
Unique Feature

More Than Just an Answer Key

We provide complete AI-Powered Explanations for every question.

APPLY COMPETENCY MEDIUM

Q: 32. Find the inverse of the matrix $A=\begin{bmatrix}1 & -1 & 2\\ 0 & 2 & -3\\ 3 & -2 & 4\end{bmatrix}$. Using the inverse, solve the system of linear equations $x-y+2z=1; 2y-3z=1; 3x-2y+4z=3$.

Question Analysis & Solution

Step-by-Step Solution

Step 1: Find the determinant of matrix A.

det(A) = 1(2*4 - (-3)*(-2)) - (-1)(0*4 - (-3)*3) + 2(0*(-2) - 2*3) = 1(8 - 6) + 1(0 + 9) + 2(0 - 6) = 2 + 9 - 12 = -1

Step 2: Find the matrix of cofactors.

Cofactor matrix = $\begin{bmatrix} (2*4 - (-3)*(-2)) & -(0*4 - (-3)*3) & (0*(-2) - 2*3)\\ -((-1)*4 - 2*(-2)) & (1*4 - 2*3) & -(1*(-2) - (-1)*3)\\ ((-1)*(-3) - 2*2) & -(1*(-3) - 0*2) & (1*2 - (-1)*0) \end{bmatrix}$ = $\begin{bmatrix} 2 & -9 & -6\\ 0 & -2 & -1\\ -1 & 3 & 2 \end{bmatrix}$

Step 3: Find the adjugate (transpose of the cofactor matrix).

adj(A) = $\begin{bmatrix}2 & 0 & -1\\ -9 & -2 & 3\\ -6 & -1 & 2\end{bmatrix}$

Step 4: Find the inverse of A.

$A^{-1} = \frac{1}{det(A)} * adj(A) = \frac{1}{-1} * \begin{bmatrix}2 & 0 & -1\\ -9 & -2 & 3\\ -6 & -1 & 2\end{bmatrix} = \begin{bmatrix}-2 & 0 & 1\\ 9 & 2 & -3\\ 6 & 1 & -2\end{bmatrix}$

Step 5: Express the system of equations in matrix form.

$\begin{bmatrix}1 & -1 & 2\\ 0 & 2 & -3\\ 3 & -2 & 4\end{bmatrix} \begin{bmatrix}x\\ y\\ z\end{bmatrix} = \begin{bmatrix}1\\ 1\\ 3\end{bmatrix}$

Step 6: Solve for X using the inverse.

$X = A^{-1}B = \begin{bmatrix}-2 & 0 & 1\\ 9 & 2 & -3\\ 6 & 1 & -2\end{bmatrix} \begin{bmatrix}1\\ 1\\ 3\end{bmatrix} = \begin{bmatrix}-2*1 + 0*1 + 1*3\\ 9*1 + 2*1 + (-3)*3\\ 6*1 + 1*1 + (-2)*3\end{bmatrix} = \begin{bmatrix}1\\ 2\\ 1\end{bmatrix}$

Step 7: State the solution.

x = 1, y = 2, z = 1

Correct Answer: x = 1, y = 2, z = 1

View Full Question Details →