QUESTION IMAGE
Question
select the correct answer.
consider matrices a and b.
$a = \
$, $b = \
$
what is the product of these matrices, $ab$?
a. $\
$
b. these two matrices cannot be multiplied.
c. $\
$
d. $\
$
Step1: Verify matrix multiplication validity
Matrix $A$ is $2 \times 2$, matrix $B$ is $2 \times 3$. Since the number of columns in $A$ equals the number of rows in $B$, multiplication is valid, resulting in a $2 \times 3$ matrix.
Step2: Calculate row1, column1 of $AB$
Multiply row1 of $A$ by column1 of $B$:
$(-1)(7) + (4)(2) = -7 + 8 = 1$
Step3: Calculate row1, column2 of $AB$
Multiply row1 of $A$ by column2 of $B$:
$(-1)(9) + (4)(0) = -9 + 0 = -9$
Step4: Calculate row1, column3 of $AB$
Multiply row1 of $A$ by column3 of $B$:
$(-1)(2) + (4)(-3) = -2 -12 = -14$
Step5: Calculate row2, column1 of $AB$
Multiply row2 of $A$ by column1 of $B$:
$(0)(7) + (5)(2) = 0 + 10 = 10$
Step6: Calculate row2, column2 of $AB$
Multiply row2 of $A$ by column2 of $B$:
$(0)(9) + (5)(0) = 0 + 0 = 0$
Step7: Calculate row2, column3 of $AB$
Multiply row2 of $A$ by column3 of $B$:
$(0)(2) + (5)(-3) = 0 -15 = -15$
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
D.