document.write( "Question 1104003: Hi. I have an inequalities system:
\n" ); document.write( "-0.5x1 - 3x2 <= 5
\n" ); document.write( "x1 + x2 <= 0.5
\n" ); document.write( "x1 >= -4\r
\n" ); document.write( "\n" ); document.write( "How inequalities system solutions set should look like?\r
\n" ); document.write( "\n" ); document.write( "Thanks for answer
\n" ); document.write( "

Algebra.Com's Answer #718737 by ikleyn(52788)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "
\r\n" );
document.write( "Let me re-write the given system in this EQUIVALENT but more understandable form:\r\n" );
document.write( "\r\n" );
document.write( "-0.5x - 3y <= 5,     (1)\r\n" );
document.write( "    x +  y <= 0.5,   (2)\r\n" );
document.write( "    x      >= -4.    (3)\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Equation (1)  represents the half-plane  y >= \"%28-0.5x-5%29%2F3\"     (4)    above the corresponding straight line;\r\n" );
document.write( "\r\n" );
document.write( "Equation (2)  represents the half-plane  y <= -0.5 - x       (5)    below the corresponding straight line;\r\n" );
document.write( "\r\n" );
document.write( "Equation (3)  represents the half-plane  x >= -4             (6)    to the right of the corresponding vertical straight line.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "All the lines are shown in the Figure below:\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Plots  y = \"%28-0.5x-5%29%2F3\" (red),  y = -0.5 - x (green),  x = -4 (blue)\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "So the solution set is the INTERSECTION of the listed domains, which is the triangle area constrained by the red, green and blue straight lines.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "The lines (the sides of the triangle) are INCLUDED to the solution set borders.\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );