document.write( "Question 833308: x-3y=-1
\n" );
document.write( "2x-7y=-1
\n" );
document.write( " substitution method \n" );
document.write( "
Algebra.Com's Answer #502447 by JulietG(1812)![]() ![]() You can put this solution on YOUR website! x-3y=-1 \n" ); document.write( "2x-7y=-1 \n" ); document.write( ". \n" ); document.write( "Add 3y to each side of the first equation \n" ); document.write( "x = 3y-1 \n" ); document.write( "Now take that value and substitute it for the x value in the second equation \n" ); document.write( "2(3y-1) - 7y =-1 \n" ); document.write( "Distribute \n" ); document.write( "6y-2-7y = -1 \n" ); document.write( "Add 2 to each side \n" ); document.write( "6y-7y = 1 \n" ); document.write( "Subtract \n" ); document.write( "-y = 1 \n" ); document.write( "Multiply by -1 on each side \n" ); document.write( "y = -1 \n" ); document.write( ". \n" ); document.write( "If y is -1, then x is (3*-1)-1, -3-4 = -4 \n" ); document.write( " |