document.write( "Question 73080This question is from textbook Beginning Algebra
\n" );
document.write( ": 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 #52363 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! 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( ": \n" ); document.write( "x = number of scarves, y = number of sweaters \n" ); document.write( "; \n" ); document.write( "The labor constraint: \n" ); document.write( "2x + 14y =< 40 \n" ); document.write( "Put in the general \"y=\" form in order to graph it \n" ); document.write( "14y =< 40 - 2x \n" ); document.write( "y =< (40/14) - (2/14)x \n" ); document.write( "y =< (20/7) - (1/7)x \n" ); document.write( "; \n" ); document.write( "The production constraint \n" ); document.write( "x + y =< 5 \n" ); document.write( "y =< 5 - x \n" ); document.write( ": \n" ); document.write( "the graph: \n" ); document.write( " \n" ); document.write( ": \n" ); document.write( "Area of feasibility is at or below both lines, whichever is lower. \n" ); document.write( " \n" ); document.write( " |