Concept:For a 2×2 matrix M=(acbd), the inverse is given by M−1=ad−bc1(d−c−ba).Explanation:Let N=(2134).First, calculate the determinant of N: ∣N∣=(2×4)−(3×1)=8−3=5.Now form the adjugate by interchanging the entries on the main diagonal and changing the signs of the other two entries: adj(N)=(4−1−32).Thus, the inverse is N−1=∣N∣1adj(N)=51(4−1−32).Answer:N−1=51(4−1−32), which is Option B.