document.write( "Question 1202521: The top two dolls that a toy manufacturer makes are called Baby Wiggles and Sleepy Baby.To makes a case of Baby Wiggles takes 5 units of raw material and 1 unit of time to assemble.To make a case pf Sleepy Baby takes 3 units of raw material and 2 units of time to assemble.On a given day the manufacturer has at most 150 units of raw material and 44 units of time.If the manufacturer makes a profit of RM120 on each case of Baby Wiggles and RM100 on each case of Sleepy Baby,how many cases of each type of doll should the manufacturer make in order to maximize profit? \n" ); document.write( "
Algebra.Com's Answer #837404 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
x = number of cases of baby wiggles.
\n" ); document.write( "y = number of cases of sleepy baby.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "objective function is profit = 120x + 100y\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "constraint functions are:
\n" ); document.write( "5x + 3y <= 150 for raw material.
\n" ); document.write( "1x + 2y <= 44 for units of time.
\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 graph the opposite of the constraint inequalities.
\n" ); document.write( "the area of the graph not shaded is your region of feasibility.
\n" ); document.write( "the corner points of this region would contain the maximum profit solution.
\n" ); document.write( "you would evaluate the objective function at each of these corner points to obtain the maximum profit.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the graph looks like this.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "profit = 120x + 100y
\n" ); document.write( "at (0,22), profit is equal to 2200
\n" ); document.write( "at (24,10), profit is equal to 3880
\n" ); document.write( "at (30,0), profit is equal to 3600\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "maximum profit is at (24,10).\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "all constraints need to be satisfied at that point.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "constraint functions are:
\n" ); document.write( "5x + 3y <= 150 for raw material becomes 5*24 + 3 * 3 * 10 = 150.
\n" ); document.write( "1x + 2y <= 44 for units of time becomes 24 + 2*10 = 44.
\n" ); document.write( "x >= 0 and y >= 0.
\n" ); document.write( "all constraints are satisfied.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "your solution is 24 cases of baby wiggles and 10 cases of sleepy baby will maximize profit.\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );