document.write( "Question 1123606: The manufacturer of dolls want to maximize their revenue for the sale of the dolls. Each girl doll sold yields $9 in revenue and each boy doll yields $9.50. The dolls are made of plastic and nylon. To make a girl doll requires 12 oz of plastic and 5 oz of nylon. A boy doll requires 14oz of plastic but no nylon. The manufacturer has no more than 100,000 oz of plastic and 30,000o of nylon available each week. Kids will buy at least twice as many girl dolls as boys. How many of each should they manufacture each week to maximize their revenue? \n" ); document.write( "
Algebra.Com's Answer #739964 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
your objective function is 9x + 9.5y which 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( "12x + 4y <= 400,00 (plastic constraint)
\n" ); document.write( "5x <= 30,000 (silk constraint)
\n" ); document.write( "x,y >= 0 (can't be negative)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "using the desmos.com calculator, you would graph the opposite of these constraints.
\n" ); document.write( "the area of the graph that is not shaded is your region of feasibility.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the corner points of this region are where the maximum revenue will be.
\n" ); document.write( "you will evaluts the objective function at these corner points to determine thye corner point that provides the most revenue.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "you also need to confirm that all constraints are satisfied as the corner point with the maximum revenue.\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( "the corner point with the maximum revenue is at (6000,2000)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the revenue at this corner point was 73,000, which was higher than at any of the other corner points.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the plastic consumed was 100,000 and the nylon consumed was 30,000, all under the constraint limits of <= 100,000 and <= 30,000.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the cost function at the corner point was 9 * 6,000 + 9.5 * 2000 = 73,000\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the plastic constraint was 12 * 6000 + 14 * 2000 = 100,000\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the nylon constraint was 5 * 6000 + 0 * 2000 = 30,000\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the desmos.com calculator can be found at https://www.desmos.com/calculator\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );