document.write( "Question 252082: find maximize profits?\r
\n" ); document.write( "\n" ); document.write( "Total raw materials = 500 lbs
\n" ); document.write( "Total Operation hours = 1,000 hrs
\n" ); document.write( "Raw material, hour, and profit requirements for each product:
\n" ); document.write( "A - 2 lbs requiring 4 hours to make $500 profit
\n" ); document.write( "B - 2 lbs requiring 5 hours to make $600 profit
\n" ); document.write( "C - 3 lbs requiring 5 hours to make $1,000 profit\r
\n" ); document.write( "\n" ); document.write( "2x+2y+3z <= 500
\n" ); document.write( "4x+5y+5z <= 1000
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #183880 by hokies(65)\"\" \"About 
You can put this solution on YOUR website!
If you produce only A, profits = $500*(1000 hours / 4 hours) = $125,000\r
\n" ); document.write( "\n" ); document.write( "If you produce only B, profits = $600*(1000 hours / 5 hours) = $120,000\r
\n" ); document.write( "\n" ); document.write( "If you produce only C, profits = $1000*(500 pounds / 3 pounds) = $166,667\r
\n" ); document.write( "\n" ); document.write( "You must use the limiting reagent for these calculations, which is why you can use either hours or pounds for A, you must use hours for B, and you must use pounds for C.\r
\n" ); document.write( "\n" ); document.write( "Therefore, to maximize profits you should make all of C, 166.67 units of C.
\n" ); document.write( "
\n" );