The matrix
$$\left[\begin{array}{ccc} 30&20&30\\ 40&50&20\\ 30&30&20 \end{array}\right]$$
I tried solving it for myself and got $12000$, but math way tells me its $-1000$.
I dont understand how you get a negative, Where did I mess up my calculations?
I did
30 x ((50x20)-(30x20)) = 12000
20 x ((40x20)-(30x20)) = 4000
30 x ((40*30)-(30x50)) = -9000
12000 - 4000 + (-9000) is -1000
oh I see! Sorry guys I messed up ):
Thx <3
Hint: Note that: $$\left|\begin{array}{ccc} 30 & 20 & 30 \\ 40 & 50 &20 \\ 30 &30 &20 \end{array}\right| = 10^3 \left|\begin{array}{ccc} 3 &2 & 3\\ 4 & 5 &2 \\ 3 &3 &2\end{array} \right|$$
Can you do it now? Maybe not worrying with all these zeros makes it easier for you. :)