document.write( "Question 43268: List all corner points of the graph of the system of inequalities:
\n" );
document.write( "x + 2y <= 10
\n" );
document.write( "3x + y <= 15
\n" );
document.write( "x >= 0
\n" );
document.write( "y >= 0\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " a. (0, 0), (0, 5), (5, 0), (0, 15), (10, 0)
\n" );
document.write( " b. (0, 15), (4, 3), (0, 5)
\n" );
document.write( " c. (4, 3), (5, 0), (10, 0)
\n" );
document.write( " d. (0, 0), (0, 5), (5, 0), (0, 15), (10, 0), (4, 3)
\n" );
document.write( " e. None of the others \n" );
document.write( "
Algebra.Com's Answer #28290 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! If you graph all four inequalities, you get a shaded quadrilateral with vertices at (0, 0), (5, 0), (0, 5) and (4, 3)...but none of the choices offer this exact collection...thus I would answer \n" ); document.write( "Choice E. \n" ); document.write( " |