We need to operate the next matrixes.
First, subtract the next matrixes:
13 10 7
6 8 1
2 5 0
-
3 -2 6
14 -6 11
8 -12 9
=
13-3 10-(-2) 7-6
6-14 8-(-6) 1-11
2-8 5-(-12) 0-9
=
10 12 1
-8 14 -10
-6 17 -9
Now, the result adds to the next matrix:
10 12 1
-8 14 -10
-6 17 -9
+
6 10 15
10 0 9
1 0 7
=
10+6 12+10 1+15
-8+10 14+0 -10+9
-6+1 17+0 -9+7
=
16 22 16
2 14 -1
-5 17 -2
Therefore, the correct answer is the first one.