Question 1120752
Given the following matrices:

A=|3 -4|
  |4  2|

B=|3 2 -1|
  |4 0  3|

If C = AB, what is matrix C?

<pre>

|-7   6  -15|
|20   8    2|

</pre>