document.write( "Question 1118471: Summer runs a factory that makes DVD players. Each S100 takes 6 ounces of plastic and 2 ounces of metal. Each FS20 requires 3 ounces of plastic and 4 ounces of metal. The factory has 234 ounces of plastic, 264 ounces of metal available, with a maximum of 14 S100 that can be built each week. If each S100 generates $13 in profit, and each FS20 generates $13, how many of each of the DVD players should Summer 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( "FS20:\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Best profit:\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #733806 by stanbon(75887) ![]() You can put this solution on YOUR website! Summer runs a factory that makes DVD players. \n" ); document.write( "Each S100 takes 6 ounces of plastic and 2 ounces of metal. \n" ); document.write( "Each FS20 rReequires 3 ounces of plastic and 4 ounces of metal. \n" ); document.write( "The factory has 234 ounces of plastic, 264 ounces of metal available, with a maximum of 14 S100 that can be built each week. \n" ); document.write( "--------------------------------- \n" ); document.write( "If each S100 generates $13 in profit, and each FS20 generates $13, how many of each of the DVD players should Summer have the factory make each week to make the most profit? \n" ); document.write( "s <= 14 \n" ); document.write( "Plastic:: 6s +3f <=234 \n" ); document.write( "Metal:::: 2s +4f <= 264 \n" ); document.write( "Profit function:: P = 13f + 13s \n" ); document.write( "-------- \n" ); document.write( "Rearrange:: \n" ); document.write( "f <= -2s + 78 \n" ); document.write( "f <= (-1/2)s + 132 \n" ); document.write( "------------------------ \n" ); document.write( "Graph in the first quadrant with horizontal axis s and vertical axis f \n" ); document.write( " \n" ); document.write( "----- \n" ); document.write( "Find the corner coordinates:: (s,f) \n" ); document.write( "Note:: Your Inequalities do not define an enclosed area. \n" ); document.write( "---- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "-------------\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "S100: \n" ); document.write( "FS20: \r \n" ); document.write( "\n" ); document.write( "Best profit: \n" ); document.write( " \n" ); document.write( " |