document.write( "Question 92178: A nursery uses two brands of fertilizer for rose bushes. Brand A costs $3 per pound and provides 280 units of nutrients per pound. Brand B costs $4 per pound and provides 180 units of nutrients per pound.
\n" );
document.write( "CONSTRAINTS: The nursery spends $100 or less for fertilizer and wants to provide at least 5200 units of nutrients. Because brand B contains a special nutrient that brand A does not, the nursery uses at least 4 pounds of brand B. \r
\n" );
document.write( "\n" );
document.write( "How many pounds of each should the nursery use to minimize cost?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #67018 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A nursery uses two brands of fertilizer for rose bushes. \n" ); document.write( "Brand A costs $3 per pound and provides 280 units of nutrients per pound. \n" ); document.write( "Brand B costs $4 per pound and provides 180 units of nutrients per pound. \n" ); document.write( "----------------- \n" ); document.write( "CONSTRAINTS: The nursery spends $100 or less for fertilizer and wants to provide at least 5200 units of nutrients. \n" ); document.write( "Because brand B contains a special nutrient that brand A does not, the nursery uses at least 4 pounds of brand B. \n" ); document.write( "How many pounds of each should the nursery use to minimize cost? \n" ); document.write( "------------------- \n" ); document.write( "Cost Inequality: 3A + 4B <=100 \n" ); document.write( "Nutrient Inequality: 280A + 180B >=5200 \n" ); document.write( "----------- \n" ); document.write( "Constraints: \n" ); document.write( "B>=4 \n" ); document.write( "---------------- \n" ); document.write( "Solve where you can for B: \n" ); document.write( "B <=(-3/4)A+25 \n" ); document.write( "B >=(-280/180)A + (5200/180) \n" ); document.write( "B >=4 \n" ); document.write( "------------------ \n" ); document.write( "Plot the last two on an A-B coordinate system \n" ); document.write( "Find the coordinates of the vertices of the enclosed area. \n" ); document.write( "Evaluate the cost function with those coordinates to find \n" ); document.write( "the minimum cost. \n" ); document.write( " \n" ); document.write( "Use the cost equation as your objective function. \n" ); document.write( "=========== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |