We are asked to multiply two matrices: a $1 \times 2$ matrix and a $2 \times 2$ matrix. The matrices are $\begin{bmatrix} 1 & 2 \end{bmatrix}$ and $\begin{bmatrix} 5 & 7 \\ 6 & 8 \end{bmatrix}$.
2025/3/6
1. Problem Description
We are asked to multiply two matrices: a matrix and a matrix. The matrices are and .
2. Solution Steps
To multiply two matrices, the number of columns in the first matrix must equal the number of rows in the second matrix. In this case, the first matrix is and the second is , so the product will be a matrix.
The first element of the resulting matrix is obtained by multiplying the first row of the first matrix by the first column of the second matrix:
.
The second element of the resulting matrix is obtained by multiplying the first row of the first matrix by the second column of the second matrix:
.
Therefore, the resulting matrix is .