document.write( "Question 510113: How do you graph 2x+y=3 and 4x+2y=6 \n" ); document.write( "
| Algebra.Com's Answer #341703 by oberobic(2304)      You can put this solution on YOUR website! Reformat both equations to slope-intercept form: y=mx+b. \n" ); document.write( "Determine two points on each line. \n" ); document.write( "Draw the two lines. \n" ); document.write( ". \n" ); document.write( "2x + y = 3 \n" ); document.write( "y = -2x + 3 \n" ); document.write( "(x=0, y= 3) \n" ); document.write( "(x=5, y=-7) \n" ); document.write( ". \n" ); document.write( "4x + 2y = 6 \n" ); document.write( "is \n" ); document.write( "2x + y = 3 \n" ); document.write( "which is the same line \n" ); document.write( ". \n" ); document.write( " |