Question 94014
When finding the product, 
-2 0 1 
4 3 2
-1 5 0 
and
-1 4 -2
0 -1 3
-2 0 -5 
how many pairs of numbers must be multiplied together? 
Each row has to multiply each column (9 actions)and each 
multiplication involves 3 multiplied pairs
So there are 9*3 multiplied pairs = 27
-------------------------

1. What is a square matrix? : one that has an equal number of rows and columns.
-------------------------
2. What is meant when a matrix is said to have dimensions "b" by "a"?
It has "b rows and "a" columns.
--------------------------- 
3. Under what conditions can two matrices be added? 
If they have the same dimensions: same number of rows and same number of columns.
---------------------------
4. What conditions are necessary in order to be able to multiply two matrices?
The number of columns of the left matrix must equal the number of rows of the
right matrix.
------------------------------
Cheers,
Stan H.