document.write( "Question 938418: A company makes $25 profit from the sale of product A and $35 from the sale of product B. Each A uses 3 units of material and 5 units of labor
\n" ); document.write( "Each B requires 5 units of material and 4 units if labor. Let x be the number of A to manufacture and y be the number of B. Write the objective function and all the constraints necessary to maximize profit
\n" ); document.write( "If the company has 300 units of material and 400 units of labor available. Do not solve
\n" ); document.write( "

Algebra.Com's Answer #571671 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
Profit equation
\n" ); document.write( "\"P=25x%2B35y\"
\n" ); document.write( ".
\n" ); document.write( ".
\n" ); document.write( "General constraint
\n" ); document.write( "\"x%3E=0\"
\n" ); document.write( "\"y%3E=0\"
\n" ); document.write( "Material constraint
\n" ); document.write( "\"3x%2B5y%3C=300\"
\n" ); document.write( "Labor constraint
\n" ); document.write( "\"5x%2B4y%3C=400\"\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );