157k views
1 vote
Algebraic Reasoning please help!

Algebraic Reasoning please help!-example-1
Algebraic Reasoning please help!-example-1
Algebraic Reasoning please help!-example-2
User PLui
by
5.5k points

1 Answer

7 votes

Answer:


\left[\begin{array}{ccc}7\\4\\2\end{array}\right]

The answer is a single-column matrix (7,4,2)

Explanation:

In such multiplication of matrices, you have to proceed by multiplying each ROW of the first matrix by the COLUMN of the second matrix. So,


\left[\begin{array}{ccc}3&6&1\end{array}\right] * \left[\begin{array}{ccc}2\\0\\1\end{array}\right] = (3 * 2) + (6 * 0) + (1 * 1) = 6 + 0 + 1 = 7

then...


\left[\begin{array}{ccc}2&4&0\end{array}\right] * \left[\begin{array}{ccc}2\\0\\1\end{array}\right] = (2 * 2) + (4 * 0) + (0 * 1) = 4 + 0 + 0 = 4

and


\left[\begin{array}{ccc}0&6&2\end{array}\right] * \left[\begin{array}{ccc}2\\0\\1\end{array}\right] = (0 * 2) + (6 * 0) + (2 * 1) = 0 + 0 + 2= 2

I hope it helps.

User KZoNE
by
5.0k points