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
![A_(m\cdot n)\cdot B_(n\cdot p)=C_(m\cdot p)](https://img.qammunity.org/2023/formulas/mathematics/college/lsaac6vy19xzmz1r2u6c6x163pysb74ei2.png)
In this case the product cannont be done since the matrixes don't fulfill the condition
ANSWER: impossible