document.write( "Question 121792: How would I solve this system of linear inequalities by graphing:\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "3x - y < 2, x + y > 2
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #89448 by checkley71(8403)![]() ![]() ![]() You can put this solution on YOUR website! 3X-Y=2 OR -Y=-3X+2 OR Y=-3X/-1+2/-1 OR Y=3X-2 (RED LINE) \n" ); document.write( "X+Y=2 OR Y=-X+2 (GREEN LINE) \n" ); document.write( "SOLUTION (1,1) \n" ); document.write( " |