document.write( "Question 1189015: A small petroleum company owns two reneries. Renery 1 costs $20,000 per day to operate, and it can produce
\n" );
document.write( "400 barrels of high-grade oil, 300 barrels of medium-grade oil, and 200 barrels of low-grade oil each day. Renery
\n" );
document.write( "2 is newer and more modern. It costs $25,000 per day to operate, and it can produce 300 barrels of high-grade
\n" );
document.write( "oil, 400 barrels of medium-grade oil, and 500 barrels of low-grade oil each day. The company has orders totaling
\n" );
document.write( "25,000 barrels of high-grade oil, 27,000 barrels of medium-grade oil, and 30,000 barrels of low-grade oil. How
\n" );
document.write( "many days should it run each renery to minimize its costs and still rene enough oil to meet its orders? \n" );
document.write( "
Algebra.Com's Answer #820233 by Theo(13342)![]() ![]() You can put this solution on YOUR website! your objective function is 20,000 * x + 25,000 * y = cost \n" ); document.write( "this is what you want to minimize.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "your constraint functions are:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "400x * x + 300 * y >= 25,000 \n" ); document.write( "300x + 400y >= 27,000 \n" ); document.write( "200x + 500y >= 30,000 \n" ); document.write( "x >= 0 \n" ); document.write( "y >= 0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "using the desmos.com calculator at https://www.desmos.com/calculator, you would do the following:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "graph the opposite of the inequalities.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the feasible region is the area on the graph that is not shaded. \n" ); document.write( "evaluate the objective function at each of the corner points. \n" ); document.write( "the minimum cost will be at one of those corner pointas.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the graph is shown below. \n" ); document.write( "the corner points are in (x,y) format. \n" ); document.write( "you will find that the minimum cost will be at (25,50).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "all the constraints must be met at that coordinate point as well.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the graph is shown below:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " ![]() \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "at (x,y) = (25,50), the cost is 25 * 20000 + 50 * 25000 = 1,750,000. \n" ); document.write( "the number of days are 25 at refinery 1 and 50 at refinery 2. \n" ); document.write( "the number of barrels of high grade oil are 400 * 25 + 300 * 50 = 25,000 \n" ); document.write( "the number of barrels of medium grade oil are 300 * 25 + 400 * 50 = 27,500 \n" ); document.write( "the number of barrels of low grade oil are 200 * 25 + 500 * 50 = 30,000.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "i should have graphed x <= 0 and y <= 0. \n" ); document.write( "in this case, it didn't matter, because those inequalities are already shaded.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "let me know if you have any questions.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "remember, with the desmos.com calculator, you graph the opposite of the inequalities. \n" ); document.write( "this is necessary so that the feasible region is not shaded. \n" ); document.write( "trying to graph the inequalities as they are will result in shading that overlaps other shading. \n" ); document.write( "that makes identifying the feasible region more difficult.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if you we to manually create the graph, then shading the inequalities as they are makes more sense, because you can control the shading better. \n" ); document.write( "it's also more work. \n" ); document.write( "doing it by using the desmos.com software is much easier.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "theo \n" ); document.write( " \n" ); document.write( " |