Answer:
Explanation:
(a) We first compute 3A and then 3A+B. To compute 3A, we multiply each entry of A by 3
the we sum the entries of 3A and B that are in the same position
(b) Although it's possible to compute 3A, it's not possible to compute 2B+C. We can only sum matrices of the same size, 2B is a 3x3 matrix. However, C is a 1x3 matrix.
(c) C is a 1x3 matrix and A is a 3x3 matrix, hence CA is a 1x3 matrix. To compute CA, we multiply by left the culumns of A with the row of the matrix C.