document.write( "Question 207312: Graph the 2 lines below; and from the graph, read off the point of intersection.
\n" ); document.write( "y=2x+3
\n" ); document.write( "y=x+5
\n" ); document.write( "

Algebra.Com's Answer #156751 by Edwin McCravy(20055)\"\" \"About 
You can put this solution on YOUR website!
Graph the 2 lines below; and from the graph, read off the point of intersection.
\n" ); document.write( "\"system%28y=2x%2B3%2Cy=x%2B5%29\"
\n" ); document.write( "
\r\n" );
document.write( "Get 3 points on the first line:\r\n" );
document.write( "\r\n" );
document.write( "Arbitrarily select, say, x = 0 and substitute 0 for x in the\r\n" );
document.write( "first equation:\r\n" );
document.write( "\r\n" );
document.write( "\"y=2x%2B3\"\r\n" );
document.write( "\"y=2%280%29%2B3\"\r\n" );
document.write( "\"y=0%2B3\"\r\n" );
document.write( "\"y=3\"\r\n" );
document.write( "\r\n" );
document.write( "So the first point on the first line is (x,y) = (0,3)\r\n" );
document.write( "\r\n" );
document.write( "---\r\n" );
document.write( "\r\n" );
document.write( "Arbitrarily select, say, x = -2 and substitute -2 for x in the\r\n" );
document.write( "first equation:\r\n" );
document.write( "\r\n" );
document.write( "\"y=2x%2B3\"\r\n" );
document.write( "\"y=2%28-2%29%2B3\"\r\n" );
document.write( "\"y=-4%2B3\"\r\n" );
document.write( "\"y=-1\"\r\n" );
document.write( "\r\n" );
document.write( "So the second point on the first line is (x,y) = (-1,-1)\r\n" );
document.write( "\r\n" );
document.write( "---\r\n" );
document.write( "\r\n" );
document.write( "Arbitrarily select, say, x = 3 and substitute 3 for x in the\r\n" );
document.write( "first equation:\r\n" );
document.write( "\r\n" );
document.write( "\"y=2x%2B3\"\r\n" );
document.write( "\"y=2%283%29%2B3\"\r\n" );
document.write( "\"y=6%2B3\"\r\n" );
document.write( "\"y=9\"\r\n" );
document.write( "\r\n" );
document.write( "So the third point of the first line is (x,y) = (3,9)\r\n" );
document.write( "\r\n" );
document.write( "Plot those three points:\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Get a ruler and draw a straight line through them:\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "---------\r\n" );
document.write( "\r\n" );
document.write( "Get 3 points on the second line:\r\n" );
document.write( "\r\n" );
document.write( "Arbitrarily select, say, x = 1 and substitute 1 for x in the\r\n" );
document.write( "second equation:\r\n" );
document.write( "\r\n" );
document.write( "\"y=x%2B5\"\r\n" );
document.write( "\"y=%281%29%2B5\"\r\n" );
document.write( "\"y=1%2B5\"\r\n" );
document.write( "\"y=6\"\r\n" );
document.write( "\r\n" );
document.write( "So the first point on the second line is (x,y) = (1,6)\r\n" );
document.write( "\r\n" );
document.write( "---\r\n" );
document.write( "\r\n" );
document.write( "Arbitrarily select, say, x = -1 and substitute -1 for x in the\r\n" );
document.write( "second equation:\r\n" );
document.write( "\r\n" );
document.write( "\"y=x%2B5\"\r\n" );
document.write( "\"y=%28-1%29%2B5\"\r\n" );
document.write( "\"y=-1%2B5\"\r\n" );
document.write( "\"y=4\"\r\n" );
document.write( "\r\n" );
document.write( "So the second point on the second line is (x,y) = (-1,4)\r\n" );
document.write( "\r\n" );
document.write( "---\r\n" );
document.write( "\r\n" );
document.write( "Arbitrarily select, say, x = 4 and substitute 4 for x in the\r\n" );
document.write( "second equation:\r\n" );
document.write( "\r\n" );
document.write( "\"y=x%2B5\"\r\n" );
document.write( "\"y=%284%29%2B5\"\r\n" );
document.write( "\"y=4%2B5\"\r\n" );
document.write( "\"y=9\"\r\n" );
document.write( "\r\n" );
document.write( "So the third point of the second line is (x,y) = (4,9)\r\n" );
document.write( "\r\n" );
document.write( "Plot those three points:\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Take your ruler and draw a straight line through\r\n" );
document.write( "those three points:\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Now take your ruler and draw 2 lines from the point\r\n" );
document.write( "where the two lines cross, one directly to the x-axis\r\n" );
document.write( "and one directly to the y-axis:\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Notice that these last two lines hit the x-axis\r\n" );
document.write( "at 2 and the y-axis at 7.  So the solution is\r\n" );
document.write( "\r\n" );
document.write( "\"x=2\", \"y=7\", sometimes written\r\n" );
document.write( "\r\n" );
document.write( "(x,y) = (2,7)\r\n" );
document.write( "\r\n" );
document.write( "To check we substitute \"x=2\" and \"y=7\"\r\n" );
document.write( "in both equations:\r\n" );
document.write( "\r\n" );
document.write( "\"y=2x%2B3\"\r\n" );
document.write( "\"7=2%282%29%2B3\"\r\n" );
document.write( "\"7=4%2B3\"\r\n" );
document.write( "\"7=7\"\r\n" );
document.write( "\r\n" );
document.write( "It checks the first equation.  Now let's see if\r\n" );
document.write( "it checks the second equation.\r\n" );
document.write( "\r\n" );
document.write( "\"y=x%2B5\"\r\n" );
document.write( "\"7=2%2B5\"\r\n" );
document.write( "\"7=7\"\r\n" );
document.write( "\r\n" );
document.write( "So it checks both equations, so it is correct.\r\n" );
document.write( "\r\n" );
document.write( "Edwin

\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" );