document.write( "Question 381352: Could someone please help? I need to graph a system of linear inequalities, then test to see what satisfies both. Here is the system:
\n" );
document.write( "
\n" );
document.write( " x+y>4
\n" );
document.write( " x+y<-1
\n" );
document.write( "Here's what I have done so far:
\n" );
document.write( "For Line 1, the first inequality:
\n" );
document.write( "x-intercept is (4,0) and y-intercept is (0,4)\r
\n" );
document.write( "\n" );
document.write( "For Line 2, the second inequality:
\n" );
document.write( "x-intercept is (-1,0) and y-intercept is (0,-1).\r
\n" );
document.write( "\n" );
document.write( "Ok, both these lines are dashed lines, since neither are equal, and therefore included, so I end up with two parallel dashed lines. My problem: I can't find an answer to satisfy BOTH inequalities, so I don't know what to shade in as \"true\".
\n" );
document.write( "Can someone please set me straight and tell me what I am doing wrong? Thank you!!! \n" );
document.write( "
Algebra.Com's Answer #270478 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! x+y>4 \n" ); document.write( "x+y<-1 \n" ); document.write( "------------- \n" ); document.write( "Graph both boundary lines as dashed lines: \n" ); document.write( "y = -x+4 \n" ); document.write( "y = -x-1 \n" ); document.write( "------- \n" ); document.write( " \n" ); document.write( "--- \n" ); document.write( "Since you want y > -x+4, shade the half-plane ABOVE the boundary line. \n" ); document.write( "---- \n" ); document.write( "Since you want y < -x-1, shade the half-plane BELOW the boundary line. \n" ); document.write( "---- \n" ); document.write( " \n" ); document.write( "---- \n" ); document.write( "Since there are no points which satisfy both conditions there \n" ); document.write( "is no solution for the system. \n" ); document.write( "------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |