Answer:
275 non spectators
Step-by-step explanation:
1. Subtract
42,500 - 31,750 - 10,475 =
275
2. Get answer
275 non-spectators
 
        
             
        
        
        
1x15=15 3x5=15 so 1 times 15 3x5=15
        
             
        
        
        
X is equal 3. to do this, you do reverse of order of operations. So this means that you would to the 'times 2' first by dividing 4 by 2 to make it 2. then, in the parenthesis, since there is a 'minus 1', therefore you are going to add 1+2 which equals three.  <span />
        
             
        
        
        
Answer:
   A, B, D, F
Step-by-step explanation:
Matrix operations require that the matrix dimensions make sense for the operation being performed. 
Matrix multiplication forms the dot product of a row in the left matrix and a column in the right matrix. That can only happen if those vectors have the same dimension. That is the number of columns in the left matrix must equal the number of rows in the right matrix.
Matrix addition or subtraction operates on corresponding terms, so the matrices must have the same dimension.
The transpose operation interchanges rows and columns, so reverses the dimension numbers. It is a defined operation for any size matrix.
<h3>Defined operations</h3>
A. CA ⇒ (4×7) × (7×2) . . . . defined
B. B -A ⇒ (7×2) -(7×2) . . . . defined
C. B -C ⇒ (7×2) -(4×7) . . . undefined
D. AB' ⇒ (7×2) × (2×7) . . . . defined
E. AC ⇒ (7×2) × (4×7) . . . undefined
F. C' ⇒ (7×4) . . . . defined