document.write( "Question 310002: Hi,\r
\n" );
document.write( "\n" );
document.write( "How would I go about doing this:\r
\n" );
document.write( "\n" );
document.write( "Draw a linear graph on the same set of axes and determine the points of intersection from the graphs drawn:\r
\n" );
document.write( "\n" );
document.write( "y=x+1
\n" );
document.write( "y=-2x-1
\n" );
document.write( "y=x-3 \n" );
document.write( "
Algebra.Com's Answer #221822 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Draw a linear graph on the same set of axes and determine the points of intersection from the graphs drawn: \n" ); document.write( "y=x+1 \n" ); document.write( "Plot two points and graph: \n" ); document.write( "Let x= 0, then y = 1 giving you point (0,1) \n" ); document.write( "Let x= 2, then y = 3 giving you point (2,3) \n" ); document.write( "Plot and graph: \n" ); document.write( " \n" ); document.write( "------------------------------------------ \n" ); document.write( "y=-2x-1 \n" ); document.write( "Let x= 0, then y = -1 giving you point (0,-1) \n" ); document.write( "Let x = 2, then y = 3 giving you point (2,3) \n" ); document.write( "Plot and graph: \n" ); document.write( " \n" ); document.write( "------------------------------------------ \n" ); document.write( "y=x-3 \n" ); document.write( "Let x = 0, then y = -3 giving you point (0,-3) \n" ); document.write( "Let x = 2, then y = -1 giving you point (2,-1) \n" ); document.write( "Plot and graph: \n" ); document.write( " \n" ); document.write( "------------------------------------------- \n" ); document.write( "Plotting them on one set of axis, look for a common point of intersection: \n" ); document.write( " \n" ); document.write( "======================== \n" ); document.write( "The points of intersection are (-2/3 , 1/3) and (2/3, -2 1/3) \n" ); document.write( "================================================================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================= \n" ); document.write( " |