Question:medium

If \[ A= \begin{bmatrix} 1 & 2 \\ 3 & 4 \end{bmatrix}, \qquad B= \begin{bmatrix} 2 & 0 \\ 1 & 5 \end{bmatrix} \] then \(AB\) is equal to:

Show Hint

For matrix multiplication: \[ (\text{Row})\times(\text{Column}) \] Multiply corresponding entries and add the products carefully.
Updated On: May 16, 2026
  • \[ \begin{bmatrix} 4 & 10 \\ 10 & 20 \end{bmatrix} \]
  • \[ \begin{bmatrix} 4 & 10 \\ 10 & 15 \end{bmatrix} \]
  • \[ \begin{bmatrix} 4 & 10 \\ 10 & 20 \end{bmatrix} \]
  • \[ \begin{bmatrix} 4 & 10 \\ 10 & 15 \end{bmatrix} \]
Show Solution

The Correct Option is A

Solution and Explanation

Was this answer helpful?
0