document.write( "Question 1176024: Evan runs a factory that makes Blu-ray players. Each T50 takes 4 ounces of plastic and 4 ounces of metal. Each G150 requires 2 ounces of plastic and 6 ounces of metal. The factory has 140 ounces of plastic, 324 ounces of metal available, with a maximum of 16 T50 that can be built each week. If each T50 generates $12 in profit, and each G150 generates $11, how many of each of the Blu-ray players should Evan have the factory make each week to make the most profit?\r
\n" );
document.write( "\n" );
document.write( "T50:
\n" );
document.write( "G150:
\n" );
document.write( "Best profit: \n" );
document.write( "
Algebra.Com's Answer #801934 by ikleyn(52906) You can put this solution on YOUR website! . \n" ); document.write( "Evan runs a factory that makes Blu-ray players. Each T50 takes 4 ounces of plastic and 4 ounces of metal. \n" ); document.write( "Each G150 requires 2 ounces of plastic and 6 ounces of metal. \n" ); document.write( "The factory has 140 ounces of plastic, 324 ounces of metal available, with a maximum of 16 T50 that can be built each week. \n" ); document.write( "If each T50 generates $12 in profit, and each G150 generates $11, how many of each of the Blu-ray players should \n" ); document.write( "Evan have the factory make each week to make the most profit? \n" ); document.write( "~~~~~~~~~~~~~~~~~\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "Let X = # of items T50; Y = # of items G150.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "From the condition, we have this formulation of maximization problem:\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " (1) the objective function to maximize is the profit P = 12X + 11Y dollars.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Restrictions\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " (2) 4X + 2Y <= 140 (plastic restriction)\r\n" ); document.write( "\r\n" ); document.write( " (3) 4X + 6Y <= 324 (metal restriction)\r\n" ); document.write( "\r\n" ); document.write( " (4) 0 <= X <= 16, Y >= 0.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "You can make a plot of the feasibility domain.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "\r \n" ); document.write( "\n" ); document.write( "Solved.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "--------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "In this site, there is a lesson\r \n" ); document.write( "\n" ); document.write( " - Solving minimax problems by the Linear Programming method \r \n" ); document.write( "\n" ); document.write( "which explains, for beginners, metodology of solving such problems in more details.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |