document.write( "Question 1162172: How do I slove the following systems of linear equations: 2x + 4y = 22 and y - x = 1 using substitution \n" ); document.write( "
Algebra.Com's Answer #785891 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! How do I slove the following systems of linear equations: 2x + 4y = 22 and y - x = 1 using substitution \n" ); document.write( "---------------- \n" ); document.write( "2x + 4y = 22 \n" ); document.write( " y - x = 1 ---> y = x+1 \n" ); document.write( "------------ \n" ); document.write( "Sub for y in the 1st equation. \n" ); document.write( " \n" ); document.write( " |