Question
Question: If D = $\begin{vmatrix} a^2+1 & ab & ac \\ ba & b^2+1 & bc \\ ca & cb & c^2+1 \end{vmatrix}$ then D ...
If D = a2+1bacaabb2+1cbacbcc2+1 then D =

A
1+a2+b2+c2
B
a2+b2+c2
C
(a+b+c)2
D
none
Answer
1+a2+b2+c2
Explanation
Solution
The determinant is evaluated by first transforming the matrix using row and column operations. Multiply rows by a,b,c and divide by abc. Then take out a,b,c from columns, which cancels abc. This results in a simpler matrix. Then apply R1→R1+R2+R3 and factor out the common term from R1. Finally, perform column operations to create zeros, resulting in a triangular matrix whose determinant is easily calculated as the product of diagonal elements.