Loading...

Add [[25,0],[33,-3]]+[[25,0],[27,-3]]

Problem

[[25,0],[33,−3]]+[[25,0],[27,−3]]

Solution

  1. Identify the corresponding elements in each matrix that need to be added together.

  2. Add the elements in the first row, first column: 25 + 25$.

  3. Add the elements in the first row, second column: 0 + 0$.

  4. Add the elements in the second row, first column: 33 + 27$.

  5. Add the elements in the second row, second column: −3+(−3)

  6. Simplify each sum to find the resulting matrix entries.

Final Answer

[[25,0],[33,−3]]+[[25,0],[27,−3]]=[[50,0],[60,−6]]


Want more problems? Check here!