document.write( "Question 1154669: A company is planning to buy new fork hoists for material handling, there are two models that will serve their needs, Model M & model R. The warehouse supervisor feels that a minimum of 3 model M hoists and 5 model R hoist will be needed. The supplier has 8 model M hoist and 10 model R hoist on hand for delivery. The company purchasing agent has decided that no more than 14 hoists can be purchased. Model M can handle 12,000 kilograms per hour and model R can handle 10,000 kilograms per hour. What number of hoist of each model should be purchased for maximum weight handling capacity? What is the maximum weight handling capacity?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #777141 by Theo(13342)![]() ![]() You can put this solution on YOUR website! here's your answer two ways. \n" ); document.write( "first uses a simplex method tool. \n" ); document.write( "second uses graphical method. \n" ); document.write( "both give you the same answer. \n" ); document.write( "max capacity is 156000 kilograms using 8 type M and 6 type R. \n" ); document.write( "simplex method tool can be found at \n" ); document.write( "https://www.zweigmedia.com/RealWorld/simplex.html \n" ); document.write( "graphing calculator can be found at: \n" ); document.write( "https://www.desmos.com/calculator \n" ); document.write( "your objective function is c = 12000x + 10000y \n" ); document.write( "c stands for capacity. \n" ); document.write( "x represents type M \n" ); document.write( "y represents type R \n" ); document.write( "your constraint functions are: \n" ); document.write( "x >= 3 \n" ); document.write( "y >= 5 \n" ); document.write( "x <= 8 \n" ); document.write( "y <= 10 \n" ); document.write( "x + y <= 14 \n" ); document.write( "using the desmos.com/calculator you graph the opposite of the inequalities. \n" ); document.write( "you can see the functions used there. \n" ); document.write( "you then find the unshaded portion of the graph and you look at the corner points to find the maximum capacity by evaluating each corner point using the objective function. \n" ); document.write( "for example: \n" ); document.write( "at the point (8,6), you get 12000 * * + 10000 * 6 = 156000 \n" ); document.write( "here's the results from using both methods. \n" ); document.write( " ![]() \n" ); document.write( " ![]() |