223k views
3 votes
Given the following matrices, if possible, determine 3A - 3B. if not, state “not possible”

Given the following matrices, if possible, determine 3A - 3B. if not, state “not possible-example-1
User Joshua H
by
4.6k points

1 Answer

6 votes

We have:


3A-3B=3\begin{bmatrix}{6} & {3} & {} \\ {-6} & {-3} & {} \\ {4} & {-2} & {}\end{bmatrix}-3\begin{bmatrix}{8} & {-8} & {4} \\ {7} & {-6} & {-5} \\ {} & {} & \end{bmatrix}

Multiplying each matrix by 3:


3A-3B=\begin{bmatrix}{18} & {9} & {} \\ {-18} & {-9} & {} \\ {12} & {-6} & {}\end{bmatrix}-\begin{bmatrix}{24} & {-24} & {12} \\ {21} & {-18} & {-15} \\ {} & {} & \end{bmatrix}

Then, to facilitate subtraction, we convert each matrix into a 3x3 matrix, filling in the missing column and row with zero. Like this:


3A-3B=\begin{bmatrix}{18} & {9} & {0} \\ {-18} & {-9} & {0} \\ {12} & {-6} & {0}\end{bmatrix}-\begin{bmatrix}{24} & {-24} & {12} \\ {21} & {-18} & {-15} \\ {0} & {0} & {0}\end{bmatrix}

So, we do the subtraction of each number that makes up the matrix:


\begin{gathered} 3A-3B=\begin{bmatrix}{18-24} & {9-(-24)} & {0-12} \\ {-18-21} & {-9-(-18)} & {0-(-15)} \\ {12-0} & {-6-0} & {0-0}\end{bmatrix} \\ 3A-3B=\begin{bmatrix}{-6} & {33} & {-12} \\ {-39} & {9} & {15} \\ {12} & {-6} & {0}\end{bmatrix} \end{gathered}

Answer:


\begin{bmatrix}{-6} & {33} & {-12} \\ {-39} & {9} & {15} \\ {12} & {-6} & {0}\end{bmatrix}

User Tomkarho
by
4.5k points