document.write( "Question 131685: Plot a graph of 2x+3y=12, find the coordinates of some points on that graph \n" ); document.write( "
Algebra.Com's Answer #96125 by checkley71(8403)![]() ![]() ![]() You can put this solution on YOUR website! 2x+3y=12 \n" ); document.write( "3y=-2x+12 \n" ); document.write( "y=-2x/3+12/3 \n" ); document.write( "y=-2x/3+4 \n" ); document.write( "TWO POINTS ARE (0,4) & (6,0) \n" ); document.write( " |