.
The post by @MathLover1 consists of two statements and a conclusion.
Of these two statements, the first one is correct, but the second contradicts to the first one and is INCORRECT.
Her conclusion is INCORRECT, too.
The correct solution to the problem is below.
I used the text by @MathLover1, by re-edited it to make it correct.
Solution
You can only multiply two matrices if their dimensions are compatible , which means the number of columns
in the first matrix is the same as the number of rows in the second matrix.
Matrix C has the dimensions 7 X 2 (two columns) and Matrix D has the dimensions 2 X 7 (two rows).
So, their dimensions are compatible for multiplication in this order.
Therefore, the ANSWER is:
C. Matrix CD has the dimensions 7 X 7.
--------------
Solved.