document.write( "Question 180719: i need to find the x and y of 2x+y=4, by using 0,2,4 and make a graphs \n" ); document.write( "
Algebra.Com's Answer #135451 by vleith(2983)\"\" \"About 
You can put this solution on YOUR website!
Find the y values for the 3 x values given. These are the points you want to plot.
\n" ); document.write( "\"2x%2By+=+4\"
\n" ); document.write( "\"y+=+4+-+2x\"
\n" ); document.write( "when x = 0, y is 4 (0,4)
\n" ); document.write( "when x = 2, y is 4-4 = 0 (2,0)
\n" ); document.write( "when x = 4, y = 4-8 = -4 (4,-4)
\n" ); document.write( "Not plot those three points and draw the line that connects them
\n" ); document.write( "\"graph%28400%2C400%2C+-10%2C+10%2C+-10%2C+10%2C+4+-+2x%29\"
\n" ); document.write( "
\n" );