Concept:Matrix multiplication and scalar multiplication.Explanation:First, compute A2 by multiplying matrix A with itself.A=(−222−2)A2=A×A=(−222−2)(−222−2)Multiply each row of the first matrix by each column of the second:Element (1,1): (−2)(−2)+(2)(2)=4+4=8Element (1,2): (−2)(2)+(2)(−2)=−4−4=−8Element (2,1): (2)(−2)+(−2)(2)=−4−4=−8Element (2,2): (2)(2)+(−2)(−2)=4+4=8So A2=(8−8−88).Now compute −4A:−4A=−4×(−222−2)=(8−8−88).Thus A2=−4A.Answer:Option B: A2=−4A