document.write( "Question 1166842: Hello this is our activity in the school but my teacher is not good at explaining. Please help me with the solution. Thankyou. \r
\n" ); document.write( "\n" ); document.write( "The Atlas Fertilizer Company has two plants where the products are made. In a week, plant A can
\n" ); document.write( "make at most 40 tons of fertilizers and plant B can make at most 50 tons of fertilizer per week. The
\n" ); document.write( "production manager wants to make a total of at least 70 tons of fertilizers per week. The amount of
\n" ); document.write( "particulate matter in the atmosphere over the nearby town is measured weekly and found to be 20
\n" ); document.write( "pounds for each ton of product made in plant A and 40 pounds for each ton of product made in plant
\n" ); document.write( "B. How many tons should be made weekly in each plant to minimize the total amount of particulate
\n" ); document.write( "matter in the atmosphere?
\n" ); document.write( "

Algebra.Com's Answer #791695 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
this looks like a linear programming type problem.
\n" ); document.write( "it can be solved graphically as long as there are only two unknown variables involved.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "need an objective function and some constraint functions.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "let x = the maximum number of tons of fertilizer from plant A each week.
\n" ); document.write( "let y = the maximum number of tons of fertilizer from plant B each week.
\n" ); document.write( "the manager wants to make a total of at least 70 tons of fertilizer from both plants each week.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "your constraints are:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x <= 40
\n" ); document.write( "y <= 50
\n" ); document.write( "x + y >= 70
\n" ); document.write( "x >= 0
\n" ); document.write( "y >= 0\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "your objective function will be the number of pounds of particulate matter placed into the atmosphere each week.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "plant A places 20 pounds of particulate matter per ton of fertilizer produced.
\n" ); document.write( "plant B places 40 pounds of particulate matter per ton of fertilizer produced.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "your objective function is y = 20x + 40y\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "that is the function that you want to minimize.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "using the desmos.com calculator, you would graph the opposite of the constraint functions.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the are of the graph that is not shaded will be the feasible region.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "you would then evaluate the objective function at each of the corner points of the feasible region to find the minimum amount of particulate placed into the atmosphere.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "my graph looks like this:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the evaluation of at the corner points is shown in the following table.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "(x,y)               20x + 40y\r\n" );
document.write( "(20,50)             2400\r\n" );
document.write( "(40,50)             2800\r\n" );
document.write( "(40,30)             2000\r\n" );
document.write( "
\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the minimum pounds of particulate placed into the atmosphere is when plant A produces 40 tons of fertilizer and when plant B produces 30 tons of fertilizer each week.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the constraints for the minimum particulate solution have to be satisfied as well.
\n" ); document.write( "x <= 40 is satisfied because x = 40.
\n" ); document.write( "y <= 50 is satisfied because y = 30
\n" ); document.write( "x + y >= 70 is satisfied because x + y = 70
\n" ); document.write( "x >= 0 and y >= 0 are both satisfied because x and y are both > 0.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the desmos.com calculator can be found at https://www.desmos.com/calculator\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( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );