Question Numbers: 28-30Let Δ be the determinant of a matrix A, where A = a11a21a31a12a22a32a13a23a33 and C11, C12, C13 be the cofactors of a11, a12, a13 respectively.
Concept:For any square matrix, the sum of the products of elements from one row with the cofactors from a different row is always zero.Explanation:Here C11, C12, C13 are the cofactors of a11, a12, a13 respectively.We are evaluating a21C11+a22C12+a23C13.Write the cofactors explicitly:C11=a22a33−a23a32C12=a23a31−a21a33C13=a21a32−a22a31Substitute into the expression:a21C11+a22C12+a23C13=a21(a22a33−a23a32)+a22(a23a31−a21a33)+a23(a21a32−a22a31)Expand each term:=a21a22a33−a21a23a32+a22a23a31−a21a22a33+a23a21a32−a22a23a31Notice that the first and fourth terms cancel: a21a22a33−a21a22a33=0Similarly, the second and fifth terms: −a21a23a32+a23a21a32=0 (order does not matter)The third and sixth terms: a22a23a31−a22a23a31=0All terms cancel, leaving 0.Answer:0 (Option A).