I need this problem answered. It’s asking to drag the matrix dimensions provided to each box to match the product

Before two(2) matrices, say A and B can be multiplied together,to form AB, the number of the columns in A must be equal to the number of the rows in B.
The order/dimension of the resulting matrix, AB, will the combination of the number of rows in A and the number of columns in B.
For instance, if a matrix A has a dimension of ( p x q ) and a matrix B has a dimension of ( q x r ) to form matrix AB.
We can see that the number of columns in A, which is q, is equal to the number of rows in B, which is q also. Thus, the matrix are conformable i.e can be multiplied.
The order of the resulting matrix AB will have an order ( p x r ), as explained in the second statement above.
Hence, for the given problem, we have:
[tex]\begin{gathered} \text{Matrix B is a (2x2)} \\ \text{Matrix D is a (2x1)} \\ \text{The order of BD will be (2x1)} \end{gathered}[/tex][tex]\begin{gathered} \text{Matrix C is a (2x3)} \\ \text{Matrix A is a (3x1)} \\ \text{The order of CA will be (2x1)} \end{gathered}[/tex][tex]\begin{gathered} \text{Matrix B is a (2x2)} \\ \text{Matrix C is a (2x3)} \\ \text{The order/dimension of BC will be (2x3)} \end{gathered}[/tex]