Students collected recyclables for fundraising over a three-week period. Use matrix multiplication to find the total amount of money collected for each type of item.
gotchu so far
okay
Hmm, actually think there is a much easier method here. Just look at one item at a time, The glass row in the first table, and the glass column in the second. Multiply the row vector with the column vector (a dot product) so get a single number, the total amount made from glass over the three week period
Glass total \[\begin{bmatrix}29&25&16\end{bmatrix}\begin{bmatrix}0.02\\0.02\\0.01\end{bmatrix} =(29)(0.02)+(25)(0.02)+(16)(0.01)=\]
umm so i multiply all that?
yeah what do you get for the total sales of glass
1.24 i just did it
wait all my options start with that
yeah good.
now Cans, will be the second row of table, and the second column of table two \[\begin{bmatrix}8&11&6\end{bmatrix}\begin{bmatrix}0.70\\0.55\\0.42\end{bmatrix} =(8)(0.70)+(11)(0.55)+(6)(0.42)=\]
14.17?
yep. now Newspapers \[\begin{bmatrix}163&127&206\end{bmatrix}\begin{bmatrix}0.02\\0.01\\0.02\end{bmatrix} =\]
8.65
yes
And finally, Office paper \[\begin{bmatrix}53&107&84\end{bmatrix}\begin{bmatrix}1.06\\1.00\\1.03\end{bmatrix} =\]
249.70
Good!
THANK YOU
Join our real-time social learning platform and learn together with your friends!