document.write( "Question 1005179: Find the coordinates of the vertices, even if they are not part of the solution\r
\n" );
document.write( "\n" );
document.write( "y-3<0
\n" );
document.write( "y<2x+1
\n" );
document.write( "3y-x>=3 \n" );
document.write( "
Algebra.Com's Answer #621521 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find the coordinates of the vertices, even if they are not part of the solution \n" ); document.write( "y-3<0 \n" ); document.write( "y<2x+1 \n" ); document.write( "3y-x>=3 \n" ); document.write( "---- \n" ); document.write( "Solve each for \"y\":: \n" ); document.write( "y < 3 \n" ); document.write( "y < 2x+1 \n" ); document.write( "y > x/3 + 1 \n" ); document.write( "----------------- \n" ); document.write( "Solve each pair of EQUALITIES to find the points of intersection:: \n" ); document.write( "3 = 2x+1 \n" ); document.write( "x = 1, then y = 3------- vertex (1,3) \n" ); document.write( "----- \n" ); document.write( "3 = x/3 + 1 \n" ); document.write( "x = 6, then y = 3 ------ vertex (6,3) \n" ); document.write( "----- \n" ); document.write( "2x+1 = x/3+1 \n" ); document.write( "(5/3)x = 0 \n" ); document.write( "x = 0, then y = 1 ------ vertex (0,1) \n" ); document.write( "------------------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |