Multiply the Matrices [[2/3,1/4],[1/3,3/4]][[1950],[2850]]
Problem
Solution
Identify the dimensions of the matrices. The first matrix is
2×2 and the second is2×1 so the resulting matrix will be2×1 Calculate the first entry of the product by multiplying the first row of the first matrix by the column of the second matrix.
Simplify the first entry calculation.
Calculate the second entry of the product by multiplying the second row of the first matrix by the column of the second matrix.
Simplify the second entry calculation.
Final Answer
Want more problems? Check here!