document.write( "Question 468927: How do you do this problem?
\n" );
document.write( "Minimize: Z = 6x+15y
\n" );
document.write( "Subject to: 4x+5y>=27; 8x+4y>=32; x>=0;y>=0\r
\n" );
document.write( "\n" );
document.write( "It's wanting to know the minimum value of Z and what point it occurs at.
\n" );
document.write( "I can't figure out how to solve this. Thanks. \n" );
document.write( "
Algebra.Com's Answer #321710 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Minimize: Z = 6x+15y \n" ); document.write( "Subject to: 4x+5y>=27; 8x+4y>=32; x>=0;y>=0 \n" ); document.write( "---- \n" ); document.write( "Graph each of the restraints: \n" ); document.write( "y >= (-4/5)x + (27/5) \n" ); document.write( "--- \n" ); document.write( "y >= -2x +8 \n" ); document.write( "--- \n" ); document.write( "x >= 0 ; y >=0 means \"in the 1st quadrant\". \n" ); document.write( "---- \n" ); document.write( " \n" ); document.write( "------------- \n" ); document.write( "Notice the enclosed area in the 1st quadrant. \n" ); document.write( "--- \n" ); document.write( "Find the coordinates of the vertices of the enclosed area: \n" ); document.write( "(0,5.4),(4,0), (2 1/6,3 2/3) \n" ); document.write( "---- \n" ); document.write( "Objective Function: Minimize: Z = 6x+15y \n" ); document.write( "---- \n" ); document.write( "Evaluate the objective function at each of the \n" ); document.write( "vertex values. \n" ); document.write( "Example: \n" ); document.write( "Using (0,5.4) you would get z = (6*0)+(15*4) = 60 \n" ); document.write( "Using (2 1/6, 2 2/3) you would get z = (6*13/6)+15(8/3) = 13+40 = 53 \n" ); document.write( "etc. \n" ); document.write( "=============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================= \n" ); document.write( " |