document.write( "Question 64672: LINEAR PROGRAMMING\r
\n" );
document.write( "\n" );
document.write( "The maximum value of z = 20x + 8y subject to
\n" );
document.write( "
\n" );
document.write( "3x + y <= 8
\n" );
document.write( "2x + 5y <= 18
\n" );
document.write( "x => 0, y <=0 is
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #45239 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The maximum value of z = 20x + 8y subject to \r \n" ); document.write( "\n" ); document.write( "3x + y <= 8 \n" ); document.write( "2x + 5y <= 18 \n" ); document.write( "x => 0, y <=0 is\r \n" ); document.write( "\n" ); document.write( "---------- \n" ); document.write( "Graph: \n" ); document.write( "y<=-3x+8 \n" ); document.write( "Graph: \n" ); document.write( "y<=(-2/5)x+(18/5) \n" ); document.write( "----------- \n" ); document.write( "Find the intersection point of the equations and their x and y intercepts \n" ); document.write( "-3x+8=(-2/3)x+18/5 \n" ); document.write( "(-7/3)x=18/5-40/5 \n" ); document.write( "(-7/3)x=(-22/5) \n" ); document.write( "x=66/35=1.8857 \n" ); document.write( "y=(-3)(-66/35)=198/35=5.657 \n" ); document.write( "------------ \n" ); document.write( " \n" ); document.write( "The important points are (0,0),(0.18/5),(8/3,0),(66/35,198,35) \n" ); document.write( "Substitute those values into the \"z\" formula and see which gives \n" ); document.write( "you the greatest value for z. \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |