document.write( "Question 1153924: A manufacturing company makes two types of water skis, a trick ski and a slalom ski. The relevant manufacturing data are given in the table:\r
\n" );
document.write( "\n" );
document.write( "LABOR HRS
\n" );
document.write( " MAX LABOR HRS AVAILABLE PER DAY
\n" );
document.write( "DEPT Trick Ski Slalom Ski
\n" );
document.write( "Fabricating 8 6 264
\n" );
document.write( "Finishing 1 1 40 \r
\n" );
document.write( "\n" );
document.write( "(A) If the profit on a trick ski is $40 and the profit on a slalom ski is $50, how many of each type of ski should be manufactured each day to realize a maximum profit? What is the maximum profit? \n" );
document.write( "
Algebra.Com's Answer #776248 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "
\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = number of trick skis sold \n" ); document.write( "y = number of slalom skis sold \n" ); document.write( "both x and y are nonnegative, so \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "From the first row of the table we see that \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Through similar reasoning, the second row gives us this inequality: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Graph the following system of inequalities \n" ); document.write( " \n" ); document.write( "to get this \n" ); document.write( " ![]() \n" ); document.write( "Let me know if you need me to go into further detail about this part.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The vertex points are: \n" ); document.write( "A = (0, 0) \n" ); document.write( "B = (0, 40) \n" ); document.write( "C = (12, 28) \n" ); document.write( "D = (33, 0) \n" ); document.write( "Each vertex point is found by intersecting the boundary lines. For example, point C is the intersection of the boundary lines 8x+6y = 264 and x+y = 40. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-------------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"the profit on a trick ski is $40 and the profit on a slalom ski is $50\"\r \n" ); document.write( "\n" ); document.write( "40x = profit from only the trick skis (sold at $40 each) \n" ); document.write( "50y = profit from only the slalom skis (sold at $50 each) \n" ); document.write( "P = total profit (both types of skis) \n" ); document.write( "P = 40x + 50y\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Plug each vertex point into the profit function\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Plug in (x,y) = (0,0) \n" ); document.write( "P = 40x + 50y \n" ); document.write( "P = 40(0) + 50(0) \n" ); document.write( "P = 0 \n" ); document.write( "--------------------------------------------- \n" ); document.write( "Plug in (x,y) = (0,40) \n" ); document.write( "P = 40x + 50y \n" ); document.write( "P = 40(0) + 50(40) \n" ); document.write( "P = 2000 \n" ); document.write( "--------------------------------------------- \n" ); document.write( "Plug in (x,y) = (12,28) \n" ); document.write( "P = 40x + 50y \n" ); document.write( "P = 40(12) + 50(28) \n" ); document.write( "P = 1880 \n" ); document.write( "--------------------------------------------- \n" ); document.write( "Plug in (x,y) = (33,0) \n" ); document.write( "P = 40x + 50y \n" ); document.write( "P = 40(33) + 50(0) \n" ); document.write( "P = 1320 \n" ); document.write( "--------------------------------------------- \n" ); document.write( "Summary: \n" ); document.write( "Min is P = 0 which occurs at (x,y) = (0,0) \n" ); document.write( "Max is P = 2000 which occurs at (x,y) = (0,40)\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "To get the max daily profit of $2000 per day, you need to make x = 0 trick skis per day and y = 40 slalom skis per day.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Side note: If both x and y must be greater than zero, then the next highest profit possible is when (x,y) = (12,28). This profit is $1880 per day. \n" ); document.write( " \n" ); document.write( " |