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)\"\" \"About 
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( "\"+graph%28+300%2C+200%2C+-6%2C+7%2C+-10%2C+10%2C+-2x%2F3+%2B4%29+\" (graph 300x200 pixels, x from -6 to 7, y from -10 to 10, -2x/3 +4).
\n" ); document.write( "
\n" );