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)![]() ![]() ![]() 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( " \n" ); document.write( " \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( " |