document.write( "Question 124640: I have to graph inequalities in two variables, and pick a point in each half plane. After, I have to test the points to see if they are true or false. Will someone help me graph them?\r
\n" );
document.write( "\n" );
document.write( "y<-1/2x-3\r
\n" );
document.write( "\n" );
document.write( "2x-3y<6 \n" );
document.write( "
Algebra.Com's Answer #91383 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! graph inequalities in two variables, and pick a point in each half plane. After, I have to test the points to see if they are true or false. Will someone help me graph them? \n" ); document.write( "y<-1/2x-3 \n" ); document.write( "2x-3y<6 \n" ); document.write( "-------------- \n" ); document.write( "You start by graphing the boundaries: \n" ); document.write( "y = (-1/2)x-3 ; this is the boundary of y<(-1/2)x-3 \n" ); document.write( "and \n" ); document.write( "y = (2/3)x-2 ; this is the boundary of y>(2/3)x-2 \n" ); document.write( "---------------- \n" ); document.write( " \n" ); document.write( "---------------- \n" ); document.write( "You now have four half-planes---one on each side of each of the lines. \n" ); document.write( "------------------- \n" ); document.write( "Consider the boundary of y < (-1/2)x-3 \n" ); document.write( "Test point above the line: (0,0) \n" ); document.write( "0 < (-1/2)*0-3; false \n" ); document.write( "----------------- \n" ); document.write( "Test point below the line: (0,-4) \n" ); document.write( "-4 < (-1/2)*0 -3; true \n" ); document.write( "------------------------------- \n" ); document.write( "Consider the boundary of y>(2/3)x-2 \n" ); document.write( "Test point above the line: (0,0) \n" ); document.write( "0 > (2/3)*0 -2; true \n" ); document.write( "------- \n" ); document.write( "Test point below the line: (0,-4) \n" ); document.write( "-4 > (2/3)*0 -3 ; false \n" ); document.write( "======================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |