document.write( "Question 1131186: How do I find the values of x and y that produce the maximum ad minimum in the objective function if c=4x + 5y?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #747812 by ikleyn(52805)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "
\r\n" );
document.write( "When solving a minimax problem with a linear objective function by the method of Linear programming,\r\n" );
document.write( "\r\n" );
document.write( "you should determine a feasible domain first.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Usually, in 2D problems (as in your problem with c = 4x + 5y), it is a polygon.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "In the most simple version of the LP-method (which student usually learn first), the algorithm is to calculate the values\r\n" );
document.write( "\r\n" );
document.write( "of the objective function at the corners of the feasibility polygon, and then to select that vertex (corner),\r\n" );
document.write( "\r\n" );
document.write( "where the objective function has minimal / (maximal) value.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "To calculate the value of the objective function  c = 4x + 5y at a vertex, simply substitute the coordinate values \r\n" );
document.write( "of the vertex into the function's expression.\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "---------------\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "To see concrete minimax problems solved by the Linear Programming method,  look into the lesson\r
\n" ); document.write( "\n" ); document.write( "    - Solving minimax problems by the Linear Programming method \r
\n" ); document.write( "\n" ); document.write( "in this site.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "If you may want to look into my other solutions to minimax problems by the LP method in this forum, use the links \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "https://www.algebra.com/algebra/homework/coordinate/word/Linear_Equations_And_Systems_Word_Problems.faq.question.1131043.html\r
\n" ); document.write( "\n" ); document.write( "https://www.algebra.com/algebra/homework/Finance/Finance.faq.question.1128383.html\r
\n" ); document.write( "\n" ); document.write( "https://www.algebra.com/algebra/homework/Linear-equations/Linear-equations.faq.question.1123217.html\r
\n" ); document.write( "\n" ); document.write( "https://www.algebra.com/algebra/homework/Finance/Finance.faq.question.1102103.html\r
\n" ); document.write( "\n" ); document.write( "https://www.algebra.com/algebra/homework/word/finance/Money_Word_Problems.faq.question.1129285.html\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );