Concept:The inverse of a square matrix exists if and only if its determinant is non‑zero.Explanation:Compute det(A) by expanding along the first row.det(A)=42153−λ0153+(−3)0121.Evaluate each 2×2 determinant:2153=(2)(3)−(5)(1)=6−5=1.0153=(0)(3)−(5)(1)=0−5=−5.0121=(0)(1)−(2)(1)=0−2=−2.Substitute: 4(1)−λ(−5)+(−3)(−2)=4+5λ+6=5λ+10=5(λ+2).For A−1 to exist, det(A)=0, i.e., 5(λ+2)=0 → λ+2=0 → λ=−2.Answer:Option D: λ=−2.