Question
Easy

If $A=\begin{bmatrix}2&-2\ 4&3\end{bmatrix}$, then $A^{-1}=$

1
$\frac{1}{14}\begin{bmatrix}3&2\\ -4&2\end{bmatrix}$
2
$\frac{1}{28}\begin{bmatrix}3&-4\\ 2&2\end{bmatrix}$
3
$\frac{1}{14}\begin{bmatrix}-2&2\\ -4&-3\end{bmatrix}$
4
$\frac{1}{14}\begin{bmatrix}4&3\\ 2&-2\end{bmatrix}$
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter:
Topic:
Correct Answer
Option A
Explanation

To find the inverse of the matrix \( A = \begin{bmatrix} 2 & -2 \\ 4 & 3 \end{bmatrix} \), we use the formula for the inverse of a 2x2 matrix: If \( A = \begin{bmatrix} a & b \\ c & d \end{bmatrix} \), then \( A^{-1} = \frac{1}{ad - bc} \begin{bmatrix} d & -b \\ -c & a \end{bmatrix} \), provided that \( ad - bc \neq 0…Read More