Solved

Write a Matrix to Display the Information 3×33 \times 3 Matrix Showing the Required Ingredients for Each Cake

Question 49

Multiple Choice

Write a matrix to display the information.
-A bakery sells three types of cakes. Cake I requires 2 cups of flour, 2 cups of sugar, and 2 eggs. Cake II requires 4 cups of flour, 1 cup of sugar, and 1 egg. Cake III requires 2 cups of flour, 2 cups of sugar, and 3 eggs. Make a 3×33 \times 3 matrix showing the required ingredients for each cake. Assign the cakes to the rows and the ingredients to the columns.


A) [213212242]\left[\begin{array}{lll}2 & 1 & 3 \\ 2 & 1 & 2 \\ 2 & 4 & 2\end{array}\right]
B) [242212213]\left[\begin{array}{lll}2 & 4 & 2 \\ 2 & 1 & 2 \\ 2 & 1 & 3\end{array}\right]
C) [223411222]\left[\begin{array}{lll}2 & 2 & 3 \\ 4 & 1 & 1 \\ 2 & 2 & 2\end{array}\right]
D) [222411223]\left[\begin{array}{lll}2 & 2 & 2 \\ 4 & 1 & 1 \\ 2 & 2 & 3\end{array}\right]

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions