document.write( "Question 200095: Hi, thanks for your time here is the question-
\n" );
document.write( " Teresa Sanchez sells two sizes of outdoor doghouses: large and small. The
\n" );
document.write( "large size requires 12 board-feet of lumber and takes 3 hours to build. The
\n" );
document.write( "small size requires 8 board-feet of lumber and takes 1 hour to build. Teresa
\n" );
document.write( "can use 48 board-feet of lumber each day and plans to spend at most 9 hours
\n" );
document.write( "per day building dog houses.
\n" );
document.write( "3. Model the situation above. Your algebraic model should be a system of
\n" );
document.write( "four inequalities. (Remember that Teresa cannot build a negative number
\n" );
document.write( "of dog houses.)\r
\n" );
document.write( "\n" );
document.write( "We were thinking that two of the inequalities would be 2l + 8s less or equal to 48 and 3l + s less or equal to 9 -but have no idea what the other two would be \n" );
document.write( "
Algebra.Com's Answer #150469 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! The large size requires 12 board-feet of lumber and takes 3 hours to build. \n" ); document.write( " The small size requires 8 board-feet of lumber and takes 1 hour to build. \n" ); document.write( " Teresa can use 48 board-feet of lumber each day and plans to spend at most \n" ); document.write( " 9 hours per day building dog houses. \n" ); document.write( ": \n" ); document.write( "3. Model the situation above. Your algebraic model should be a system of \n" ); document.write( "four inequalities. \n" ); document.write( ": \n" ); document.write( "Let L = no. of large dog houses \n" ); document.write( "Let S = no. of small dog houses \n" ); document.write( ": \n" ); document.write( "The material (amt of lumber) inequality \n" ); document.write( "12L + 8S =< 48 \n" ); document.write( ": \n" ); document.write( "The labor (no. of hrs worked) inequality \n" ); document.write( "3L + 1S =< 9 \n" ); document.write( ": \n" ); document.write( "They want ensure there will be no negative values, therefore: \n" ); document.write( "L => 0 \n" ); document.write( "S => 0 \n" ); document.write( ": \n" ); document.write( "A total of 4 inequalities \n" ); document.write( " \n" ); document.write( " |