document.write( "Question 82410: A home-based company produces both hand-knitted scarves and sweaters. The scarves take 2 hours of labor to produce, and the sweaters take 14 hours. The labor available is limited to 40 hours per week, and the total production capacity is 5 items per week. Write a system of inequalities representing this situation, where x is the number of scarves and y is the number of sweaters. Then graph the system of inequalities. \n" ); document.write( "
Algebra.Com's Answer #59014 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A home-based company produces both hand-knitted scarves and sweaters. \n" ); document.write( "The scarves take 2 hours of labor to produce, and the sweaters take 14 hours. \n" ); document.write( "The labor available is limited to 40 hours per week, \n" ); document.write( "Labor Inequality: 2x+14y<=40 \n" ); document.write( "--------- \n" ); document.write( "and the total production capacity is 5 items per week \n" ); document.write( "Production Inequality: \n" ); document.write( "0<=x<=5 \n" ); document.write( "0<=y<=5 \n" ); document.write( "x+y<=5 \n" ); document.write( "---------------. \n" ); document.write( "Write a system of inequalities representing this situation, where x is the number of scarves and y is the number of sweaters. \n" ); document.write( "---------- \n" ); document.write( "Solve each inequality for y to get: \n" ); document.write( "y <= (-1/7)x+(20/7) \n" ); document.write( "y<=-x+5 \n" ); document.write( "---------------- \n" ); document.write( "Then graph the system of inequalities \n" ); document.write( "I can only graph the boundaries: You will have to determine \n" ); document.write( "the respective half-plane solution areas: \n" ); document.write( " \n" ); document.write( "================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |