A comprehensive platform for Teachers to create standard question papers and Students to practice Case-Based, Assertion-Reason, and Critical Thinking questions.
Create professional PDF/Word papers with logo, instructions, and mixed question types in minutes.
Explore our repository by Class and Topic. Filter by "Knowledge" or "Competency" levels.
For Students. Take timed MCQ tests to check your understanding. Get instant feedback.
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.
Questions derived from real-world passages to test analytical skills.
Testing the logic behind concepts, not just the definition.
Open-ended scenarios that require thinking beyond the textbook.
We provide complete AI-Powered Explanations for every question.
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