Answer:
By definition of congruence
Step-by-step explanation:
Triangle ABC is congruent to triangle DBE
Answer:
x = 3/4
Step-by-step explanation:
Step 1: Write equation
5x - 2(x + 1) = 1/4
Step 2: Solve for <em>x</em>
- <u>Distribute -2:</u> 5x - 2x - 2 = 1/4
- <u>Combine like terms:</u> 3x - 2 = 1/4
- <u>Add 2 to both sides:</u> 3x = 9/4
- <u>Divide both sides by 3:</u> x = 3/4
Step 3: Check
<em>Plug in x to verify it's a solution.</em>
5(3/4) - 2(3/4 + 1) = 1/4
15/4 - 2(7/4) = 1/4
15/4 - 14/4 = 1/4
1/4 = 1/4
<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)