Concept:The adjugate of the given matrix is equal to its negative, which simplifies verifying the three statements.Explanation:Given A=1000cosθsinθ0sinθ−cosθ.The cofactor matrix is cof(A)=−1000−cosθ−sinθ0−sinθcosθ.Taking the transpose gives the adjugate: adj A=−1000−cosθ−sinθ0−sinθcosθ=−A.Hence A+adj A=0, a null matrix. So statement 1 is correct.The determinant is ∣A∣=1⋅(−cos2θ−sin2θ)=−1.Thus A−1=∣A∣1adj A=−adj A.Therefore A−1+adj A=0, making statement 2 correct.Substitute adj A=−A into A−1=−adj A: we get A−1=A, so A−A−1=0. Statement 3 is correct.All three statements are true.Answer:All three statements are correct, corresponding to option D (1, 2 and 3).