Answer:
C
Explanation:
You are given two matrices A and B.
1. Find 2A by multiplying each element of A by 2:
2. Find 4B by multiplying each element of B by 4:
3. Subtract two matrices 2A and 4B (from each element of matrix 2A subtract corresponding element of matrix 4B)