Answer:
37.5
Step-by-step explanation:
37.5 · 0.72 = 27
Hello! So, the toy company makes blocks that cost $5 to make. Then, they mark it up by 300%, which is marking the price up by 4. 100% markup is doubling the price, 200% is tripling the price, and 300% marks the price up by 4. Then, the blocks would cost $20. After that, the price would be marked up by 150%, so that’s 2.5 times the price of the original. When you do $20 by 2.5, then the blocks cost $50. The local toy store will mark the block up by 200%, which as said before, is tripling the price. Then, you do 50 * 3, and then the price of the blocks is $150. Then, it gets marked off by 30% and 10% of 150 is 15, so 30% off 150 is 45. When you do 150 - 45, the difference is $105. Then, you take off an additional 15%, But you would still have to pay 85% of the original price. You would do 105 * 0.85, and then you would get $89.25 for the blocks. But that’s not all. You have to pay 8% sales tax for the blocks. You can find the tax by doing 89.25 * 0.08 and then adding the prices together. Or, you can do 89.25 * 1.08 to find the total price. Either way, the product should be 96.39. The total price you paid for the blocks is $96.39.
C: translation
i seen there wasn't any answer so i decided to get it wrong for the good people that use brainly i got you guys
$1068.66
675.48 - 67.32 + 920 - 585 + 125.5 = $1068.66
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.