document.write( "Question 1138582: Minimize C=2x+3y+4z subject to minimize the problem:
\n" );
document.write( "4x+2y+z=10
\n" );
document.write( "x+y-z=5
\n" );
document.write( "x≥0,y≥0,z≥0 \n" );
document.write( "
Algebra.Com's Answer #756421 by ikleyn(52777)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "Minimize C = 2x + 3y + 4z subject to \n" ); document.write( "4x + 2y + z = 10 \n" ); document.write( " x + y - z = 5 \n" ); document.write( "x ≥ 0, y ≥0, z ≥ 0 \n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "4x + 2y + z = 10 (1)\r\n" ); document.write( " x + y - z = 5 (2)\r\n" ); document.write( "x ≥ 0, y ≥0, z ≥ 0\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "The idea of the solution is THIS: \r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " The given system of two equations defines a straight line in the space (x,y,z), which is the intersection \r\n" ); document.write( " of the two relevant planes in\r \n" ); document.write( "\n" ); document.write( "Having this idea and the guiding instructions clearly formulated, can you, the student, complete this assignment on your own ?\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |