document.write( "Question 62714: Solve the following system of linear inequalities by graphing.
\n" );
document.write( " x – 2y 4
\n" );
document.write( " x 4
\n" );
document.write( "The first equation is greater than or equal to 4 and the second is less than or equal to 4. \n" );
document.write( "
Algebra.Com's Answer #43924 by checkley71(8403)![]() ![]() ![]() You can put this solution on YOUR website! X>=4 SOLUTION \n" ); document.write( "X-2Y>=4 \n" ); document.write( "4-2Y>=4 \n" ); document.write( "-2Y>=4-4 \n" ); document.write( "-2Y>=0 \n" ); document.write( "Y=0 SOLUTION \n" ); document.write( "PROOF \n" ); document.write( "4-2*0>=4 \n" ); document.write( "4-0>=4 \n" ); document.write( "4>=4 \n" ); document.write( " |