Free. Exclusive. Just for you.
Four unique services that make learning easier, faster, and smarter - only on our website.

Algebra 2 worksheet focusing on matrix multiplication exercises for students to solve.

Algebra 2 worksheet featuring matrix multiplication problems with four examples to simplify, including blank spaces for answers and a space for the student's name.

Algebra 2 worksheet featuring matrix multiplication problems with four examples to simplify, including blank spaces for answers and a space for the student's name.

PNG 612×792 13.3 KB Free · Personal Use
Quality Assured by Worksheets Library Team
Reviewed for educational accuracy and age-appropriateness
ID: #937755
Show Answer Key & Explanations Step-by-step solution for: Matrix Multiplication Algebra 2 Worksheet Printable
To solve the matrix multiplication problems, we need to follow the rules of matrix multiplication. Here's a step-by-step explanation for each problem:

Matrix Multiplication Rule


If we have two matrices \( A \) (of size \( m \times n \)) and \( B \) (of size \( n \times p \)), their product \( C = AB \) will be a matrix of size \( m \times p \). Each element \( c_{ij} \) in the resulting matrix \( C \) is calculated as:
\[
c_{ij} = \sum_{k=1}^n a_{ik} b_{kj}
\]
This means the element in the \( i \)-th row and \( j \)-th column of the resulting matrix is obtained by taking the dot product of the \( i \)-th row of the first matrix with the \( j \)-th column of the second matrix.

---

Problem 1:


\[
\begin{bmatrix}
3 & -5 \\
-4 & 2
\end{bmatrix}
*
\begin{bmatrix}
-2 & 0 \\
5 & -6
\end{bmatrix}
\]

#### Step 1: Dimensions Check
- The first matrix is \( 2 \times 2 \).
- The second matrix is \( 2 \times 2 \).
- The result will be a \( 2 \times 2 \) matrix.

#### Step 2: Calculate Each Element
1. First Row, First Column:
\[
(3)(-2) + (-5)(5) = -6 - 25 = -31
\]

2. First Row, Second Column:
\[
(3)(0) + (-5)(-6) = 0 + 30 = 30
\]

3. Second Row, First Column:
\[
(-4)(-2) + (2)(5) = 8 + 10 = 18
\]

4. Second Row, Second Column:
\[
(-4)(0) + (2)(-6) = 0 - 12 = -12
\]

#### Result:
\[
\begin{bmatrix}
-31 & 30 \\
18 & -12
\end{bmatrix}
\]

---

Problem 2:


\[
\begin{bmatrix}
-2 & 7 \\
4 & -5
\end{bmatrix}
*
\begin{bmatrix}
-7 & 9 \\
4 & -3
\end{bmatrix}
\]

#### Step 1: Dimensions Check
- The first matrix is \( 2 \times 2 \).
- The second matrix is \( 2 \times 2 \).
- The result will be a \( 2 \times 2 \) matrix.

#### Step 2: Calculate Each Element
1. First Row, First Column:
\[
(-2)(-7) + (7)(4) = 14 + 28 = 42
\]

2. First Row, Second Column:
\[
(-2)(9) + (7)(-3) = -18 - 21 = -39
\]

3. Second Row, First Column:
\[
(4)(-7) + (-5)(4) = -28 - 20 = -48
\]

4. Second Row, Second Column:
\[
(4)(9) + (-5)(-3) = 36 + 15 = 51
\]

#### Result:
\[
\begin{bmatrix}
42 & -39 \\
-48 & 51
\end{bmatrix}
\]

---

Problem 3:


\[
\begin{bmatrix}
-9 & 2 \\
8 & -1 \\
4 & -3
\end{bmatrix}
*
\begin{bmatrix}
-2 & 5 \\
3 & -6
\end{bmatrix}
\]

#### Step 1: Dimensions Check
- The first matrix is \( 3 \times 2 \).
- The second matrix is \( 2 \times 2 \).
- The result will be a \( 3 \times 2 \) matrix.

