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
[tex]A_{m\cdot n}\cdot B_{n\cdot p}=C_{m\cdot p}[/tex]In this case the product cannont be done since the matrixes don't fulfill the condition
ANSWER: impossible