document.write( "Question 732368: Which ordered pair is a solution of the following system of linear inequalities:\r
\n" );
document.write( "\n" );
document.write( "y ≤ x + 2
\n" );
document.write( "y + x ≥ 4 \n" );
document.write( "
Algebra.Com's Answer #447837 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! x+2+x => 4 \n" ); document.write( "2x => 4-2 \n" ); document.write( "x => 1 \n" ); document.write( "------- \n" ); document.write( "y+1 => 4 \n" ); document.write( "y => 3 \n" ); document.write( "------------- \n" ); document.write( "y =< x+2 \n" ); document.write( "3 =< 1+2 \n" ); document.write( " |