<h3>
Answer: 20</h3>
Explanation:
For any rectangle, the diagonals are the same length.
AC = BD
7x-35 = 3x+45
7x-3x = 45+35
4x = 80
x = 80/4
x = 20
Answer:
3.5
Step-by-step explanation:
Test Scores
1, 1, 2, 3, 3, 4, 4, 5, 5, 5
median(middle #)
(3+4)/2 = 7/2 = 3.5
Answer:
y=3x+2
Step-by-step explanation:
1. Expand
2x − 2 + 4 = 4x + 4
2. Simply
2x + 2 = 4x + 4
3. Subtract
2 = 4x + 4 - 2x
4. Simplify
2 = 2x + 4
5.Subtract
2 - 4 = 2x
6. Simplify
-2 = 2x
7. Divide both sides by
-1 = x
8.Switch sides.
x = -1
<h3>
Answer:</h3>
(x, y) = (7, -5)
<h3>
Step-by-step explanation:</h3>
It generally works well to follow directions.
The matrix of coefficients is ...
![\left[\begin{array}{cc}2&4\\-5&3\end{array}\right]](https://tex.z-dn.net/?f=%5Cleft%5B%5Cbegin%7Barray%7D%7Bcc%7D2%264%5C%5C-5%263%5Cend%7Barray%7D%5Cright%5D)
Its inverse is the transpose of the cofactor matrix, divided by the determinant. That is ...
![\dfrac{1}{26}\left[\begin{array}{ccc}3&-4\\5&2\end{array}\right]](https://tex.z-dn.net/?f=%5Cdfrac%7B1%7D%7B26%7D%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7D3%26-4%5C%5C5%262%5Cend%7Barray%7D%5Cright%5D)
So the solution is the product of this and the vector of constants [-6, -50]. That product is ...
... x = (3·(-6) +(-4)(-50))/26 = 7
... y = (5·(-6) +2·(-50))/26 = -5
The solution using inverse matrices is ...
... (x, y) = (7, -5)