document.write( "Question 761587: Assume that you sell two sizes of storage sheds: large and small. The large size requires 12 feet of lumber and takes 3 hours to build. The small size requires 8 feet of lumber and takes 1 hour to build. You can use 48 feet of lumber each day and plan to spend at most 9 hours per day to build the sheds.
\n" );
document.write( "a. Model the situation above. Your algebraic model should be a system of four inequalities.
\n" );
document.write( "b. You sell the large sheds for $70 each and the small ones for $30 each. What numbers of each kind should you make per day in order to maximize your income?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #463359 by josgarithmetic(39618)![]() ![]() ![]() You can put this solution on YOUR website! EDIT: ADJUSTING FOR A MISUNDERSTANDING... \n" ); document.write( "EDITED AGAIN...\r \n" ); document.write( "\n" ); document.write( "The question you might want to be able to answer in part a for the sheds is, how many of each shed can be built.\r \n" ); document.write( "\n" ); document.write( "Large shed, 12 feet, 3 hours \n" ); document.write( "Small shed, 8 feet, 1 hour\r \n" ); document.write( "\n" ); document.write( "Restrictions: 48 feet per day, no more than 9 days.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let x = how many small sheds \n" ); document.write( "let y = how many large sheds\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The restriction indicates {48 feet/day}/{ 9 hours/days} = \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Account for feet, converted to days needed (EDITED): \n" ); document.write( "(8*x+12*y)/(1/48)= number of days\r \n" ); document.write( "\n" ); document.write( "Account for time: \n" ); document.write( "(1*x+3*y)(1/9)= number of days. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The description still needs, ...? Otherwise, the problem description is not complete. You ALMOST have enough information for two equations for a system, but do not quite have all the information yet. ?\r \n" ); document.write( "\n" ); document.write( "After second edit, we seem to have a general accounting for feet to days, and another accounting for hours to days. We apparantly have two equations in two unknowns; maybe needing to be inequalities. BUT we need two more. \n" ); document.write( " |