If A=[123345567] and B=[111222333], then det(A+B)=?\text{If } A = \begin{bmatrix} 1 & 2 & 3 \\ 3 & 4 & 5 \\
Question
If A=135246357 and B=123123123, then det(A+B)=?
A.
0
B.
2
C.
3
D.
1
Correct option is A
First, calculate A+B:A+B=2583694710Now, compute det(A+B):det2583694710=2(det[69710])−3(det[58710])+4(det[5869])Calculate the 2x2 determinants:det[69710]=(6)(10)−(7)(9)=60−63=−3det[58710]=(5)(10)−(7)(8)=50−56=−6det[5869]=(5)(9)−(6)(8)=45−48=−3Substitute into the determinant expression:det(A+B)=2(−3)−3(−6)+4(−3)det(A+B)=−6+18−12=0