Soru

Zorluk: KolayMatrices and Matrix Operations

A local bakery sells two types of muffins: blueberry and bran. Store 1 sells 30 blueberry muffins and 20 bran muffins. Store 2 sells 40 blueberry muffins and 35 bran muffins. Blueberry muffins cost 3each,andbranmuffinscost3 each, and bran muffins cost 2 each. This information is represented by the inventory matrix MM and the price matrix PP:

M=(30204035)M = \begin{pmatrix} 30 & 20 \\ 40 & 35 \end{pmatrix}
P=(32)P = \begin{pmatrix} 3 \\ 2 \end{pmatrix}

Which of the following matrices represents the total revenue from muffin sales for Store 1 and Store 2, calculated using the matrix product MPMP?

  1. A
    (904012070)\begin{pmatrix} 90 & 40 \\ 120 & 70 \end{pmatrix}
  2. B
    (120185)\begin{pmatrix} 120 \\ 185 \end{pmatrix}
  3. (130190)\begin{pmatrix} 130 \\ 190 \end{pmatrix}Cevap
  4. D
    (130190)\begin{pmatrix} 130 & 190 \end{pmatrix}
  5. E
    (150210)\begin{pmatrix} 150 \\ 210 \end{pmatrix}

Cevap

The column matrix with elements 130 and 190
The correct answer is the column matrix with elements 130 and 190. Multiplying the first row of the inventory matrix by the price column matrix yields the revenue for Store 1 (30×3+20×2=13030 \times 3 + 20 \times 2 = 130). Multiplying the second row by the price column matrix yields the revenue for Store 2 (40×3+35×2=19040 \times 3 + 35 \times 2 = 190). Since the product of a 2 by 2 matrix and a 2 by 1 matrix is a 2 by 1 column matrix, the final result is correctly formatted.

Adım Adım Çözüm

1
Set up the matrix multiplication of the 2 by 2 matrix and the 2 by 1 matrix.
MP=(30204035)(32)MP = \begin{pmatrix} 30 & 20 \\ 40 & 35 \end{pmatrix} \begin{pmatrix} 3 \\ 2 \end{pmatrix}
To calculate total revenue, we multiply the quantity matrix by the price matrix.
2
Calculate the first element of the resulting matrix (Store 1 total revenue) by taking the dot product of the first row of the inventory matrix and the price matrix.
30×3+20×2=90+40=13030 \times 3 + 20 \times 2 = 90 + 40 = 130
This pairs the quantity of each muffin type sold at Store 1 with its respective price.
3
Calculate the second element of the resulting matrix (Store 2 total revenue) by taking the dot product of the second row of the inventory matrix and the price matrix.
40×3+35×2=120+70=19040 \times 3 + 35 \times 2 = 120 + 70 = 190
This pairs the quantity of each muffin type sold at Store 2 with its respective price.
4
Assemble the resulting products into a 2 by 1 column matrix.
(130190)\begin{pmatrix} 130 \\ 190 \end{pmatrix}
The product of a 2 by 2 matrix and a 2 by 1 matrix is a 2 by 1 matrix.

Anahtar Kavram

Matrix multiplication of a 2 by 2 matrix and a 2 by 1 matrix in a real-world context.
Bu soruyu puanla