1. Simple 2x2 Determinant
Problem
Apply the determinant formula: multiply the main diagonal elements (top-left times bottom-right) and the off-diagonal elements (top-right times bottom-left), then subtract the second product from the first.
Compute the products: and .
Subtract to get the final determinant value.
Answer:
This determinant is positive, which means the matrix is invertible (non-singular) and the corresponding system of linear equations has a unique solution.