document.write( "Question 978775: How to Graph the linear equation using any three points.
\n" );
document.write( "2x+3y=12 \n" );
document.write( "
Algebra.Com's Answer #600148 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! The points I would use would be \n" ); document.write( "let x=0; 3y=12, y=4 (0,4) \n" ); document.write( "let y=0; 2x=12, x=6 (6,0) \n" ); document.write( "pick x=3, since it is easier to use. \n" ); document.write( "6+3y=12 \n" ); document.write( "3y=6 \n" ); document.write( "y=2 \n" ); document.write( "(3,2) \n" ); document.write( "Any time you have an equation like this where the coefficients are evenly divisible into the right side, set each term =0.\r \n" ); document.write( "\n" ); document.write( " |