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
A certain company makes three grades (A, B, and C) of a particular electrical component. Historically, grade A components have a
IrinaK [193]

Answer:

following are the solution to this question:

Step-by-step explanation:

In part (a):

Phase 1: Identifies a reasonable confidence period with both the title or form and checks suitable conditions. one z-interval test, p, that true percentage of defective parts in such a lot of Clauses:

1. Unique component sampling

2. This survey size is enough, to the fact to conclude the composition of that percentage of a sample was roughly natural, which the amount for successes and the number of losses are either greater than 10 (or 5 or 15). Needs to check: A 200-component representative selection of a big batch was picked. Each has far more than 15 achievements or failures (16 and 184).

Phase 2: Mechanisms Correct Pick problems for Pink and Blue it Committee of a College. Similar products are part of the program of a College Board. It is prohibited for such resources to be used and distributed online or in a printed form far beyond the participation of the college in the package, which leads to intervals (0.0424, 0.1176).

Phase 3: Background analysis In just this study, we consider 95% of its computed value to have between 4.24% and 11.76% for both the real number of defective components within the batch.

In part (b):

Its standard deviation of 95 percent found in Part (a) allows a company to eliminate class A as its 2 percent faulty rate is not among the computed value within this interval. It period however does not enable the company to decide between levels B and C, since the two faulty rates (5% and 10%) were examined.

Scoring: In 4 components the question is rated. Section 1 comprises part (a) step 1; part (a) or step 2 comprises of the part (a), part (3), part (a), and part (4) (b). The part was marked as correct (E), partly right (P) (I).

4 0
3 years ago
if your car gets 26 miles per gallon how much does it cost to drive 420 miles when gas is $2.80 per gallon​
Kitty [74]

Answer:

$45.22

Step-by-step explanation:

The number of miles per gallon can be represented by the ratio:

\frac{miles}{gallon}=\frac{26}{1}

Since we know the unit rate of 26 miles per gallon of gas, we can set up a proportion, or equivalent ratios, to find the number of gallons needed for 420 miles:

\frac{26}{1}=\frac{420}{x}, where 'x' is the number of gallons of gas

cross-multiply and divide:  26x = 420 or x ≈ 16.15 gallons

If gas is $2.80 per gallon, take the total number of gallons needed and multiply by $2.80:

16.15 x $2.80 = $45.22

5 0
3 years ago
1 6 36 216 what come next
baherus [9]
The answer will be 346
8 0
3 years ago
Read 2 more answers
Tim​ Urban, owner/manager of​ Urban's Motor Court in Key​ West, is considering outsourcing the daily room cleanup for his motel
pantera1 [17]

Answer:

broke

Step-by-step explanation:

----$$$$$$$

7 0
3 years ago
Marketing consultant - Monthly pay: $1,484.25; What is his annual salary?
Kruka [31]
Just mult. this monthly pay by 12 to obtain the annual salary:

12($1484.25) = $17775 per year (answer)
7 0
3 years ago
Other questions:
  • 60 degrees<br> 40 degrees<br> 130 degrees<br> 120 degrees
    7·2 answers
  • Which equation could represent the relationship shown in the scatter plot?
    14·2 answers
  • What are the numbers for Pi <br> (Urgent)
    13·2 answers
  • Please help! Correct Answers only!
    14·1 answer
  • A base ball diamond is square.The distance from home plate to first base is 90 feet.what is the distance from home plate to seco
    7·1 answer
  • At a school carnival, the diameter of the mat of a trampoline is 12 feet and the diameter of its metal frame is 14 feet. What is
    5·2 answers
  • What is an equivalent expression to 5( x plus 3y)
    6·1 answer
  • A school is trying to schedule Prayers of chemistry and algebra two. They find that a total of 386,000 are taking either one or
    8·1 answer
  • An archeology dig site is shaped like a square. The archeologists make a map of the
    13·2 answers
  • What is the scale factor of the dilation applied to Δ DEF to produce Δ D'E'F'? (Hint: Does it get bigger or smaller?
    6·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!