Concept:The defining property of the inverse matrix is AA−1=I.This property generates linear equations for the unknown entries a, b, and c.Explanation:Substitute the given matrices into AA−1=I.111−1227a−3−2441532b3−3−144c=100010001Perform the matrix multiplication.11111−24b6+2a+4b15b02−3a024−24c8+4a+4c−4+15c=100010001Now equate the corresponding entries.From the (1,1) entry: 1111−24b=1⇒b=0.From the (2,2) entry: 112−3a=1⇒2−3a=11⇒a=−3.From the (3,3) entry: 11−4+15c=1⇒−4+15c=11⇒c=1.These values also satisfy the remaining entries, so the solution is consistent.Answer:a=−3, b=0, c=1.Hence the values in order are −3,0,1, which matches option C.