A cleaning service company offers two types of packages: Standard Clean and Deep Clean. The number of packages sold during the first two weeks of the month is represented by matrix :
where row 1 represents Week 1, row 2 represents Week 2, column 1 represents Standard Clean packages, and column 2 represents Deep Clean packages.
The price charged and the cost to perform each package (in dollars) are represented by matrix :
where row 1 represents Standard Clean packages, row 2 represents Deep Clean packages, column 1 represents the price charged, and column 2 represents the cost.
Which of the following matrices represents the total revenue and total cost for Week 1 and Week 2, respectively?
- A
- B
- Answer
- D
- E
Answer
The matrix with elements 3,850 and 1,500 in the first row, and 4,700 and 1,830 in the second row.
The matrix representing the total revenue and total cost for Week 1 and Week 2 is found by multiplying matrix by matrix . Since is a matrix (weeks by package types) and is a matrix (package types by financial categories), the product yields a matrix representing weeks by financial categories (revenue and cost).
Calculating each element:
- Row 1, Column 1 (Week 1 Revenue):
- Row 1, Column 2 (Week 1 Cost):
- Row 2, Column 1 (Week 2 Revenue):
- Row 2, Column 2 (Week 2 Cost):
This results in the matrix:
Calculating each element:
- Row 1, Column 1 (Week 1 Revenue):
- Row 1, Column 2 (Week 1 Cost):
- Row 2, Column 1 (Week 2 Revenue):
- Row 2, Column 2 (Week 2 Cost):
This results in the matrix:
Step-by-Step Solution
Key Concept
Matrix multiplication represents linear combinations of variables, useful for calculating total cost and revenue in multi-variable business scenarios.