Concept:The adjoint of a matrix is the transpose of its cofactor matrix.Explanation:Given A=120023756.Compute each cofactor Cij=(−1)i+jMij where Mij is the minor.M11=2356=12−15=−3, so C11=−3.M12=2056=12−0=12, so C12=−12.M13=2023=6−0=6, so C13=6.M21=0376=0−21=−21, so C21=21.M22=1076=6−0=6, so C22=6.M23=1003=3−0=3, so C23=−3.M31=0275=0−14=−14, so C31=−14.M32=1275=5−14=−9, so C32=9.M33=1202=2−0=2, so C33=2.Thus cofactor matrix C=−321−14−12696−32.Adjoint is transpose: adj(A)=CT=−3−126216−3−1492.This matches option A.Answer:Option A: −3−126216−3−1492