in order to find the product of 2 matrix there must be a condition that has to be fulfilled in order to do the product.
This condition is that the number of columns in A must be the same number of rows in B
In this case the product cannont be done since the matrixes don't fulfill the condition
ANSWER: impossible