These array of numbers shown above are called matrices. These are rectangular arrays of number that are arranged in columns and rows. It is mostly useful in solving a system of linear equations. For example, you have these equations
x+3y=5
2x+y=1
x+y=10
In matrix form that would be
![\left[\begin{array}{ccc}1&3&5\\2&1&1\\1&1&10\end{array}\right]](https://tex.z-dn.net/?f=%20%20%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7D1%263%265%5C%5C2%261%261%5C%5C1%261%2610%5Cend%7Barray%7D%5Cright%5D%20)
where the first column are the coefficients of x, the second column the coefficients of y and the third column is the constants, When you multiple matrices, just multiply the same number on the same column number and the same row number. For this problem, the solution is
Answer:
(4,1)
Step-by-step explanation:
Reflected over x = -3, new point : (1,4)
Reflected over y=x, new point = (4,1)
Answer:
None of those
Step-by-step explanation:
3! = 3*2*1 = 6
4! = 4*3*2*1 = 24
24 * 6 = 144
144 is none of the choices
The expression for the area of the base of Prism is x2 – 2x – 9
The volume of a rectangular prism is this
Volume = Area x Height
Substituting the given expressions
x3 + 2x2 - 17x - 36 = Area x (x + 4)
Area = (x3 + 2x2 - 17x - 36) / (x + 4)
Now, let's use synthetic division
-4 | 1 2 -17 -36
---- __-4___8___36
1 -2 -9 0
The expression for the area is
Area = x2 - 2x - 9
Learn more about Synthetic Division:
brainly.com/question/14645972
#SPJ4