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) 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( " \n" ); document.write( "we have to bring the augmented matrix into the form \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "start \n" ); document.write( "new R1=oldR1/9..here after abbreviated as NR1=OR/9... \n" ); document.write( " \n" ); document.write( "NR2=OR2+5*OR1...note that here old R1 refers to already modified row in the above matrix \n" ); document.write( " \n" ); document.write( "NR2=OR2*(-9/31) \n" ); document.write( " \n" ); document.write( "NR1=OR1-OR2*(1/9) \n" ); document.write( " \n" ); document.write( "on simplifying \n" ); document.write( " \n" ); document.write( "hence x=5 and y=-7..you can check by substitution in the original equations. \n" ); document.write( " \n" ); document.write( " |