Question:medium

Let \( A = \begin{bmatrix} 0 & -3 & 4 \\ 1 & 0 & 2 \end{bmatrix} \) and \( B = \begin{bmatrix} -3 & 0 & 1\\ 2 & 4 & 0 \end{bmatrix} \). If \( A + B + C = O \), then matrix \( C \) is :

Show Hint

To avoid sign mistakes when solving algebra with matrices like \( A+B+C=O \), compute the sum element-by-element first, then flip the sign of every single component to reveal \( C \).
  • \( \begin{bmatrix} -3 & -3 & 5\\ 3 & 4 & 2 \end{bmatrix} \)
  • \( \begin{bmatrix} 3 & 3 & 5 \\-3 & -4 & -2 \end{bmatrix} \)
  • \( \begin{bmatrix} 3 & 3 & -5 \\-3 & -4 & -2 \end{bmatrix} \)
  • \( \begin{bmatrix} -3 & -3 & -5 \\ 3 & 4 & 2 \end{bmatrix} \)
Show Solution

The Correct Option is C

Solution and Explanation

Was this answer helpful?
0