Add [[25,0],[33,-3]]+[[25,0],[27,-3]]
Problem
Solution
Identify the corresponding elements in each matrix that need to be added together.
Add the elements in the first row, first column:
25 + 25$.Add the elements in the first row, second column:
0 + 0$.Add the elements in the second row, first column:
33 + 27$.Add the elements in the second row, second column:
−3+(−3) Simplify each sum to find the resulting matrix entries.
Final Answer
Want more problems? Check here!