Please help! Thanks in advance!
![Please help Thanks in advance class=](https://us-static.z-dn.net/files/d9c/4f89ab508f54ac78b4703e164b6d6231.jpg)
![Please help Thanks in advance class=](https://us-static.z-dn.net/files/d3a/b9a3653667be5a41f49bd420e45e6e28.jpg)
Answer:
1) [tex]\left[\begin{array}{c}x&y\end{array}\right] =\left[\begin{array}{c}\dfrac{1}{2}&&\dfrac{3}{4}\end{array}\right][/tex]
2) [tex]\dfrac{1}{26}\left[\begin{array}{cc}2&6\\-3&4\end{array}\right][/tex]
Step-by-step explanation:
1) The system of equations can be written as the augmented matrix ...
[tex]\left[\begin{array}{cc|c}2&-4&-2\\3&2&3\end{array}\right][/tex]
Dividing the first row by 2 makes it ...
[tex]\left[\begin{array}{cc|c}1&-2&-1\\3&2&3\end{array}\right][/tex]
Then subtracting 3 times the first row from the second gives ...
[tex]\left[\begin{array}{cc|c}1&-2&-1\\0&8&6\end{array}\right][/tex]
And dividing the second row by 8 puts 1s on the diagonal.
[tex]\left[\begin{array}{cc|c}1&-2&-1\\0&1&\dfrac{3}{4}\end{array}\right][/tex]
This row echelon form tells us ...
y = 3/4
x -2y = -1
So, substituting for y in the second of these equations, we find ...
x = -1 +2(3/4) = 1/2
The solution is (x, y) = (1/2, 3/4).
__
2) For a 2×2 matrix, finding the inverse is not so difficult by hand. The inverse is the transpose of the cofactor matrix divided by the determinant.
The cofactor matrix is ...
[tex]\left[\begin{array}{cc}2&-3\\6&4\end{array}\right][/tex]
and its transpose is ...
[tex]\left[\begin{array}{cc}2&6\\-3&4\end{array}\right][/tex]
The determinant is the product of diagonal elements less the product of off-diagonal elements, so is (4)(2) -(3)(-6) = 8+18 = 26.
Dividing the transpose of the cofactor matrix by this gives the inverse ...
[tex]\dfrac{1}{26}\left[\begin{array}{cc}2&6\\-3&4\end{array}\right][/tex]