Find the solution set of the system of linear equations repr
     Find the solution set of the system of linear equations represented by the augmented matrix.  Solve the system using either Gaussian  with back-substitution or gauss-jordan elimination. 
  
  Solution
6)
x4=-14
x3+3x4=-60
=>x3+3(-14)=-60
=>x3-42=-60
=>x3=-60+42
=>x3=-18
x2-12x3+5x4=142
=>x2-12(-18)+5(-14)=142
=>x2+216-70=142
=>x2=142-216+70
=>x2=-4
x1-9x2+11x3-15x4=56
x1 =56+9x2-11x3+15x4
x1 =56+9(-4)-11(-18)+15(-14)
x1 =56-36+198-210
x1 =8
x1=8,x2=-4,x3=-18,x4=-14

