So I have a question which says the following
(a) Given $A= \begin{bmatrix} 3 & 0 \\ -1 & 2 \\ 1 & 1 \end{bmatrix} $, $B= \begin{bmatrix} 4 &-1 \\ 0 & 2 \\ \end{bmatrix} $, $C= \begin{bmatrix} 1 & 4 & 2 \\ 3 & 1 & 5 \\ \end{bmatrix} $. Compute $(BA^T-2C)^T$.
If I use Transpose properties, I get $(B^TA-2C^T)$
But if I transpose $B$, the rows of $B$ and the columns of $A$ don't agree so I can't do the matrix multiplication so I can't compute the matrix. Did I do the matrix properties properly? Or is there a mistake in the question?