Practice adding, subtracting, and multiplying matrices, finding determinants and inverses, and using matrices to solve systems of equations.
Read each problem carefully. Show your work and include each matrix step when needed.
Practice with matrix arithmetic, determinants, inverses, and system solving
Math - Grade 9-12
- 1
Let A = [[2, 3], [1, 4]] and B = [[5, -1], [0, 2]]. Find A + B.
- 2
Let A = [[7, 2], [-3, 5]] and B = [[4, -1], [6, 3]]. Find A - B.
- 3
Let A = [[1, -2], [3, 0]] and B = [[4, 5], [-1, 2]]. Find 3A.
- 4
Let A = [[2, 1], [0, -1]] and B = [[3, 4], [5, 2]]. Find AB.
- 5
Let A = [[2, 1], [0, -1]] and B = [[3, 4], [5, 2]]. Find BA.
- 6
Find the determinant of the matrix [[6, 2], [3, 5]].
- 7
Find the determinant of the matrix [[4, -2], [6, 1]].
- 8
Find the inverse of the matrix [[2, 1], [5, 3]], if it exists.
- 9
Determine whether the matrix [[4, 2], [2, 1]] is invertible. Explain your answer.
- 10
Write the system x + 2y = 5 and 3x - y = 4 in the matrix equation form AX = B.
- 11
Use inverse matrices to solve the system 2x + y = 7 and x - y = 2.
- 12
Use matrices to solve the system 4x + 3y = 18 and 2x - y = 2.
- 13
If A = [[1, 2], [0, 3]] and X = [[x], [y]], solve AX = [[5], [6]].
- 14
Find the product of the row matrix [[2, -1, 3]] and the column matrix [[4], [0], [-2]].
- 15
A theater sold 120 tickets for a total of 1020 dollars. Adult tickets cost 10 dollars and student tickets cost 7 dollars. Let a be the number of adult tickets and s be the number of student tickets. Use a system and solve it with matrices.