document.write( "Question 22270: I have tried this problem multiple times and can't seem to get the correct answer.\r
\n" );
document.write( "\n" );
document.write( "A mountain climber planning an epedition is concerned about two types of synthetic food. One food contains 100 calories per ounce, 24 units of protein per ounce, and 4 units of fat per ounce. A second food contain 125 calories per ounce, 20 units of protein per ounce, and10 units of fat per ounce. If the man wants a minimum of 2000 calories, 400 units of protein, and 100 units of fat per day, which food or food combination should he use to meet the minimum daily requirements and minimize the total wight?\r
\n" );
document.write( "\n" );
document.write( "use two variables and translat the constraints to a system of linear inequalities. Graph the system, and find the vertices, apply linear programming theory and interpret the results. \n" );
document.write( "
Algebra.Com's Answer #11945 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! A mountain climber planning an epedition is concerned about two types of synthetic food. One food contains 100 calories per ounce, 24 units of protein per ounce, and 4 units of fat per ounce. A second food contain 125 calories per ounce, 20 units of protein per ounce, and10 units of fat per ounce. If the man wants a minimum of 2000 calories, 400 units of protein, and 100 units of fat per day, which food or food combination should he use to meet the minimum daily requirements and minimize the total wight? \n" ); document.write( "use two variables and translat the constraints to a system of linear inequalities. Graph the system, and find the vertices, apply linear programming theory and interpret the results. \n" ); document.write( "I SHALL GIVE YOU THE METHOD ,EQNS.,ETC.BUT I WOULD LIKE TO KNOW YOUR TRIALS AND WHERE YOU WERE GETTING STUCK OR GETTING THE WRONG ANSWER.SO PLEASE GIVE A FEED BACK IMMEDIATELY AND ON THAT BASIS ,I SHALL SHOW YOU THE FULL SOLUTION. \n" ); document.write( "LET US DESIGNATE THE 2 FOODS BY F AND G . \n" ); document.write( "1..OUNCE..OF..F..CONTAINS..100..CALORIES..24..PROTEIN UNITS..4..FAT UNITS \n" ); document.write( "1..OUNCE..OF..G..CONTAINS..125..CALORIES..20..PROTEIN UNITS..10.FAT UNITS \n" ); document.write( "MINIMUM REQUIREMENT PER DAY \n" ); document.write( "2000..CALORIES...400...PROTEIN UNITS.....100....FAT UNITS. \n" ); document.write( "LET THE MOUNTAINEER TAKE X OUNCES OF FOOD F AND Y OUNCES OF FOOD G.HENCE HIS TOTAL \n" ); document.write( "CALORIE INTAKE =100X+125Y..THIS SHOULD BE ATLEAST 2000..SO.. \n" ); document.write( "100X+125Y>=2000...OR...DIVIDING BY 25 WE GET \n" ); document.write( "4X+5Y>=80............I \n" ); document.write( "PROTEIN INTAKE = 24X+20Y..THIS SHOULD BE ATLEAST 400...SO.. \n" ); document.write( "24X+20Y>=400...DIVIDING BY 6 WE GET \n" ); document.write( "6X+5Y>=100...........II \n" ); document.write( "FAT INTAKE =4X+10Y....THIS SHOULD BE ATLEAST 100...SO.. \n" ); document.write( "4X+10Y>=100.......DIVIDING BY 2 WE GET .. \n" ); document.write( "2X+5Y>=50.........III \n" ); document.write( "FURTHER OTHER OBVIOUS CONSTRAINTS ARE X>=0 AND Y>=0...WITH THESE CONDTRAINTS WE SHOULD MAKE LEAST WEIGHT OR X+Y SHOULD BE MINIMISED.. \n" ); document.write( "SO SAY IF Z=X+Y THEN WE SHOULD FIND MINIMUM VALUE OF Z SUBJECT TO ABOVE CONSTRAINTS.. \n" ); document.write( "THIS COMPLETES THE FORMULATION OF EQUATIONS/INEQUALITIES FOR CONSTRAINTS AND THE FUNCTION TO BE OPTIMISED...NOW ON TO SOLUTUION \n" ); document.write( "PLOT ALL THE EQUATIONS ON A GRAPH.X>=0 AND Y>=0 MEANS WE SHOULD CONSIDER ONLY FIRST QUADRANT IN OUR SOLUTION.SO DRAW GRAPHS FOR EQNS I,II AND III IN FIRST QUDRANT ONLY,TAKING EQUALITY.THEN MARK THE ZONES OF INEQUALITIES AS THE REGIONS BEYOND THOSE LINES.YOU GET A POLYGON.FIND THE VERTICES OF POLYGON.AT EACH VERTEX FIND Z=X+Y...FIND WHERE IT IS MINIMUM.HOPE YOU CAN DO IT. REPLY IN CASE OF DIFICULTY.THE GRAPHS WIL LOOK LIKE THIS INCLUDING THE OPTIMISING FUNCTION \n" ); document.write( "Z=X+Y AS EQUAL TO 10,16,50/3,20 and 25 AS A TRIAL.CAN YOU TELL WHY WE HAVE TAKEN THESE FOR TRIAL.ON THIS INFORMATION CAN YOU TELL WHAT IS THE MINIMUM VALUE OF X+Y SATISFYING ALL THE GIVEN CONSTRAINTS?IS IT X+Y=20?PLEASE ANALYSE AND TRY TO UNDERSTAND.IN CASE OF DIFFICULTY COME BACK.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |