document.write( "Question 1023591: I need to solve system by graphing, then find the point of intersection:
\n" ); document.write( "y=x+5
\n" ); document.write( "y=-x+3
\n" ); document.write( "

Algebra.Com's Answer #639132 by KMST(5328)\"\" \"About 
You can put this solution on YOUR website!
Each equation will be graphed as a straight line.
\n" ); document.write( "Once they are graphed, the apparent intersection point will be located,
\n" ); document.write( "and its coordinates are the apparent solution to the problem.
\n" ); document.write( "Usually those values need to be verified, because sometimes appearances are deceiving.
\n" ); document.write( "I will show how to graph each line separately first for clarity.
\n" ); document.write( "
\n" ); document.write( "The line represented by \"y=x%2B5\" has
\n" ); document.write( "a slope of \"1\" (the coefficient of x), ans
\n" ); document.write( "a y-intercept of \"5\" (meaning that (0,5) is the point where the line crosses the y-axis.
\n" ); document.write( "Based on that information, we graph the line as
\n" ); document.write( " , starting from (0,5), and moving from point to point to (1,6), (2,7),
\n" ); document.write( "by increasing y by \"1\" as x increases by 1 (one square to thew left and one up),
\n" ); document.write( "and also to (-1,4), (-2,3), (-3,2), (-4,1), and (-5,0),
\n" ); document.write( "moving the opposite way, one square to the left and one down each time.
\n" ); document.write( "
\n" ); document.write( "The line represented by \"y=-x%2B3\" has
\n" ); document.write( "a slope of \"-1\" (the coefficient of x), ans
\n" ); document.write( "a y-intercept of \"3\" (meaning that (0,3) is the point where the line crosses the y-axis.
\n" ); document.write( "Based on that information, we graph the line as
\n" ); document.write( " , starting from (0,3), and moving from point to point to (1,2), (2,1), (3,0), (4,-1), and (5,-2),
\n" ); document.write( "by increasing y by \"-1\" as x increases by 1 (one square to the right and one down each time),
\n" ); document.write( "and also to (-1,4), and (-2,5),
\n" ); document.write( "moving the opposite way, one square to the left and one up each time.
\n" ); document.write( "
\n" ); document.write( "A graph with the two lines together looks like this
\n" ); document.write( " The lines appear to intersect at (-1,4), with \"highlight%28system%28x=-1%2Cy=4%29%29\" ,
\n" ); document.write( "and we know that (-1,4) was a point we went through as we drew each line,
\n" ); document.write( "so verification seems pointless in this case.
\n" ); document.write( "However, verification may still be expected,
\n" ); document.write( "and it would be needed if we had drawn the lines some other way.
\n" ); document.write( "Substituting \"x=-1\" we get
\n" ); document.write( "\"x%2B5=-1%2B5=4\" and \"-x%2B3=-%28-1%29%2B3=1%2B3=4\" ,
\n" ); document.write( "which verifies solution \"highlight%28system%28x=-1%2Cy=4%29%29\" .
\n" ); document.write( "
\n" );