document.write( "Question 1058503: Brian runs a factory that makes Blu-ray players. Each S100 takes 6 ounces of plastic and 4 ounces of metal. Each D200 requires 3 ounces of plastic and 8 ounces of metal. The factory has 300 ounces of plastic, 608 ounces of metal available, with a maximum of 22 S100 that can be built each week. If each S100 generates $10 in profit, and each D200 generates $2, how many of each of the Blu-ray players should Brian have the factory make each week to make the most profit?\r
\n" );
document.write( "\n" );
document.write( "S100: \r
\n" );
document.write( "\n" );
document.write( "D200: \r
\n" );
document.write( "\n" );
document.write( "Best profit: \n" );
document.write( "
Algebra.Com's Answer #673611 by ikleyn(52781)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "Brian runs a factory that makes Blu-ray players. Each S100 takes 6 ounces of plastic and 4 ounces of metal. \n" ); document.write( "Each D200 requires 3 ounces of plastic and 8 ounces of metal. The factory has 300 ounces of plastic, 608 ounces of metal available, \n" ); document.write( "with a maximum of 22 S100 that can be built each week. \n" ); document.write( "If each S100 generates $10 in profit, and each D200 generates $2, how many of each of the Blu-ray players should Brian \n" ); document.write( "have the factory make each week to make the most profit?\r \n" ); document.write( "\n" ); document.write( "S100: \r \n" ); document.write( "\n" ); document.write( "D200: \r \n" ); document.write( "\n" ); document.write( "Best profit: \n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "Let x = # of S100 players to produce,\r\n" ); document.write( " y = # of D200 players to produce.\r\n" ); document.write( "\r\n" ); document.write( "Then the restrictions are\r\n" ); document.write( "\r\n" ); document.write( "6x + 4y <= 300, (plastic)\r\n" ); document.write( "3x + 8y <= 608. (metal)\r\n" ); document.write( "\r\n" ); document.write( "There is also a restriction x <= 22 for for the number of S100 players.\r\n" ); document.write( "\r\n" ); document.write( "Two other obvious restrictions are x >= 0 and y >= 0.\r\n" ); document.write( "\r\n" ); document.write( "The objective function is z = 10x + 2y, which you must to maximize. \r\n" ); document.write( "\r\n" ); document.write( "The setup is done. \r\n" ); document.write( "The rest is just arithmetic, if you know what the LINEAR PROGRAMMING METHOD is.\r\n" ); document.write( "\r \n" ); document.write( "\n" ); document.write( "You can look into this link\r \n" ); document.write( "\n" ); document.write( "https://www.algebra.com/algebra/homework/Linear-equations/Linear-equations.faq.question.1058105.html\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "https://www.algebra.com/algebra/homework/Linear-equations/Linear-equations.faq.question.1058105.html\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "I solved there another problem, but you can still understand the idea of the LINEAR PROGRAMMING METHOD from there, \n" ); document.write( "or refresh your knowledge.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Good luck !\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |