document.write( "Question 17091: 9x + 1y = 38
\n" ); document.write( "-5x - 4y = 3\r
\n" ); document.write( "\n" ); document.write( "write the augmented matriz for the linear system and then solve
\n" ); document.write( "

Algebra.Com's Answer #8307 by venugopalramana(3286)\"\" \"About 
You can put this solution on YOUR website!
9x + 1y = 38
\n" ); document.write( "-5x - 4y = 3
\n" ); document.write( "augmented matrix is obtained by joining the numerals on the right hand side of the equations (38 and 3)as an additional column to the coefficient matrix formed by using the coefficients of x and y on the left hand side of the equations ..it is =
\n" ); document.write( "\"matrix%282%2C3%2C9%2C1%2C38%2C-5%2C-4%2C3%29\"
\n" ); document.write( "we have to bring the augmented matrix into the form
\n" ); document.write( "\"matrix%282%2C3%2C1%2C0%2Ca%2C0%2C1%2Cb%29\"by appropriate transformation ,when we get the solution as x=a and y=b..i hope you know the procedure ..i am giving the stepsbelow with the transformation used..\r
\n" ); document.write( "\n" ); document.write( "start \"matrix%282%2C3%2C9%2C1%2C38%2C-5%2C-4%2C3%29\"
\n" ); document.write( "new R1=oldR1/9..here after abbreviated as NR1=OR/9...
\n" ); document.write( "\"matrix%282%2C3%2C1%2C1%2F9%2C38%2F9%2C-5%2C-4%2C3%29\"
\n" ); document.write( "NR2=OR2+5*OR1...note that here old R1 refers to already modified row in the above matrix
\n" ); document.write( "\"matrix%282%2C3%2C1%2C1%2F9%2C38%2F9%2C0%2C%28-4%2B5%2F9%29%2C%283%2B5%2A38%2F9%29%29\"
\n" ); document.write( "NR2=OR2*(-9/31)
\n" ); document.write( "\"matrix%282%2C3%2C1%2C1%2F9%2C38%2F9%2C0%2C1%2C%28-9%2F31%29%2A%28217%2F9%29%29\"
\n" ); document.write( "NR1=OR1-OR2*(1/9)
\n" ); document.write( "
\n" ); document.write( "on simplifying
\n" ); document.write( "\"matrix%282%2C3%2C1%2C0%2C5%2C0%2C1%2C-7%29\"
\n" ); document.write( "hence x=5 and y=-7..you can check by substitution in the original equations.
\n" ); document.write( "
\n" ); document.write( "
\n" );