A and B are $3\times3$ matrices. Given det $A = -4$ and det $B = 2$
Finding the $det(2A^{-1}B$ )
With the order of operations would I invert first, multiply by two then multiply by $B$, which is also two.
$(2/1)(1/-4)(2/1) = 4/-4 = -1$
Does that seem right?
No, it's not right.
If $X$ is a $3\times 3$ matrix, then $$ \det(2X)=2^3\det X $$ If $\det Y\ne0$, then $\det(Y^{-1})=(\det Y)^{-1}$. Finally, $\det(XY)=\det X\cdot\det Y$.
Put the pieces together.