Answer:
Matrix multiplication is not conmutative
Step-by-step explanation:
The matrix multiplication can be performed if the number of columns of the first matrix is equal to the number of rows of the second matrix
Let A with dimension mxn and B with dimension nxp represent two matrix
The multiplication of A by B is a matrix C with dimension mxp, but the multiplication of B by A is can't be calculated because the number of columns of B is not the number of rows of A. Therefore, you can notice that is not conmutative in general.
But even if the multiplication of AB and BA is defined (For example if A and B are squared matrix of 2x2) the multiplication is not necessary conmutative.
The matrix multiplication result is a matrix which entries are given by dot product of the corresponding row of the first matrix and the corresponding column of the second matrix:
![A=\left[\begin{array}{ccc}a11&a12\\a21&a22\end{array}\right]\\B= \left[\begin{array}{ccc}b11&b12\\b21&b22\end{array}\right]\\AB = \left[\begin{array}{ccc}a11b11+a12b21&a11b12+a12b22\\a21b11+a22b21&a21b12+a22b22\end{array}\right]\\\\BA=\left[\begin{array}{ccc}b11a11+b12a21&b11a12+b12a22\\b21a11+b22ba21&b21a12+b22a22\end{array}\right]](https://tex.z-dn.net/?f=A%3D%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7Da11%26a12%5C%5Ca21%26a22%5Cend%7Barray%7D%5Cright%5D%5C%5CB%3D%20%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7Db11%26b12%5C%5Cb21%26b22%5Cend%7Barray%7D%5Cright%5D%5C%5CAB%20%3D%20%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7Da11b11%2Ba12b21%26a11b12%2Ba12b22%5C%5Ca21b11%2Ba22b21%26a21b12%2Ba22b22%5Cend%7Barray%7D%5Cright%5D%5C%5C%5C%5CBA%3D%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7Db11a11%2Bb12a21%26b11a12%2Bb12a22%5C%5Cb21a11%2Bb22ba21%26b21a12%2Bb22a22%5Cend%7Barray%7D%5Cright%5D)
Notice that in general, the result is not the same. It could be the same for very specific values of the elements of each matrix.
Remember
x^-m=1/(x^m)
u^-3=1/(u^3)
1/(u^3)=1/125
therefor
u^3=125
u=5
x=-3
easy
y=-3-13
y=-16
correct
normally, y is output
(x,y)
chose al second numbers
0,3 are all acceptable
B and D
y=mx+b
m=-3
y=-3x+b
sub point
(x,y)
(1,-2)
-2=-3(1)+b
-2=-3+b
1=b
y=-3x+1
remember (x,y) you keep swtiching those
Answer:
156ft would be the answer
Step-by-step explanation:
Simple, 184-28=156. If it was the area you would divide 184 by 28 to get about 6.57.
L+W=P
aka length + width= perimeter. But LxW=Area, LxW=A, or bXh (base times the height)
Answer:
cross multiply
(8m)(11)=(6)(3)
88m=18
then divide by 88 on both sides
m=18/88 then reduce by 2 -----> 9/44
Step-by-step explanation:
Let the price of flowers in September be x, then (100 + 20)/100 * x = $1.50
120/100 * x = $1.50
1.2x = $1.50
x = $1.50/1.2 = $1.25
The price of flowers in September is $1.25
Total money realised in September = $1.25 x 900 = $1,125
40% earned = 0.4 x $1,125 = $450
Total money realised in October = $1.50 x 700 = $1,050
40% earned = 0.4 x $1,050 = $420
The class earned more money in September and they earned $30 more than in October.