document.write( "Question 39450: Graph this system of inequalities. Name the coordinates of the verics of the feasible region. Find the maximum and minimum values of the given function.\r
\n" );
document.write( "\n" );
document.write( "y >= 2
\n" );
document.write( "1 =< x =< 5
\n" );
document.write( "y =< x + 3
\n" );
document.write( "f(x,y) = 3x-2y \n" );
document.write( "
Algebra.Com's Answer #24888 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Graph the inequalities. \n" ); document.write( "Find the vertices: (1,2),(5,2),(1,4),(5,8) \n" ); document.write( "Substitute each x,y pair into 3x-2y to find the minimum and maximum values \n" ); document.write( "(1,2); -1 \n" ); document.write( "(5,2):5 (maximum) \n" ); document.write( "(1,4):-7 (minimum) \n" ); document.write( "(5,8):-1 \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |