Respuesta :

If [tex]A[/tex] is the matrix product

[tex]A=\underbrace{\begin{pmatrix}1&2\\4&3\end{pmatrix}}_{M_1}\underbrace{\begin{pmatrix}6&1&5\\7&3&4\end{pmatrix}}_{M_2}[/tex]

and [tex]a_{2,3}[/tex] is the entry of [tex]A[/tex] in the second row and third column, then

[tex]a_{2,3}=\begin{pmatrix}4&3\end{pmatrix}\begin{pmatrix}5\\4\end{pmatrix}=4\times5+3\times4=\boxed{32}[/tex]

That is, the 2nd row, 3rd column entry of [tex]A[/tex] is the product of the 2nd row of [tex]M_1[/tex] and the 3rd column of [tex]M_2[/tex].

The value of the component of the 2nd row and the 3rd column of the matrix resulting from product of the two matrices is 32. (Correct choice: A)

How to find the product of two matrices

Let be A a matrix of m rows and p columns and B a matrix of p rows and n columns. The element of m-th row and n-column of the product of the two matrices is defined by the following double sum:

[tex]a_{mn} = \sum\limits_{i = 1}^{p} a_{mp}\cdot b_{pn}[/tex]     (1)

a₂₃ = 4 · 5 + 3 · 4

a₂₃ = 32

The value of the component of the 2nd row and the 3rd column of the matrix resulting from product of the two matrices is 32. (Correct choice: A)

To learn more on matrices, we kindly invite to check this: https://brainly.com/question/11367104 #SPJ2