document.write( "Question 112435: plot the graph of the equation 2x+4y=10 and 3x+6y=12, and interpret the results \n" ); document.write( "
Algebra.Com's Answer #82030 by checkley71(8403)\"\" \"About 
You can put this solution on YOUR website!
2x+4y=10 or 4y=-2x+10 or y=-2x/4+10/4 or y=-x/2+2.5 (red line)
\n" ); document.write( "3x+6y=12 or 6y=-3x+12 or y=-3x/6+12/6 or y=-x/2+2 (green line)
\n" ); document.write( "\"+graph%28+300%2C+200%2C+-6%2C+5%2C+-10%2C+10%2C+y+=+-x%2F2+%2B2.5%2C+y+=+-x%2F2+%2B2%29+\" (graph 300x200 pixels, x from -6 to 5, y from -10 to 10, of TWO functions y = -x/2 +2.5 and y = -x/2 +2).
\n" ); document.write( "
\n" );