document.write( "Question 28551: 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. Identify 2 points that satisfy the inequalities. \n" ); document.write( "
Algebra.Com's Answer #15546 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Number inequality: \n" ); document.write( "x+y<=5 \n" ); document.write( "Labor inequality: \n" ); document.write( "2x+14y<=40 \n" ); document.write( "Cheers, \n" ); document.write( "stan H. \n" ); document.write( " |