A retail electronics store sells two models of wireless headphones: Solo, which sells for 150. During a holiday sale, the number of headphones sold at the Downtown and Uptown store locations is represented by the matrix below, where the first row represents the Downtown store, the second row represents the Uptown store, the first column represents Solo headphones, and the second column represents Studio headphones:
The prices of the headphones are represented by the matrix below:
Which of the following matrices represents the total revenue, in dollars, generated from headphone sales at each of the two stores, where the first row represents the Downtown store and the second row represents the Uptown store?
- A
- B
- Answer
- D
- E
Answer
The column matrix with first row 6,950 and second row 7,650
The total revenue for each store is found by calculating the product of the sales matrix and the price matrix . This multiplication is performed by taking the dot product of each row in with the column in . For the first row (Downtown store), the calculation is . For the second row (Uptown store), the calculation is . Combining these results yields the column matrix containing 6,950 and 7,650.
Step-by-Step Solution
Key Concept
Matrix Multiplication and Modeling
Alternative Method
Instead of setting up the entire matrix multiplication, calculate the total revenue for the first store (Downtown) individually: . This single calculation is enough to eliminate the options that do not have 6,950 in the first row.
Estimated Time:2m 0s