Question 201860
Just read off the coefficients and the constant values on the right hand side. Record these values into an augmented matrix like so:


{{{(matrix(2,3,3,6,72,-2,6,32))}}}





Note: the general system 


{{{system(ax+by=c,dx+ey=f)}}}


produces the augmented matrix


{{{(matrix(2,3,a,b,c,d,e,f))}}}