document.write( "Question 854479: How would you graph the linear system of inequalities; x is greater than or equal to 3, and y is less than -5? \n" ); document.write( "
Algebra.Com's Answer #514702 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! x>=3 \n" ); document.write( "y<5 \n" ); document.write( "plot x=3 vertical line \n" ); document.write( "everything on the line and to the right of the line\r \n" ); document.write( "\n" ); document.write( "plot y=5 horizontal line \n" ); document.write( "everything under the line \n" ); document.write( " \n" ); document.write( " |