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:
z=98 and 5x+57 and z are supplementary.
Step-by-step explanation:
vertical angles theorem
Answer:
About 9.1 yards tall.
Step-by-step explanation:
So, we can draw the right triangle shown below:
We want to find h.
Since we know the angle and the side adjacent to the angle and we wan to find the opposite side, we will use the tangent ratio:

So:

Therefore:

Use a calculator. Ensure your calculator is in the correct mode (degrees mode):

The goal post is around 9.1 yards tall.
Might be late but the first one is 125 and the seced one is less than :)
Answer:
a = -6
b = 1
Step-by-step explanation:
The gradient of the tangent to the curve y = ax + bx^3, will be:
dy/dx = a + 3bx²
at (2, -4)
dy/dx = a+3b(2)²
dy/dx = a+12b
Since the gradient at the point is 6, then;
a+12b = 6 ....1
Substitute x = 2 and y = -4 into the original expression
-4 = 2a + 8b
a + 4b = -2 ...2
a+12b = 6 ....1
Subtract
4b - 12b = -2-6
-8b = -8
b = -8/-8
b = 1
Substitute b = 1 into equation 1
Recall from 1 that a+12b = 6
a+12(1) = 6
a = 6 - 12
a = -6
Hence a = -6, b = 1