document.write( "Question 91307: Hello. I'm having problems with maximums in linear programming.
\n" );
document.write( "What is the maximum value of z=3x+y for the region given by the system:
\n" );
document.write( "x>= 0
\n" );
document.write( "y>= 0
\n" );
document.write( "1/2x+y<=11
\n" );
document.write( "3x+2y<= 30\r
\n" );
document.write( "\n" );
document.write( "I'm sure you have to plot a graph and find the feasible region. I just can't remember how to plot the graph correctly. \r
\n" );
document.write( "\n" );
document.write( "Thanks so much. \n" );
document.write( "
Algebra.Com's Answer #66286 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! What is the maximum value of z=3x+y for the region given by the system: \n" ); document.write( "x>= 0 \n" ); document.write( "y>= 0 \n" ); document.write( "These two conditions limit the search to the 1st Quadrant. \n" ); document.write( "------------------------------------- \n" ); document.write( "1/2x+y<=11 \n" ); document.write( "Solve for y so you can graph this restriction: \n" ); document.write( "y <= (-1/2)x + 11 \n" ); document.write( " \n" ); document.write( "--------------- \n" ); document.write( "Find the coordinates of the intersection points of the \n" ); document.write( "restricion lines. \n" ); document.write( "Put those coordinate vales into the objective function, z=3x+y, \n" ); document.write( "and see which coordinate pair give a maximum value. \n" ); document.write( "======================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |