document.write( "Question 1118663: Each day , a factory makes three types of widget : basic , standard and luxury. The widget produced need three different components : type A , type B and type C.
\n" );
document.write( "Basic widget need 6 components of type A , 6 components type B and 12 components of type C.
\n" );
document.write( "Standard widgets need 4 components of type A ,3 compliance of type B , and 18 components of type C.
\n" );
document.write( "Luxury widgets need 2 components of type A , 9 components of type B and 6 components of type C.
\n" );
document.write( "Each day , there are 240 components of type A available , 300 of type B. 900 of type C.
\n" );
document.write( "Each day ,the factory must use at least twice as many components of type C as type B.
\n" );
document.write( "Each day , the factory makes X basic widgets , y standard widgets and z luxury widgets.
\n" );
document.write( "(a) In addition to x>\= 0 , y>\= 0 and z>\=0 , find four inequalities in x, y and z that model the above constraints , simplify each inequality.
\n" );
document.write( "(b) Each day ,the factory makes the maximum possible number of widget . On a particular day , the factory must make the same number of luxury widgets as basic widgets.
\n" );
document.write( "(i) show that your answers in part (a) become \r
\n" );
document.write( "\n" );
document.write( " 2x + y <\= 60
\n" );
document.write( " 5x + y <\= 100
\n" );
document.write( " X + y <\= 50
\n" );
document.write( " Y >\= x \n" );
document.write( "
Algebra.Com's Answer #734044 by Theo(13342)![]() ![]() You can put this solution on YOUR website! you would create a table as follows:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "\r\n" ); document.write( "type widget basic standard luxury\r\n" ); document.write( "number of widgets x y z\r\n" ); document.write( "number of type A components 6 4 2\r\n" ); document.write( "number of type B components 6 3 9\r\n" ); document.write( "number of type C components 12 18 6\r\n" ); document.write( "\r\n" ); document.write( "\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the number of type A components has to be less than or equal to 240.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the equation for that is:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "6x + 4y + 2z <= 240\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this can be simplified to:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "3x + 2y + z <= 120\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the nunmber of type B components has to be less than or equal to 300.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the equation for that is:\r \n" ); document.write( "\n" ); document.write( "6x + 3y + 9z <= 300\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this can be simplified to:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2x + y + 3z <= 100\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the number of type C components has to be less than or equal to 900.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the equation for that is:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "12x + 18y + 6z <= 900\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this can be simplified to:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2x + 3y + z <= 150\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the number of type C components has to be greater than or equal to 2 times the nmber of type B components.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the equation for that is:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "12x + 18y + 6z >= 2 * (6x + 3y + 9z)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this can be simplified to:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "12x + 18y + 6z >= 12x + 6y + 18z\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this can be simplified to:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2x + 3y + z >= 2x + y + 3z\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "your simplified equations are:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "3x + 2y + z <= 120 \n" ); document.write( "2x + y + 3z <= 100 \n" ); document.write( "2x + 3y + z <= 150 \n" ); document.write( "2x + 3y + z >= 2x + y + 3z\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "in part b, you are told that the factory must make the same number of luxury widgets as basic widgets.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this means that x must be equal to z. \n" ); document.write( "since x must be equal to z, you can replace z with x in the equations. \n" ); document.write( "you will get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "3x + 2y + x <= 120 \n" ); document.write( "2x + y + 3x <= 100 \n" ); document.write( "2x + 3y + x <= 150 \n" ); document.write( "2x + 3y + x >= 2x + y + 3x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "combine like terms to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "4x + 2y <= 120 \n" ); document.write( "5x + y <= 100 \n" ); document.write( "3x + 3y <= 150 \n" ); document.write( "3x + 3y >= 5x + y\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "simplify to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2x + y <= 60 \n" ); document.write( "5x + y <= 100 \n" ); document.write( "x + y <= 50\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "in 3x + 3y >= 5x + y, subtract 3x from both sides of the equation and subtract y from both sides of the equation to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "3y - y >= 5x - 3x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "combine like terms to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2y >= 2x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "simplify to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "y >= x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "there you have it.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the 4 equations (they are really inequalities even though i called them equations) become:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2x + y <= 60 \n" ); document.write( "5x + y <= 100 \n" ); document.write( "x + y <= 50 \n" ); document.write( "y >= x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "that matches what you showed above, so this solution appears to be correct.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "i used excel to come up with a solution, just to see what it would be.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the solution that excel came up with was 13 basic, 34 standard, 13 luxury.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "that makes the maximum number of widgets to be produced equal to 60.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "all the constraints were satisfied.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "i forced all the number of widgets to be integers.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "excel claims the answer, in that case, would be within 1% of the optimal solution.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the total number of widgets was the same when i didn't force the number of widgets to be integers.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the non-integer solution was x and z = 13.33333 and y = 33.33333 \n" ); document.write( " \n" ); document.write( " |