A community theater sells adult tickets for each and student tickets for each. The number of tickets sold for the evening performances on Friday and Saturday is represented by the matrix :
where the rows represent Friday and Saturday, respectively, and the columns represent adult and student tickets, respectively.
The ticket prices are represented by the matrix :
The product matrix represents the total ticket revenue for each night. What is the element in the second row and first column of matrix , which represents the total ticket revenue, in dollars, for Saturday's performance?
Answer: 2250 dollars
Answer
The correct answer is dollars, which represents the ticket revenue for Saturday's performance.
The correct answer is dollars. The element in the second row and first column of the product matrix is obtained by multiplying the elements of the second row of matrix (Saturday's ticket sales: adult, student) by the corresponding elements of the first column of matrix (ticket prices: adult, student) and summing the products: .
Step-by-Step Solution
Key Concept
Matrix Multiplication