document.write( "Question 500020: What is the solution of this system of equation graphically.\r
\n" );
document.write( "\n" );
document.write( "x + y =5\r
\n" );
document.write( "\n" );
document.write( "-x + y =1 \n" );
document.write( "
Algebra.Com's Answer #337952 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! x+y = 5 \n" ); document.write( "subtract x from both sides \n" ); document.write( "y = -x +5 \n" ); document.write( "This is the slope-intercept form. It is useful for drawing graphs. \n" ); document.write( "x=0, y = 5: (0,5) \n" ); document.write( "x=5, y = 0: (5,0) \n" ); document.write( "With two points you can draw a line. \n" ); document.write( ". \n" ); document.write( "-x +y = 1 \n" ); document.write( "add x to both sides \n" ); document.write( "y = x +1 \n" ); document.write( "x=0, y=1: (0,1) \n" ); document.write( "x=-1, y=0: (-1,0) \n" ); document.write( ". \n" ); document.write( "Note that the following graph will show where the lines cross. \n" ); document.write( "That is the point that satisfies both equations simultaneously. \n" ); document.write( ". \n" ); document.write( " |