document.write( "Question 62974: A small company produces both doll houses and sets of doll furniture. The doll houses take 3 hours of labor to produce, and the furniture sets take 8 hours. The labor available is limited to 400 hours per week, and the total production capacity is 100 items per week. Existing orders requare that at least 20 doll houses and 10 sets of furniture be produced per week. Write a system of inequalities representing this situation, where x is the number of doll houses and y is the number of furniture sets. Then graph the system of inequalities. \n" ); document.write( "
Algebra.Com's Answer #43827 by Edwin McCravy(20054)![]() ![]() You can put this solution on YOUR website! A small company produces both doll houses and sets of doll furniture. The\r\n" ); document.write( "doll houses take 3 hours of labor to produce, and the furniture sets take 8\r\n" ); document.write( "hours. The labor available is limited to 400 hours per week, and the total\r\n" ); document.write( "production capacity is 100 items per week. Existing orders requare that at\r\n" ); document.write( "least 20 doll houses and 10 sets of furniture be produced per week. Write a\r\n" ); document.write( "system of inequalities representing this situation, where x is the number of\r\n" ); document.write( "doll houses and y is the number of furniture sets. Then graph the system of\r\n" ); document.write( "inequalities.\r\n" ); document.write( "\r\n" ); document.write( "First we construct the labor hours inequality:\r\n" ); document.write( "\r\n" ); document.write( "At 3 hours of labor for each of the x doll \r\n" ); document.write( "houses amounts to 3x hours of labor to make the \r\n" ); document.write( "x doll houses\r\n" ); document.write( "\r\n" ); document.write( "At 8 hours of labor for each of the y furniture \r\n" ); document.write( "sets amounts to 8y hours of labor to make the y \r\n" ); document.write( "furniture sets.\r\n" ); document.write( "\r\n" ); document.write( "So the total amount of labor is the sum of those, \r\n" ); document.write( "or 3x + 8y hours of labor\r\n" ); document.write( "\r\n" ); document.write( "We are told that we are limited to 400 hours of \r\n" ); document.write( "labor so we write the labor hours inequality:\r\n" ); document.write( "\r\n" ); document.write( " 3x + 8y < 400\r\n" ); document.write( "\r\n" ); document.write( "Next we construct the items inequality:\r\n" ); document.write( "\r\n" ); document.write( "The x doll houses amounts to x items per week\r\n" ); document.write( "\r\n" ); document.write( "The y furniture sets amounts to y items per \r\n" ); document.write( "week.\r\n" ); document.write( "\r\n" ); document.write( "So the total amount of items is the sum of \r\n" ); document.write( "those, or x + y items\r\n" ); document.write( "\r\n" ); document.write( "We are told that we are limited to 100 items \r\n" ); document.write( "per week so we write the item inequality:\r\n" ); document.write( "\r\n" ); document.write( " x + y < 100\r\n" ); document.write( "\r\n" ); document.write( "Next we construct the doll house inequality:\r\n" ); document.write( "\r\n" ); document.write( "We are told that we must make at least 20 doll \r\n" ); document.write( "houses per week, so we write the doll house \r\n" ); document.write( "inequality:\r\n" ); document.write( "\r\n" ); document.write( " x > 20\r\n" ); document.write( "\r\n" ); document.write( "Next we construct the furniture set inequality:\r\n" ); document.write( "\r\n" ); document.write( "We are told that we must make at least 10 \r\n" ); document.write( "furniture sets per week, so we write the \r\n" ); document.write( "furniture set inequality:\r\n" ); document.write( "\r\n" ); document.write( " y > 10\r\n" ); document.write( "\r\n" ); document.write( "Now there are two obvious inequalities which \r\n" ); document.write( "tell us that the number of doll houses and the \r\n" ); document.write( "number of furniture sets must not be a negative \r\n" ); document.write( "number, so they are these:\r\n" ); document.write( "\r\n" ); document.write( " x > 0\r\n" ); document.write( " y > 0\r\n" ); document.write( " \r\n" ); document.write( "So the six inequalities are\r\n" ); document.write( "\r\n" ); document.write( " 3x + 8y < 400\r\n" ); document.write( " x + y < 100\r\n" ); document.write( " x > 20\r\n" ); document.write( " y > 10\r\n" ); document.write( " x > 0\r\n" ); document.write( " y > 0\r\n" ); document.write( "\r\n" ); document.write( "We draw the boundary lines, which are\r\n" ); document.write( "formed by replacing the inequality\r\n" ); document.write( "symbols by = signs, so we have these\r\n" ); document.write( "four boundary lines, and their intercepts:\r\n" ); document.write( "\r\n" ); document.write( " 3x + 8y = 400 (0,50), (33.3,0)\r\n" ); document.write( " x + y = 100 (0,100), (100,0) \r\n" ); document.write( " x = 20 (20,0) vertical line\r\n" ); document.write( " y = 10 (0,10) horizontal line\r\n" ); document.write( " x = 0 y-axis \r\n" ); document.write( " y = 0 x-axis\r\n" ); document.write( "\r\n" ); document.write( "Since x and y are non-negative we draw only the upper\r\n" ); document.write( "right quadrant, right of the y axis and above the x-axis:\r\n" ); document.write( "\r\n" ); document.write( "Drawing the first boundary line in red:\r\n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |