131k views
0 votes
Evaluate the determinant by using diagonals. ASAP

a.16
c.32
b. –16
d.36

Evaluate the determinant by using diagonals. ASAP a.16 c.32 b. –16 d.36-example-1

1 Answer

5 votes
Not sure what you mean by "using diagonals", but I'll take a guess and say it refers to the trick where you copy the matrix like this,


\begin{vmatrix}-1&2&2\\4&-1&1\\3&2&2\end{vmatrix}\begin{matrix}-1&2&2\\4&-1&1\\3&2&2\end{matrix}

Then the determinant is computed by taking the leftmost three left-to-right diagonals, multiplying elements on the same diagonal together, then adding the three products together:


(-1)(-1)(2)+(2)(1)(3)+(2)(4)(2)=24

Next, take the rightmost right-to-left diagonals, doing the same as before:


(2)(-1)(3)+(2)(4)(2)+(-1)(1)(2)=8

The determinant is then the difference of these two, so the answer would be 16 (A).
User Layser
by
8.2k points