53070512
Two electronics stores record sales of two tablet models, \(T_1\) and \(T_2\), during two consecutive weeks. Rows represent weeks 1 and 2, and columns represent \(T_1\) and \(T_2\):
\(A=\begin{pmatrix}24&18\\30&12\end{pmatrix}\), \(B=\begin{pmatrix}16&22\\25&20\end{pmatrix}\).
a) Find the matrix \(S\) of combined sales for both stores.
b) Find \(D=A-B\), and interpret a negative entry in context.
c) State the dimension requirement for adding or subtracting two matrices.
d) What would a \(2\times2\) zero matrix represent as a store’s sales matrix?
Hints
- Add or subtract entries in matching positions.
- Use the row and column labels to interpret each entry.
- Every entry must have a corresponding entry in the other matrix.
Solution
1. Add corresponding entries:
\(S=A+B=\begin{pmatrix}40&40\\55&32\end{pmatrix}\).
2. Subtract corresponding entries:
\(D=A-B=\begin{pmatrix}8&-4\\5&-8\end{pmatrix}\).
A negative entry means store 2 sold more units than store 1 for that model during that week.
3. Matrices can be added or subtracted only when they have the same number of rows and the same number of columns.
4. A zero sales matrix means the store sold no units of either model in either week.
Answer
a) \(S=\begin{pmatrix}40&40\\55&32\end{pmatrix}\).
b) \(D=\begin{pmatrix}8&-4\\5&-8\end{pmatrix}\). A negative entry means store 2 had greater sales in that position.
c) The matrices must have the same dimensions.
d) No tablets were sold in either week.
