Linear Algebra · Question of the Day

Linear Algebra Question of the Day

A fresh daily question to build accuracy, reinforce recall, and turn practice into a steady habit.
Tuesday, September 8, 2026

Let u=(121)\mathbf{u} = \begin{pmatrix} 1 \\ 2 \\ -1 \end{pmatrix} , v=(302)\mathbf{v} = \begin{pmatrix} 3 \\ 0 \\ 2 \end{pmatrix} , and w=(214)\mathbf{w} = \begin{pmatrix} -2 \\ 1 \\ 4 \end{pmatrix} . If AA is a 2×32 \times 3 matrix such that Au=(51)A\mathbf{u} = \begin{pmatrix} 5 \\ 1 \end{pmatrix} and Av=(62)A\mathbf{v} = \begin{pmatrix} 6 \\ -2 \end{pmatrix} , what is A(2uv)A(2\mathbf{u} - \mathbf{v})?

Keep practicing Linear Algebra

Question of the Day

Answer today's Linear Algebra question, reveal the full explanation, then keep the streak going with a new question every day.

Let u=(121)\mathbf{u} = \begin{pmatrix} 1 \\ 2 \\ -1 \end{pmatrix} , v=(302)\mathbf{v} = \begin{pmatrix} 3 \\ 0 \\ 2 \end{pmatrix} , and w=(214)\mathbf{w} = \begin{pmatrix} -2 \\ 1 \\ 4 \end{pmatrix} . If AA is a 2×32 \times 3 matrix such that Au=(51)A\mathbf{u} = \begin{pmatrix} 5 \\ 1 \end{pmatrix} and Av=(62)A\mathbf{v} = \begin{pmatrix} 6 \\ -2 \end{pmatrix} , what is A(2uv)A(2\mathbf{u} - \mathbf{v})?

  1. (44)\begin{pmatrix} 4 \\ 4 \end{pmatrix} (correct answer)
  2. (102)\begin{pmatrix} 10 \\ 2 \end{pmatrix}
  3. (162)\begin{pmatrix} 16 \\ -2 \end{pmatrix}
  4. (46)\begin{pmatrix} -4 \\ 6 \end{pmatrix}

Explanation: Using linearity of matrix multiplication: A(2uv)=2AuAv=2(51)(62)=(102)(62)=(44)A(2\mathbf{u} - \mathbf{v}) = 2A\mathbf{u} - A\mathbf{v} = 2\begin{pmatrix} 5 \\ 1 \end{pmatrix} - \begin{pmatrix} 6 \\ -2 \end{pmatrix} = \begin{pmatrix} 10 \\ 2 \end{pmatrix} - \begin{pmatrix} 6 \\ -2 \end{pmatrix} = \begin{pmatrix} 4 \\ 4 \end{pmatrix} . Choice B forgets to subtract AvA\mathbf{v}. Choice C incorrectly adds instead of subtracting. Choice D uses incorrect signs throughout.