document.write( "Question 641970: Which values of x and y minimize N for the objective function N= 2x+y?
\n" );
document.write( "constraints {x+y >=8, x+2y >=14, x>=0,y>=0}
\n" );
document.write( "a) (0,0) b) (0,7) c) (2,6) d) (8,0)\r
\n" );
document.write( "\n" );
document.write( "I came up with the answer c, but the book says a is the answer. How can a be the answer? \n" );
document.write( "
Algebra.Com's Answer #403922 by stanbon(75887) ![]() You can put this solution on YOUR website! Which values of x and y minimize N for the objective function N= 2x+y? \n" ); document.write( "constraints {x+y >=8, x+2y >=14, x>=0,y>=0} \n" ); document.write( "a) (0,0) b) (0,7) c) (2,6) d) (8,0) \n" ); document.write( "I came up with the answer c, but the book says a is the answer. How can a be the answer? \n" ); document.write( "---------------------- \n" ); document.write( "Ans: \"a\" is not the answer, if the constraints you posted are correct. \n" ); document.write( "(0,0) is not in the solution set for x + y >= 8 \n" ); document.write( "==================================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |