document.write( "Question 346520: graph this system: 2x + y > 2
\n" );
document.write( " x - y < 1 \n" );
document.write( "
Algebra.Com's Answer #247750 by mananth(16946)![]() ![]() You can put this solution on YOUR website! 2x + y > 2 \n" ); document.write( "y>-2x+2......................1\r \n" ); document.write( "\n" ); document.write( " x - y < 1 \n" ); document.write( "add y \n" ); document.write( "x-y+y>y+1 \n" ); document.write( "x>y+1 \n" ); document.write( "add -1 \n" ); document.write( "(x-1>y) \n" ); document.write( "y \n" ); document.write( "For both the equations find values of y for 3 or more values of x. \n" ); document.write( " \n" ); document.write( "The red line indicates graph 1 \n" ); document.write( "In this equation y > something \n" ); document.write( "so all values above the line are solutions. \n" ); document.write( "and green line for equation 2. \n" ); document.write( "y< something so all points below the graph are solutions |