document.write( "Question 166542: can someone please show me how to do this problem:\r
\n" );
document.write( "\n" );
document.write( "Find the value(s) of the function, subject to the system of inequalities.\r
\n" );
document.write( "\n" );
document.write( "Find the minimum of P = 23x + 21y + 22 subject to:\r
\n" );
document.write( "\n" );
document.write( "x (greater than or equal to) 0, y ( greater than or equal to) 0, x + y (greater than or equal to) 1.\r
\n" );
document.write( "\n" );
document.write( "a. 66
\n" );
document.write( "b. 43
\n" );
document.write( "c. 45
\n" );
document.write( "d. 22 \n" );
document.write( "
Algebra.Com's Answer #122758 by gonzo(654)![]() ![]() ![]() You can put this solution on YOUR website! your constraints are: \n" ); document.write( "x >= 0 \n" ); document.write( "y >= 0 \n" ); document.write( "x+y >=1 \n" ); document.write( "----- \n" ); document.write( "since the equation is 23*x and 21*y, you want to make x = 0 which will be the smallest term you can use for x or y. \n" ); document.write( "----- \n" ); document.write( "if you make x = 0, then x + y >=1 becomes y >= 1 which means you want to make y = 1 because 1 is the smallest it can become. \n" ); document.write( "----- \n" ); document.write( "assuming x = 0 and y = 1, the results of the equation become: \n" ); document.write( "23*0 + 21*1 + 22 = 43. \n" ); document.write( "----- \n" ); document.write( "the smallest value of your equation is 43 which is option b. \n" ); document.write( "----- \n" ); document.write( "if you had made y = 0, then x would have had to have been 1, and your equation would have become: \n" ); document.write( "23*1 + 21*0 + 22 = 45 \n" ); document.write( "----- \n" ); document.write( "option b is your answer and the values you had to use are: \n" ); document.write( "x = 0 \n" ); document.write( "y = 1 \n" ); document.write( " \n" ); document.write( " |