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
Answer:
2*(5x - 2) + 2*(3x+1) ; Perimeter = 62 centimeters
Step-by-step explanation:
2*(5x - 2) + 2*(3x+1) = 10x - 4 + 6x + 2
= 16x -2
If x = 4 , then Perimeter = 16*4 - 2 = 64 - 2 = 62 cm
Answer:
The time taken for the projectile to reach the given height is 1.2 s.
Step-by-step explanation:
Given;
height of travel, h = 25 ft
initial velocity of the projectile, u = 15 ft/s
The time taken for the projectile to travel a height of 25 ft is given by the following kinematic equation;
h = ut + ¹/₂gt²
25 = 15t + ¹/₂(9.8)t²
25 = 15t + 4.9t²
4.9t² + 15t - 25 = 0
solving the quadratic equation, we will have the following solution of t;
t = 1.2 s
Therefore, the time taken for the projectile to reach the given height is 1.2 s.