Concept:For a 2×2 matrix, A−1=∣A∣1adj(A).First compute A2−5A, then find its inverse.Explanation:Given A=[2714].Compute A2:A2=[2714][2714]=[1142623]Then 5A=[1035520].So A2−5A=[1713].Its determinant is ∣A2−5A∣=(1)(3)−(1)(7)=−4.The inverse is:(A2−5A)−1=−41[3−7−11]=41[−371−1]This matches option B.Answer:(41)[−371−1]Option B.