document.write( "Question 1199297: The Star Electronics Company produces two robotic vacuums. The production process for each product is similar in that both require a certain number of hours of electronic work and a certain number of labour hours in the assembly department. Robotic vacuum A takes 4 hours of electronic work and 2 hours in the assembly shop. Robotic vacuum B requires 3 hours in electronics and 1 hour in assembly. During the current production period, 240 hours of electronic time are available, and 100 hours of assembly department time are available. Each robotic vacuum A sold yields a profit of RM 700 while each robotic vacuum B produced may be sold for a RM 500 profit.
\n" );
document.write( "Formulate a linear programming model for this problem.\r
\n" );
document.write( "\n" );
document.write( "a) Find the objective function\r
\n" );
document.write( "\n" );
document.write( "b) Identify the variable and list all the constraints\r
\n" );
document.write( "\n" );
document.write( "c) Calculate the intersection point.\r
\n" );
document.write( "\n" );
document.write( "d) Draw the graph with a complete label of the axis, intersection point, line equation, and shaded region.\r
\n" );
document.write( "\n" );
document.write( "e) Find the optimal solution
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #833110 by Theo(13342) You can put this solution on YOUR website! x = number of type A robotic vacuums. \n" ); document.write( "y = number of type B robotic vacuums.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "objective function is profit = 700x + 500y \n" ); document.write( "this is what you want to maximize.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "constraint functions are:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "4x + 3y <= 240 for electronics work hours. \n" ); document.write( "2x + y = 100 for assembly hours. \n" ); document.write( "x >= 0 \n" ); document.write( "y >= 0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the chart that i made up is shown below: \n" ); document.write( " \r\n" ); document.write( " type A type B\r\n" ); document.write( "electronics work hours 4 3 <= 240\r\n" ); document.write( "assembly hours 2 1 <= 100\r\n" ); document.write( "profit 700 500 maximize \r\n" ); document.write( "\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "using the calculator at https://www.desmos.com/calculator, you would graph the opposite of the inequalities. \n" ); document.write( "the are of the graph that is not shaded is your region of feasibility. \n" ); document.write( "your maximum profit will be at the corner points of this region. \n" ); document.write( "the corner points on the graph are in (x,y) format. \n" ); document.write( "x represents the number of type A vacuums. \n" ); document.write( "y represents the number of type B vacuums.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "here's what the graph looks like.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the maximum profit is at (30,40) = 41,000 \n" ); document.write( "total electronics hours = 240 \n" ); document.write( "total assembly hours = 100 \n" ); document.write( "all constraints were met.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "let me know if you have any quetions. \n" ); document.write( "theo\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |