document.write( "Question 1022032: A manufacturer produces 17 and 24 inch computer monitors. Past sales experience shows that at least twice as many 17 inch monitors are sold as 24 inch monitors. The manufacturing plant is capable of producing 12 monitors per day. A profit of $50 is earned on each 17 inch monitor sold and $70 is earned on each 24 inch monitor sold. How many of each monitor should be produced to maximize the manufacturers profits and satisfy the constraints. What is the maximum profit? \n" ); document.write( "
Algebra.Com's Answer #637728 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
Let X by the number of 17\" units, Y the number of 24\" units.
\n" ); document.write( "\"X%2BY=12\"<--- Quantity
\n" ); document.write( "\"P=50X%2B70Y\" <--- Profit
\n" ); document.write( "The extrema occur at the endpoints \"X=0\" and \"X=12\".
\n" ); document.write( "\"X=0\"
\n" ); document.write( "\"Y=12-0=12\"
\n" ); document.write( "\"P=50%280%29%2B70%2812%29\"
\n" ); document.write( "\"P=840\"
\n" ); document.write( ".
\n" ); document.write( ".
\n" ); document.write( "\"X=12\"
\n" ); document.write( "\"Y=12-12=0\"
\n" ); document.write( "\"P=50%2812%29%2B70%280%29\"
\n" ); document.write( "\"P=600\"
\n" ); document.write( "Maximum profit is $840.
\n" ); document.write( "
\n" ); document.write( "
\n" );