Answer:
Option C is correct
Explanation:
To multiply a scalar number with a matrix, we will multiply that number with all elements in matrix.
As shown in picture, suppose matrix B = 3 x matrix A
=> matrix B = [3x(-2) 3x0; 3x4 3x(-7)] = [-6 0; 12 -21]
=> Option C is correct