SOLUTION: solve the following linear equations using matrix techniques: 3x1+5x2=1 x1+2x2=2

Algebra.Com
Question 824578: solve the following linear equations using matrix techniques:
3x1+5x2=1
x1+2x2=2

Answer by jsmallt9(3758)   (Show Source): You can put this solution on YOUR website!
Since algebra.com doesn't do matrices very well, I will just be showing the rectangular array of numbers.



translates into the augmented matrix:
   3   5   1
   1   2   2
Since a 1 in row 1 column 1 is desired, I'll swap the rows:
   1   2   2
   3   5   1
Adding -3 times row 1 to row 2:
   1   2   2
   0  -1  -5
Adding 2 times row 2 to row 1:
   1   0  -8
   0  -1  -5
Multiplying row 2 by -1:
   1   0  -8
   0   1   5
which translates back into:


RELATED QUESTIONS

Solve the following system of equations x1 + x2 + x3 = 6 3x1 – 4x2 – 2x3 = 1... (answered by Alan3354)
(1) Write the following sets of linear equation in augumented matrix form and solve for... (answered by ikleyn)
(1) Write the following sets of linear equation in augumented matrix form and solve for... (answered by solver91311)
Hi, I'm having trouble with this question. I don't know how I'm supposed to work it out,... (answered by stanbon)
Hi, I'm having trouble with this question. I don't know how I'm supposed to work it out,... (answered by robertb)
solve using simplex method max z=3x1+X2+3x3 for the following constraints 2x1+x2+x3≤2,... (answered by mccravyedwin)
3. Solve the given system by Augmented Matrix Method (row operations) 3x1 - 2x2 = 2... (answered by greenestamps)
Please help me solve this Linear Equation using Matrices: Solve the following system... (answered by ikleyn)
Solve the system of linear equations using the Gauss-Jordan elimination method. − (answered by richwmiller)