MCQModerate2 marks
Select the correct option for each of the following questions.
If A = [[3, 5], [1, 4]], B = [[2, 4], [0, 3]] and C = [[1, -1], [2, 1]], then 5A - BC is equal to:
Topic: Matrices
Previous-year question practice database
Try it
Pick an option and check your answer. The full worked answer is below either way.
Answer
Exam answer
(d) [[5, 23], [−1, 17]]
Explanation
First calculate BC, then subtract it from 5A. The resulting matrix is [[5, 23], [−1, 17]].
In words
[[5, 23], [−1, 17]]