document.write( "Question 818226: Use graphical methods to solve the following linear programming problem:\r
\n" );
document.write( "\n" );
document.write( "Maximize z=2x+4y
\n" );
document.write( "subject to x+4y is less than or equal to 18
\n" );
document.write( " 4x+2y is less than or equal to 16
\n" );
document.write( " X is greater than or equal to 0
\n" );
document.write( " Y is greater than or equal to 0 \n" );
document.write( "
Algebra.Com's Answer #492420 by AnlytcPhil(1806)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "Maximize z=2x+4y\r\n" ); document.write( " subject to x+4y ≦ 18\r\n" ); document.write( " 4x+2y ≦ 16\r\n" ); document.write( " x ≧ 0\r\n" ); document.write( " y ≧ 0\r\n" ); document.write( "\r\n" ); document.write( "We form the equations of graphs of the boundary lines\r\n" ); document.write( "lines by replacing the inequality symbols by equal \r\n" ); document.write( "signs.\r\n" ); document.write( "\r\n" ); document.write( "x+4y = 18 <---line thru points (0,4.5) and (6,3) \r\n" ); document.write( "4x+2y = 16 <---line thru points (4,0) and (0,8)\r\n" ); document.write( "x = 0 <---the y-axis \r\n" ); document.write( "y = 0 <---the x-axis\r\n" ); document.write( "\r\n" ); document.write( "\n" ); document.write( " |