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.
Answer:
The answer is, D. 20 inches
hope this helps :)
Answer:
10.
x P(X)
0 0.238
1 0.438
2 0.269
3 0.055
11.
0.707
There is 70.7% chance that at least one but at most two adults in the sample believes in the ghost
12.
1.14≅1
There will be one adult out of three we expect to believe in the ghost
Step-by-step explanation:
The probability distribution is constructed using binomial distribution.
We have to construct the probability distribution of the number adults believe in ghosts out of three adults. so,
x=0,1,2,3
n=3
p=probability of adults believe in ghosts=0.38
The binomial distribution formula
nCxp^xq^n-x=3cx0.38^x0.62^3-x
is computed for x=0,1,2,3 and the results depicts the probability distribution of the number adults believe in ghosts out of three adults.
x P(X)
0 0.238
1 0.438
2 0.269
3 0.055
11.
P(at least one but at most two adults in the sample believes in the ghost )= P(x=1)+P(x=2)=0.437+0.269=0.707
P(at least one but at most two adults in the sample believes in the ghost )=70.7%
12. E(x)=n*p
here n=3 adults and p=0.38
E(x)=3*0.38=1.14
so we expect one adult out of three will believe in the ghosts.
A) The membership cost starts at $23 and it adds $6 every year. The 23 would be your b and the 6 would be your slope, m, in the form y=mx+b.
y=6x+23
This equation means that you're starting at 23 dollars and adding 6 dollars with every x you add.
B) 2009-1995=14 This means that there's 14 years that the cost increased. 14*6=$84 The membership cost increased by anther $84 over the 14 years. You have to add 84 to 23 to find your total=$107.
C) Set $85 equal to 6x+23
85=6x+23
6x=62
x≈10
10 years later the cost will be $85.
1995+10=2005