The correct option is D det(A+B)=det(A)+det(B)
Let takes a example:
A=[1001]and B=[2002]
det (A)=1 det (B)=4
AB=[1001][2002]=[2002]
Now, det(A.B) = 4 = det(A). det(B)
So statement (a) is true
A−1=[1001]det.(A−1)=1
(det A)−1=1=det(A−1)
So statement (b) is true
AT=[1001],det(AT)=1=det A
So statement (c) is true
A+B=[3003],det(A+B)=9
det(A+B)=9≠det(A)+det(B)
So statement (d) is not true.