Matrix Multiplication

Algebra Level 2

If ( 4 1 3 ) × A = ( 4 8 4 1 2 1 3 6 3 ) \begin{pmatrix} 4 \\ 1 \\ 3 \\ \end{pmatrix} \times A = \begin{pmatrix} -4 & 8 & 4 \\ -1 & 2 & 1 \\ -3 & 6 & 3 \\ \end{pmatrix} where A A is a matrix, then find the sum of all elements in matrix A A .


The answer is 2.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

1 solution

Jordan Cahn
Oct 5, 2018

Firstly, since the product ( 4 1 3 ) × A \begin{pmatrix} 4 \\ 1 \\ 3\end{pmatrix}\times A is a 3 × 3 3\times3 matrix, A A must be a 1 × 3 1\times3 matrix. Thus we have ( 4 1 3 ) × ( a 1 a 2 a 3 ) = ( 4 a 1 4 a 2 4 a 3 1 a 1 1 a 2 1 a 3 3 a 1 3 a 2 3 a 3 ) = ( 4 8 4 1 2 1 3 6 3 ) \begin{pmatrix} 4\\1\\3 \end{pmatrix} \times \begin{pmatrix}a_1 & a_2 & a_3\end{pmatrix} = \begin{pmatrix} 4a_1 & 4a_2 & 4a_3 \\ 1a_1 & 1a_2 & 1a_3 \\ 3a_1 & 3a_2 & 3a_3 \end{pmatrix} = \begin{pmatrix} -4 & 8 & 4 \\ -1 & 2 & 1 \\ -3 & 6 & 3 \end{pmatrix}

Since these two matrices are equal, their entries must be equal. Choosing the second row (any row will suffice), a 1 = 1 a_1 = -1 , a 2 = 2 a_2 = 2 and a 3 = 1 a_3 = 1 . Thus a 1 + a 2 + a 3 = 2 a_1+a_2+a_3 = \boxed{2} .

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...