document.write( "Question 1129761: There are two principal ingredients in the mixture, both sources of protein: x1 and X2. The first source of protein X1 costs ₱30 a pound and the second, x2 costs ₱60 per pound. Chemical constraints dictate that the mixture contains not more than 4,000 pounds of X1 and must contain at least 2,000 pounds of X2. How many pounds of each ingredient must be utilized in order to minimize the cost? X1 is _____, X2 is _____, cost is _____ \n" ); document.write( "
Algebra.Com's Answer #746368 by stanbon(75887) ![]() You can put this solution on YOUR website! There are two principal ingredients in the mixture, both sources of protein: x1 and X2. The first source of protein X1 costs ₱30 a pound and the second, x2 costs ₱60 per pound. Chemical constraints dictate that the mixture contains not more than 4,000 pounds of X1 and must contain at least 2,000 pounds of X2. \n" ); document.write( "Objective Function: Cost = 30X1 + 60X2 \n" ); document.write( "------ \n" ); document.write( "0<= X1 <= 4000 \n" ); document.write( "2000<= X2 \n" ); document.write( "---- \n" ); document.write( "Sketch the acceptable region limits: let X1 be the vertical axis;let X2 be the horizontal axis. \n" ); document.write( "Sketch the horizontal line limit X1 = 4000 \n" ); document.write( "Sketch the vertical line limit X2 = 2000 \n" ); document.write( "Note: These line limits do not form a closed area. \n" ); document.write( "Vertices to check in the Objective Function:: (2000,0);(2000,4000) \n" ); document.write( "--- \n" ); document.write( "Using (2000,0) you get Cost = 30*0+60*2000 = $120000 (smaller cost) \n" ); document.write( "Using (2000,4000) you get Cost = 30*2000+60*4000 = $300000 \n" ); document.write( "---- \n" ); document.write( "How many pounds of each ingredient must be utilized in order to minimize the cost? X1 is 0__, X2 is 2000, cost is $120,000_____ \n" ); document.write( "----- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "--------- \n" ); document.write( " |