If $A = \begin{bmatrix} 1 & -1 \\ 2 & -1 \end{bmatrix}, B = \begin{bmatrix} 1 & 1 \\ 4 & -1 \end{bmatrix}$, then $(A+B)^{-1}$ is
Show Hint
To find the inverse of a $2 \times 2$ matrix $\begin{bmatrix} a & b \\ c & d \end{bmatrix}$, first find its determinant $ad-bc$. If the determinant is non-zero, the inverse is $\frac{1}{ad-bc} \begin{bmatrix} d & -b \\ -c & a \end{bmatrix}$.