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
Which steps could be used to solve this story problem?
Vedmedyk [2.9K]
Multiply 10 and 3 then subtract five from 10 add the product and the difference add that sum to 10
3 0
3 years ago
4
const2013 [10]

Answer:

the third

Step-by-step explanation:

your photo is not clear, and your explanations for your question is not clear also.

as we are tackling the substraction and the addition questions between matricxs.We could simply +/- every number correspondingly.

4 0
3 years ago
Find the original price:<br> a house priced at $192030 after its value rose by 3.8%
soldier1979 [14.2K]
Helloooooo
The correct answer is 199327.14
5 0
3 years ago
Read 2 more answers
Cylinder A has radius r, height h, and a volume of 10pi cubic units. Cylinder B has twice the radius and twice the height.
viva [34]

Answer:

Step-by-step explanation:

10 = r²h

(2r)²(2h) = 16r²h

volume of B is 1.6 times the volume of A

4 0
3 years ago
Read 2 more answers
13. How are squares and triangles the same? How are they different?​
nignag [31]

Answer:

Squares and triangles are both polygons and right triangles and squares both have at least one right angle. They are different because squares have 4 sides and triangles have 3. Also, triangle have a total of 180 degrees while squares have a total of 360 degrees.

Hope this helped you! I would appreciate a Brainliest if this helped! Have a good day!

4 0
1 year ago
Other questions:
  • Find the future value of the loan. $34300 loan at 3.5% for 4 months
    7·1 answer
  • Simplify the expression2b-6+3n-2
    6·1 answer
  • a boat makes a 120-mile trip downstream in 3 hours but makes the return trip in 4 hours. if b=the rate of the boat in still wate
    13·1 answer
  • Find set of values of experssion (x + y)(3 - 4xy) if x ^ 2 + y ^ 2 = 3
    7·1 answer
  • Solve for k k/6 = 4/3
    6·1 answer
  • 40% of 80 percent of a quantity
    6·2 answers
  • Solve using substitution. x + 2y = 4 and –4x − 7y = –9
    8·2 answers
  • Which of the following is equal to the rational expression when x does not equal -2 or -6?
    9·1 answer
  • In the picture lines AB and CD are parallel. Find the measures of the following angles. Explain your reasoning.
    6·1 answer
  • Please help me I don’t understand
    8·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!