1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
sergij07 [2.7K]
3 years ago
6

If matrix A has dimensions m x n and matrix B has dimensions n x p where m, n, and p are distinct positive integers, which of th

e following is true?
I.the product of BA doesn't exist
II. the product of AB exists and has dimensions m x p
III. the product of AB exists and has dimensions n x n

a) I only
b) II only
c) III only
d) I and II only
e) I and III
Mathematics
2 answers:
shepuryov [24]3 years ago
5 0

Answer:  The correct option is

(d) I and II only.

Step-by-step explanation:  Given that matrix A has dimensions m x n and matrix B has dimensions n x p where m, n, and p are distinct positive integers.

We are to select the one that is true from the following :

I.   the product of BA doesn't exist

II.  the product of AB exists and has dimensions m x p

III. the product of AB exists and has dimensions n x n

We know that two matrices X and Y can be multiplied if the number of columns in X is equal to the number of rows in Y.

Also, if X has dimensions  a x b and Y has dimensions b x c, then the product XY is possible and it has dimensions a x c. Also, the product YX doesn't exist.

So, for the given matrices A and B, the following points are true :

(I) the product of BA doesn't exist.

(II) the product of AB exists and has dimensions m x p.

Thus, only I and II are TRUE.

Option (d) is CORRECT.

mel-nik [20]3 years ago
3 0

You probably already have an idea of what a matrix is; it's a rectangular array of numbers. What they represent is a bit complicated to explain. There's a whole subject about it (see "linear algebra" for more info). Whatever they represent isn't important though, you don't need to know everything about matrices to compute their product (or whether it's even possible).

A quick definition: A matrix of dimension r-by-c is a matrix with r rows and c columns.

Matrix multiplication all comes down to an operation called the "dot product". It's defined by the sum of component-wise products of elements between two lists. What this means is, if x=\{1,2,0\} and y=\{-1,0,3\}, then the dot product of x and y is

x\cdot y=(1)(-1)+(2)(0)+(0)(3)=-1+0+0=-1

What we did was take the first elements of each list and multiplied them, and the same for the other two elements, then added them all together. Notice that the product can't be computed if x and y don't thave the same number of elements.

We write this product in matrix form as

\begin{bmatrix}1&2&0\end{bmatrix}\begin{bmatrix}-1\\0\\3\end{bmatrix}

Notice the pattern here: on the left, a matrix with 1 row and 3 columns; on the right, a matrix with 3 rows and 1 column. The number of columns of the first matrix have to match the number of rows of the second.

The orientation makes a big difference. The product above returns a 1-by-1 matrix (or simply a scalar number):

\begin{bmatrix}1&2&0\end{bmatrix}\begin{bmatrix}-1\\0\\3\end{bmatrix}=\begin{bmatrix}(1)(-1)+(2)(0)+(0)(3)\end{bmatrix}=\begin{bmatrix}-1\end{bmatrix}=-1

On the other hand, the alternate orientation would result in a 3-by-3 matrix.

\begin{bmatrix}1\\2\\0\end{bmatrix}\begin{bmatrix}-1&0&3\end{bmatrix}=\begin{bmatrix}(1)(-1)&(1)(0)&(1)(3)\\(2)(-1)&(2)(0)&(2)(3)\\(0)(-1)&(0)(0)&(0)(3)\end{bmatrix}=\begin{bmatrix}-1&0&3\\\-2&0&3\\0&0&0\end{bmatrix}

So the number of rows of the first matrix and number of columns of the second matrix determine the number of rows and columns, respectively, of the matrix product.

I think we have enough information about matrix multiplication to answer this question. If A has dimensions m\times n and B has dimensions n\times p, then the matrix product AB exists (n columns in A, n rows in B), but the matrix product BA does not (p columns in B, m rows in A, but m\neq p). So I is not true.

We know AB exists, and with m rows in A and p columns in B, we expect AB to have m rows and p columns, so AB has dimensions m\times p. So II is true.

With dimensions r\times c, a matrix would contain rc elements. m,n,p are distinct, so mp\neq n^2. So III is not true.

You might be interested in
What is standard form of the line passing through the points (2,-3) and (4,2)
S_A_V [24]
(5x/2)-y=8 Is the standard form equation <3
7 0
3 years ago
PLEASE PLEASE HELP ME
Alexus [3.1K]
Y=-2x-2 it is the only one that is perfectly perpendicular and passes through (-3,4)
3 0
3 years ago
Which trigonometric function has the same value as sin 75°?
monitta

Answer:

cos 15 degrees is your answer.

Answer choice (b)


6 0
3 years ago
Read 2 more answers
Pretend we all live in the same house in the comments <br> Funniest gets brainliest.
natulia [17]

Answer:

fune

Step-by-step explanation:

pls laugh or mom will lock me in basement again

6 0
3 years ago
Multiply two and five-eighths negative two and three-fifths .
Yuki888 [10]
The answer is -6.825 in fraction form, it would be -6 33/40
4 0
3 years ago
Other questions:
  • Determine the perimeter of DEF. leave answer in radical form.
    6·1 answer
  • How do i find the volume of a sphere radius 1/2
    10·1 answer
  • Monica has a 24-inch square frame. There are 4 equal sides. She paints 34 of one side of the frame blue.
    12·1 answer
  • In a random sample of ​people, the mean driving distance to work was miles and the standard deviation was miles. Assume the popu
    8·1 answer
  • F(x) = 3x + 4; Find f(3)
    5·1 answer
  • Subtract and simplify (2y+14.6m+3.8)-(34.8m+15.6+2y)
    10·2 answers
  • Find the sum 5/17 +4/17
    9·2 answers
  • 2. Which of the following is the correct interpretation of confidence interval? (circle one)
    9·1 answer
  • I need help now!! pls
    12·2 answers
  • John is trying to convert an area from meters squared to millimeters squared. He multiplied the area he had by 1,000 and got the
    15·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!