Concept:If a matrix is non-singular (determinant non-zero), its inverse exists, allowing cancellation in matrix equations.Explanation:Given AB=AC. If ∣A∣=0, then A is invertible, and A−1 exists. Multiply both sides on the left by A−1:A−1(AB)=A−1(AC)Using associativity: (A−1A)B=(A−1A)CSince A−1A=I, we get IB=IC, i.e., B=C.Thus, B=C holds when A is non-singular.Answer:Option B: ∣A∣=0