202k views
4 votes
What is the product?

What is the product?-example-1
User SeUser
by
6.6k points

2 Answers

3 votes

Answer:

The correct answer option is:


\left[\begin{array}{ccc}15&14\\-1&9\\\end{array}\right]

Explanation:

For two matrices to be multiplied, the number of columns in the first matrix should be equal to the number of rows in the 2nd one.

Then we multiply the elements of each row of the first matrix by the elements of each column in the second matrix and add them.


(1 * 2)+(3 * 3)+(1 * 4) =2+9+4=15


(1 * -2)+(3 * 5)+(1 * 1) =-2+15+1=14


(-2 * 2)+(1 * 3)+(0 * 4) =-4+3+0=-1


(-2 * 2)+(1 * 5)+(0 * 1) =4+5+0=9

So we get:


\left[\begin{array}{ccc}15&14\\-1&9\\\end{array}\right]

User Oberblastmeister
by
6.1k points
4 votes

Answer:

option C

15 14

-1 9

Explanation:

Given in the question a 2x3 and 3x2 matrix

Since, the column of first matrix and row of second matrix is of equal integer, 3, so we can multiply them.

The resultant matrix will be of 2x2

We will use dot product

1(2) + 3(3) + 1(4) 1(-2) + 3(5) + 1(1)

-2(2) + 1(3) + 0(4) -2(-2) + 1(5) + 0(1)

15 14

-1 9

User Fritzmg
by
4.9k points