#### Step 2: Calculate Each Element
1. First Row, First Column:
\[
(-9)(-2) + (2)(3) = 18 + 6 = 24
\]

2. First Row, Second Column:
\[
(-9)(5) + (2)(-6) = -45 - 12 = -57
\]

3. Second Row, First Column:
\[
(8)(-2) + (-1)(3) = -16 - 3 = -19
\]

4. Second Row, Second Column:
\[
(8)(5) + (-1)(-6) = 40 + 6 = 46
\]

5. Third Row, First Column:
\[
(4)(-2) + (-3)(3) = -8 - 9 = -17
\]

6. Third Row, Second Column:
\[
(4)(5) + (-3)(-6) = 20 + 18 = 38
\]

#### Result:
\[
\begin{bmatrix}
24 & -57 \\
-19 & 46 \\
-17 & 38
\end{bmatrix}
\]

---

Problem 4:


\[
\begin{bmatrix}
2 & -1 \\
5 & 8 \\
4 & 0
\end{bmatrix}
*
\begin{bmatrix}
3 & 2 \\
-4 & -7
\end{bmatrix}
\]

#### Step 1: Dimensions Check
- The first matrix is \( 3 \times 2 \).
- The second matrix is \( 2 \times 2 \).
- The result will be a \( 3 \times 2 \) matrix.

#### Step 2: Calculate Each Element
1. First Row, First Column:
\[
(2)(3) + (-1)(-4) = 6 + 4 = 10
\]

2. First Row, Second Column:
\[
(2)(2) + (-1)(-7) = 4 + 7 = 11
\]

3. Second Row, First Column:
\[
(5)(3) + (8)(-4) = 15 - 32 = -17
\]

4. Second Row, Second Column:
\[
(5)(2) + (8)(-7) = 10 - 56 = -46
\]

5. Third Row, First Column:
\[
(4)(3) + (0)(-4) = 12 + 0 = 12
\]

6. Third Row, Second Column:
\[
(4)(2) + (0)(-7) = 8 + 0 = 8
\]

#### Result:
\[
\begin{bmatrix}
10 & 11 \\
-17 & -46 \\
12 & 8
\end{bmatrix}
\]

---

Final Answers:


1. \(\boxed{\begin{bmatrix} -31 & 30 \\ 18 & -12 \end{bmatrix}}\)
2. \(\boxed{\begin{bmatrix} 42 & -39 \\ -48 & 51 \end{bmatrix}}\)
3. \(\boxed{\begin{bmatrix} 24 & -57 \\ -19 & 46 \\ -17 & 38 \end{bmatrix}}\)
4. \(\boxed{\begin{bmatrix} 10 & 11 \\ -17 & -46 \\ 12 & 8 \end{bmatrix}}\)
Parent Tip: Review the logic above to help your child master the concept of multiplying matrices worksheet.
Print Download

How to use

Click Print to open a print-ready version directly in your browser, or use Download to save the file to your device. The ⭐ Answer button generates an AI answer key instantly - useful for teachers who need a quick reference. Need a different version? Our AI Worksheet Generator lets you create a custom worksheet on any topic in seconds.

(view all multiplying matrices worksheet)

Algebra 2 Worksheets | Matrices Worksheets
Matrix Multiplication Worksheet for 11th - 12th Grade | Lesson Planet
Multiplication of Matrices Worksheets
Worksheet on Matrix Multiplication |Multiplication of Matrices|Answers
Matrix Multiplication Worksheets - Math Monks
lesson 1.7 multiplying matrices online exercise for | Live Worksheets
Matrices - Multiplying 2 x 2 Matrices worksheet | Live Worksheets
Algebra 2 Worksheets | Matrices Worksheets
? Matrix Multiplication Worksheet | Further Maths | Beyond
Multiplying matrices worksheet (with solutions) | Teaching Resources