Practice: Matrix Multiplication

Given that A=[131021][220011431]A=\left[\begin{array}{c} 1&3&-1\\ 0&2&1 \end{array}\right] \left[\begin{array}{c} -2&2&0\\ 0&1&-1\\ 4&3&-1 \end{array}\right], find A21A_{21} (i.e. the (2,1)-entry of the matrix A).
More Matrix Multiplication Questions: