document.write( "Question 275950: I need help on steps for Solving a system of equations In substituting, Elimination, and graphing method for problem: x+y=10
\n" );
document.write( " x-y=2
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #201209 by mathjames(8)![]() ![]() You can put this solution on YOUR website! x+y=10 \n" ); document.write( "x-y=2 \n" ); document.write( " now you can eliminate y to get the value of x\r \n" ); document.write( "\n" ); document.write( "x+y=10 \n" ); document.write( "x-y=2 \n" ); document.write( " x=12 \n" ); document.write( "the value of x is 12\r \n" ); document.write( "\n" ); document.write( " now we will eliminate x to get the value of y \n" ); document.write( " we will multiply the second equation by -1 to eliminate x\r \n" ); document.write( "\n" ); document.write( " x+y=10 \n" ); document.write( "-x+y=-2 \n" ); document.write( " 2y=8 \n" ); document.write( " 2y/2=8/2 \n" ); document.write( " y=4 \n" ); document.write( "the value of y is 4\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |