Solved

Model Applied Situations with Matrix Operations
-Using the Same Color

Question 47

Multiple Choice

Model Applied Situations with Matrix Operations
-Using the same color levels from the instructions, write a 3 × 3 matrix A that represents the letter L in dark grey on a white background. Then find a 3 × 3 matrix B so that A + B lightens only the letter L from dark grey to light grey.


A)
A=[200200222];B=[100100111]A = \left[ \begin{array} { l l l } 2 & 0 & 0 \\ 2 & 0 & 0 \\ 2 & 2 & 2 \end{array} \right] ; B = \left[ \begin{array} { r r r } - 1 & 0 & 0 \\ - 1 & 0 & 0 \\ - 1 & - 1 & - 1 \end{array} \right]
A=[211211222];B=[100100111]\mathrm { A } = \left[ \begin{array} { l l l } 2 & 1 & 1 \\ 2 & 1 & 1 \\ 2 & 2 & 2 \end{array} \right] ; \mathrm { B } = \left[ \begin{array} { l l l } 1 & 0 & 0 \\ 1 & 0 & 0 \\ 1 & 1 & 1 \end{array} \right]
B)
A=[211211222];B=[100100111]\mathrm{A}=\left[\begin{array}{lll}2 & 1 & 1 \\2 & 1 & 1 \\2 & 2 & 2\end{array}\right] ; \mathrm{B}=\left[\begin{array}{lll}1 & 0 & 0 \\1 & 0 & 0 \\1 & 1 & 1\end{array}\right]

C)
A=[100100111];B=[100100111]A = \left[ \begin{array} { l l l } 1 & 0 & 0 \\ 1 & 0 & 0 \\ 1 & 1 & 1 \end{array} \right] ; B = \left[ \begin{array} { r r r } - 1 & 0 & 0 \\ - 1 & 0 & 0 \\ - 1 & - 1 & - 1 \end{array} \right]

D) A=[311311333];B=[211211222]A = \left[ \begin{array} { l l l } 3 & 1 & 1 \\ 3 & 1 & 1 \\ 3 & 3 & 3 \end{array} \right] ; B = \left[ \begin{array} { l l l } - 2 & - 1 & - 1 \\ - 2 & - 1 & - 1 \\ - 2 & - 2 & - 2 \end{array} \right]

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions