Add & Subtract Matrices 1
Try VividMath Premium to unlock full access
Time limit: 0
Quiz summary
0 of 4 questions completed
Questions:
- 1
- 2
- 3
- 4
Information
–
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading...
You must sign in or sign up to start the quiz.
You have to finish following quiz, to start this quiz:
Loading...
- 1
- 2
- 3
- 4
- Answered
- Review
-
Question 1 of 4
1. Question
Solve`[[4],[-3],[5]]+[[2],[1],[0]]`Hint
Help VideoCorrect
Well Done!
Incorrect
Two matrices can be added only if their dimensions (`mtimesn`) are equal.First, check the dimensions of each matrixMatrix `1`:`[[4],[-3],[5]]`rows`(m)=3`columns`(n)=1`Dimension`(mtimesn)=``3xx1`Matrix `2`:`[[2],[1],[0]]`rows`(m)=3`columns`(n)=1`Dimension`(mtimesn)=``3xx1`Since their dimensions are equal, these two matrices can be addedNext, add the matrices by simply adding each matching elements`[[4],[-3],[5]]+[[2],[1],[0]]` `=` `[[ 4+2],[-3+1],[ 5+0]]` `=` `[[6],[-2],[5]]` `[[6],[-2],[5]]` -
Question 2 of 4
2. Question
Solve for `x+y` given that:`x=[[4,2],[3,5]]` `y=[[4,-2],[-2,1]]` `z=[[-5,6],[-1,-2]]`Hint
Help VideoCorrect
Nice Job!
Incorrect
Two matrices can be added only if their dimensions (`mtimesn`) are equal.First, check the dimensions of each matrixMatrix `x`:`x=[[4,2],[3,5]]`rows`(m)=2`columns`(n)=2`Dimension`(mtimesn)=``2xx2`Matrix `y`:`y=[[4,-2],[-2,1]]`rows`(m)=2`columns`(n)=2`Dimension`(mtimesn)=``2xx2`Since their dimensions are equal, these two matrices can be addedNext, add the matrices by simply adding each matching elements`x+y` `=` `[[4,2],[3,5]]+[[4,-2],[-2,1]]` `=` `[[4+4,2+(-2)],[3+(-2),5+1]]` `=` `[[8,0],[1,6]]` `[[8,0],[1,6]]` -
Question 3 of 4
3. Question
Solve for `x+y+z` given that:`x=[[4,2],[3,5]]` `y=[[4,-2],[-2,1]]` `z=[[-5,6],[-1,-2]]`Hint
Help VideoCorrect
Excellent!
Incorrect
Matrices can be added only if their dimensions (`mtimesn`) are equal.First, check the dimensions of each matrixMatrix `x`:`x=[[4,2],[3,5]]`rows`(m)=2`columns`(n)=2`Dimension`(mtimesn)=``2xx2`Matrix `y`:`y=[[4,-2],[-2,1]]`rows`(m)=2`columns`(n)=2`Dimension`(mtimesn)=``2xx2`Matrix `z`:`z=[[-5,6],[-1,-2]]`rows`(m)=2`columns`(n)=2`Dimension`(mtimesn)=``2xx2`Since their dimensions are equal, these two matrices can be addedNext, add the matrices by simply adding each matching elements`x+y+z` `=` `[[4,2],[3,5]]+[[4,-2],[-2,1]]+[[-5,6],[-1,-2]]` `=` `[[4+4+(-5),2+(-2)+6],[3+(-2)+(-1),5+1+(-2)]]` `=` `[[3,6],[0,4]]` `[[3,6],[0,4]]` -
Question 4 of 4
4. Question
Solve for `x+y` given that:`x=[[2,3,4],[4,5,1]]` `y=[[3,2,4],[0,4,6]]` `z=[[4,2],[5,9]]`Hint
Help VideoCorrect
Fantastic!
Incorrect
Two matrices can be added only if their dimensions (`mtimesn`) are equal.First, check the dimensions of each matrixMatrix `x`:`x=[[2,3,4],[4,5,1]]`rows`(m)=2`columns`(n)=3`Dimension`(mtimesn)=``2xx3`Matrix `y`:`y=[[3,2,4],[0,4,6]]`rows`(m)=2`columns`(n)=3`Dimension`(mtimesn)=``2xx3`Since their dimensions are equal, these two matrices can be addedNext, add the matrices by simply adding each matching elements`x+y` `=` `[[2,3,4],[4,5,1]]+[[3,2,4],[0,4,6]]` `=` `[[2+3,3+2,4+4],[4+0,5+4,1+6]]` `=` `[[5,5,8],[4,9,7]]` `[[5,5,8],[4,9,7]]`
Quizzes
- Add & Subtract Matrices 1
- Add & Subtract Matrices 2
- Add & Subtract Matrices 3
- Multiply Matrices 1
- Multiply Matrices 2
- Matrices: Multiplication Word Problems
- Determinant of a Matrix
- Inverse of a Matrix
- Matrices: Systems of Equations 1
- Matrices: Systems of Equations 2
- Gauss Jordan Elimination
- Cramer’s Rule