Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

name: date: per: unit 10: systems and matrices homework 5: multiplying …

Question

name:
date:
per:
unit 10: systems and matrices
homework 5: multiplying matrices
this is a 2 - page document!
directions: find each product, if possible.

  1. (\begin{bmatrix}4&-1&0\\8&4&-3end{bmatrix}cdot\begin{bmatrix}-2\\5\\1end{bmatrix})
  2. (\begin{bmatrix}3&-5\\7&1end{bmatrix}cdot\begin{bmatrix}2&2&-4&-7\\8&1&3&0end{bmatrix})
  3. (\begin{bmatrix}7&11&2\\-6&0&-9\\10&-4&5end{bmatrix}cdot\begin{bmatrix}5\\-3\\-1end{bmatrix})
  4. (\begin{bmatrix}8\\-3\\12\\-7end{bmatrix}cdot\begin{bmatrix}2&5end{bmatrix})
  5. (\begin{bmatrix}-5&-3\\-6&7end{bmatrix}cdot\begin{bmatrix}0&3\\-7&9\\-1&13end{bmatrix})
  6. (\begin{bmatrix}4\\-7end{bmatrix}cdot\begin{bmatrix}8&-9&6end{bmatrix})
  7. (\begin{bmatrix}10&1&6\\-4&-1&9end{bmatrix}cdot\begin{bmatrix}12&5\\-2&3\\-2&-4end{bmatrix})
  8. (\begin{bmatrix}7&-8&2&3end{bmatrix}cdot\begin{bmatrix}-5&1\\0&-2\\3&-3\\7&1end{bmatrix})
  9. (\begin{bmatrix}2&-5\\-1&7end{bmatrix}cdot\begin{bmatrix}11&-6\\0&8end{bmatrix}-\begin{bmatrix}3&5\\4&-9end{bmatrix})
  10. (\begin{bmatrix}14&0\\-8&6\\3&-2end{bmatrix}+\begin{bmatrix}5\\-1\\-7end{bmatrix}cdot\begin{bmatrix}3&11end{bmatrix})

Explanation:

Response

Let's solve each matrix multiplication problem step by step. We'll check if multiplication is possible (number of columns in first matrix = number of rows in second matrix) and then perform the multiplication.

Problem 1:

Matrix 1:

$$\begin{bmatrix} 4 & -1 & 0 \\ 8 & 4 & -3 \end{bmatrix}$$

(2 rows, 3 columns)
Matrix 2:

$$\begin{bmatrix} -2 \\ 5 \\ 1 \end{bmatrix}$$

(3 rows, 1 column)
Since 3 (columns of first) = 3 (rows of second), multiplication is possible. Result will be 2x1 matrix.

Step 1: Multiply first row of first matrix with column of second matrix

$4(-2) + (-1)(5) + 0(1) = -8 -5 + 0 = -13$

Step 2: Multiply second row of first matrix with column of second matrix

$8(-2) + 4(5) + (-3)(1) = -16 + 20 -3 = 1$

Answer:

$$\begin{bmatrix} -13 \\ 1 \end{bmatrix}$$
Problem 2:

Matrix 1:

$$\begin{bmatrix} 3 & -5 \\ 7 & 1 \end{bmatrix}$$

(2 rows, 2 columns)
Matrix 2:

$$\begin{bmatrix} 2 & 2 & -4 & -7 \\ 8 & 1 & 3 & 0 \end{bmatrix}$$

(2 rows, 4 columns)
Since 2 (columns of first) = 2 (rows of second), multiplication is possible. Result will be 2x4 matrix.

Step 1: First row, first column: $3(2) + (-5)(8) = 6 -40 = -34$

First row, second column: $3(2) + (-5)(1) = 6 -5 = 1$
First row, third column: $3(-4) + (-5)(3) = -12 -15 = -27$
First row, fourth column: $3(-7) + (-5)(0) = -21 + 0 = -21$

Step 2: Second row, first column: $7(2) + 1(8) = 14 + 8 = 22$

Second row, second column: $7(2) + 1(1) = 14 + 1 = 15$
Second row, third column: $7(-4) + 1(3) = -28 + 3 = -25$
Second row, fourth column: $7(-7) + 1(0) = -49 + 0 = -49$