🎓 CLEP Exam Prep

Given matrices A = [[3, 1], [-2, 5]] and B = [[0, -4], [6, 1]], what is the result of A + B?

A [[3, -3], [4, 6]]
B [[3, -3], [-8, 4]]
C [[3, 5], [4, 6]]
D [[3, 5], [-8, 4]]

✓ Correct Answer: Option A

To add matrices, add corresponding elements: [[3+0, 1+(-4)], [-2+6, 5+1]] = [[3, -3], [4, 6]].

Related CLEP Exam Prep Questions