document.write( "Question 154484: Hi,\r
\n" );
document.write( "\n" );
document.write( "Can someone help me plot this graph it suppose to be a linear equation in two variables \r
\n" );
document.write( "\n" );
document.write( "7x+2y=9
\n" );
document.write( "4x+5y=6\r
\n" );
document.write( "\n" );
document.write( "I sorry, I been out of school for 15 years and I have forgotten how to do these graph.\r
\n" );
document.write( "\n" );
document.write( "Again, Thank you for taking the time to help me.\r
\n" );
document.write( "\n" );
document.write( "Mark \n" );
document.write( "
Algebra.Com's Answer #113746 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! First you need to put these equations in the line form [Y=mX+b] where the [m] term=slope & the [b] term=y intercept. \n" ); document.write( "7x+2y=9 \n" ); document.write( "2y=-7x+9 \n" ); document.write( "y=-7x/2+9/2 \n" ); document.write( "y=-3.5x+4.5 (red line) \n" ); document.write( "4x+5y=6 \n" ); document.write( "5y=-4x+6 \n" ); document.write( "y=-4x/5+6/5 (green line) \n" ); document.write( " |