Relative frequency is <span>how often something happens divided by all outcomes, such as a frequency being 2/4, and relative frequency being 2/4=0.5=1/2=50%</span>
60
Because 60 can be divided by all three of them, and it is the lowest one possible, 30 doesn't work because 30 divided by 12 is 2.5, and that isn't a whole number
Answer:
Matrix multiplication is not commutative.
Step-by-step explanation:
Matrix multiplication is not commutative which means that the result of A*B is not equal to the result of B*A which suggests that the order does matter in matrix multiplication.
AB ≠ BA
Real-world Example:
We can model a set of equations that will represent the number of games won by each team.
Let x represents team Brazil and y represents team Spain.
2x + 3y = 12
6x + 8y = 34
In the matrix form
![= \left[\begin{array}{ccc}12\\34\\\end{array}\right]](https://tex.z-dn.net/?f=%3D%20%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7D12%5C%5C34%5C%5C%5Cend%7Barray%7D%5Cright%5D)
When we solve this matrix we get x = 3 and and y = 2
Which means that Brazil has won 3 games and Spain has won 2 games.
Now if you change the order of these variables then you wont get the correct results and this is exactly why matrix multiplication is not commutative because the order is important in matrix multiplication.