document.write( "Question 351690: how do you plot three points of the linear equation 2x+6=y \n" ); document.write( "
Algebra.Com's Answer #251294 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! Hi, \n" ); document.write( "*Note: to plot: find 3 points on the line by substittuting values of x and determining what the resulting y value would be according to the equation \n" ); document.write( ".\r \n" ); document.write( "\n" ); document.write( "2x+6=y \n" ); document.write( " x| y \n" ); document.write( " 0| 6 \n" ); document.write( "-3| 0 \n" ); document.write( "-1| 4 \n" ); document.write( " |