document.write( "Question 1102103: I have no idea how to calculate this. Appreciate the help. Thanks.
\n" );
document.write( "Solve the following linear programming problem.
\n" );
document.write( "Minimize: z=5x+30y
\n" );
document.write( "subject to: 9x+12y≥61
\n" );
document.write( " 8x+4y≥32
\n" );
document.write( " x≥0, y≥0
\n" );
document.write( "What is the minimum value of z? \n" );
document.write( "
Algebra.Com's Answer #716786 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! I have no idea how to calculate this. Appreciate the help. Thanks. \n" ); document.write( "Solve the following linear programming problem. \n" ); document.write( "Minimize: z=5x+30y \n" ); document.write( "subject to: \n" ); document.write( "9x+12y≥61 \n" ); document.write( "8x+4y≥32 \n" ); document.write( "x≥0, y≥0 \n" ); document.write( "What is the minimum value of z? \n" ); document.write( "--------------- \n" ); document.write( "x >= 0 and y >= 0 means the answers are in the 1st quadrant \n" ); document.write( "Solve the two other inequalities for \"y\":: \n" ); document.write( "y >= (-3/4)x + (61/12) \n" ); document.write( "y >= (-2)x + 8 \n" ); document.write( "-------------------- \n" ); document.write( "Plot those lines in Quadrant I \n" ); document.write( "The y-intersects are (0,61/12) and (0,8) \n" ); document.write( "The x-intersects are ([(61/12)/(3/4)],0) and (4,0) \n" ); document.write( "--- \n" ); document.write( "Find the intersection of the two inequalities \n" ); document.write( "(-3/4)x+(61/12) = -2x+8 \n" ); document.write( "(5/4)x = 3/4 \n" ); document.write( "x = 3/5 \n" ); document.write( "Then y = -2(3/5)+8 = 34/5 \n" ); document.write( "That vertex is (3/5,34/5) \n" ); document.write( "----- \n" ); document.write( "Find the 4 vertex polygon in Quadrant I including (0,0) \n" ); document.write( "Vertices:: (0,0) ; (0,5) ; (4,0) ; (7/3,10/3) \n" ); document.write( "----- \n" ); document.write( "Check for z in z = 5x+30y for each of the (x,y) pairs \n" ); document.write( "(0,0):: z = 5*0+30*0 = 0 \n" ); document.write( "(0,5):: z = 5*0+30*5 = 150 \n" ); document.write( "(4,0):: z = 5*4+30*0 = 20 \n" ); document.write( "(7/3,10/3):: z = 5(7/3)+30(10/3) = [35+300]/3 = 112 when rounded \n" ); document.write( "----- \n" ); document.write( "Ans:: Minimum z is zero \n" ); document.write( "---------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "--------------- \n" ); document.write( " |