Respuesta :
Answer:
The correct option is C) (4,4)
Step-by-step explanation:
Given linear system is :
[tex]-x+6y=20[/tex]
[tex]-x+3y=8[/tex]
Solve using Gauss - jordan elimination
It is an algorithm that can be used to solve systems of linear equations and to find the inverse of any invertible matrix.
[tex]\:\begin{pmatrix}-1&6&20\\ \:-1&3&8\end{pmatrix}[/tex]
[tex]\mathrm{Reduce\:matrix\:to\:row\:echelon\:form}\:\begin{pmatrix}a&\cdots &b\\ 0&\ddots &\vdots \\ 0&0&c\end{pmatrix}[/tex]
Divide row(1) by -1
[tex]\begin{pmatrix}1&-6&-20\\ \:-1&3&8\end{pmatrix}[/tex]
Add row(1) to row(2)
[tex]\begin{pmatrix}1&-6&-20\\ \:0&-3&-12\end{pmatrix}[/tex]
Divide row(2) by -3
[tex]\begin{pmatrix}1&-6&-20\\ \:0&1&4\end{pmatrix}[/tex]
Add (6 * row(2) ) to row(1)
[tex]=\begin{pmatrix}1&0&4\\ 0&1&4\end{pmatrix}[/tex]
Hence the corresponding values of x and y are (4, 4)
Therefore, the correct option is C) (4,4)