What is the production matrix?
![What is the production matrix class=](https://us-static.z-dn.net/files/d47/c8b4bfde77cab7ee3a094d04d9c1c8fb.png)
Answer:
[tex]\left[\begin{array}{ccc}3\\3.8\end{array}\right][/tex]
Step-by-step explanation:
Here we want to compute the product of two matrices, one 2x2, and other 2x1.
[tex]\left[\begin{array}{ccc}0.3&0.3\\0.35&0.4\end{array}\right]*\left[\begin{array}{ccc}4\\6\end{array}\right][/tex]
Remember that in the product, we multiply the rows of the first one by the columns of the second one, then the product is just:
[tex]\left[\begin{array}{ccc}0.3&0.3\\0.35&0.4\end{array}\right]*\left[\begin{array}{ccc}4\\6\end{array}\right] = \left[\begin{array}{ccc}0.3*4 + 0.3*6\\0.35*4 + 0.4*6\end{array}\right] = \left[\begin{array}{ccc}3\\3.8\end{array}\right][/tex]