Question

Difficulty: MediumMatrices and Determinants

Given the matrices A=(231m)A = \begin{pmatrix} 2 & 3 \\ 1 & m \end{pmatrix} and B=(42)B = \begin{pmatrix} 4 \\ -2 \end{pmatrix}, if the matrix product AB=(26)AB = \begin{pmatrix} 2 \\ 6 \end{pmatrix}, what is the value of mm?

  1. 1-1Answer
  2. B
    11
  3. C
    3-3
  4. D
    5-5

Answer

The value of mm is 1-1.
Multiplying the 2×22 \times 2 matrix by the 2×12 \times 1 column vector yields a 2×12 \times 1 result where the second row entry is 1(4)+m(2)=42m1(4) + m(-2) = 4 - 2m. Setting this equal to the second row element 66 gives 42m=64 - 2m = 6, which simplifies to m=1m = -1.

Step-by-Step Solution

1
Compute the matrix product ABAB
AB=(2(4)+3(2)1(4)+m(2))=(8642m)=(242m)AB = \begin{pmatrix} 2(4) + 3(-2) \\ 1(4) + m(-2) \end{pmatrix} = \begin{pmatrix} 8 - 6 \\ 4 - 2m \end{pmatrix} = \begin{pmatrix} 2 \\ 4 - 2m \end{pmatrix}
Matrix multiplication requires taking the dot product of each row of the first matrix with the column vector.
2
Equate the resulting vector to the given vector (26)\begin{pmatrix} 2 \\ 6 \end{pmatrix}
42m=64 - 2m = 6
Corresponding elements of equal matrices must be equal.
3
Solve the linear equation for mm
2m=642m=2m=1-2m = 6 - 4 \Rightarrow -2m = 2 \Rightarrow m = -1
Isolating the variable mm by subtracting 44 from both sides and dividing by 2-2.

Key Concept

Matrix Multiplication and Equality of Matrices
Rate this question