document.write( "Question 162545: The Slip and Slide Ski Company manufactures downhill skis and cross country skis. A pair of downhill skis requires 2 man-hours for cutting, 1 man-hour for shaping, and 3 man-hours for finishing while a pair of cross country skis requires 2 man-hours for cutting, 2 man-hours for shaping, and 1 man-hour for finishing. Each day the company has available 140 man-hours for cutting, 120 man-hours for shaping, and 150 man-hours for finishing. How many pairs of each type of ski should the company produce to maximize their profit if a pair of downhil yields a profit of $10 and a pair of cross country skis yields a profit of $8? \n" ); document.write( "
Algebra.Com's Answer #119834 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The Slip and Slide Ski Company manufactures downhill skis and cross country skis. \n" ); document.write( "-------------------- \n" ); document.write( " A pair of downhill skis requires 2 man-hours for cutting, 1 man-hour for shaping, and 3 man-hours for finishing; \n" ); document.write( "-------------------- \n" ); document.write( "a pair of cross country skis requires 2 man-hours for cutting, 2 man-hours for shaping, and 1 man-hour for finishing. \n" ); document.write( "-------------------- \n" ); document.write( " Each day the company has available 140 man-hours for cutting, 120 man-hours for shaping, and 150 man-hours for finishing. \n" ); document.write( "-------------------------------- \n" ); document.write( "Cutting Inequality: 2d + 2c <= 140 \n" ); document.write( "Shaping Inequality: 1d + 2c <= 120 \n" ); document.write( "Finishg Inequality: 3d + 1c <= 150 \n" ); document.write( "---------------------------------\r \n" ); document.write( "\n" ); document.write( "How many pairs of each type of ski should the company produce to maximize their profit if a pair of downhill yields a profit of $10 and a pair of cross country skis yields a profit of $8? \n" ); document.write( "Total profit = 10d + 8c \n" ); document.write( "=============================== \n" ); document.write( "Let \"c\" be the dependent variable and \"d\" be the independent variable: \n" ); document.write( "c >= 0 \n" ); document.write( "d >= 0 \n" ); document.write( "c <= -d + 70 \n" ); document.write( "c <= -(1/2)d + 60 \n" ); document.write( "c <= -3d + 150 \n" ); document.write( "-------------------- \n" ); document.write( "Graph the three inequalities and note the coordinates of the vertices in \n" ); document.write( "the 1st Quadrant: \n" ); document.write( " \n" ); document.write( "-------------------------------- \n" ); document.write( "I'm going to assume you know you need to find the coordinates of the \n" ); document.write( "intersection of each pair of equations. You get these coordinate pairs: \n" ); document.write( "P = 10d + 8c \n" ); document.write( "(0,60) has a P value of 480 \n" ); document.write( "(50,0) has a P value of 500 \n" ); document.write( "(20,50) has a P value of 600 \n" ); document.write( "--------------------------------- \n" ); document.write( "Ans: Maximum Profit if c=50 and d=20 \n" ); document.write( "============================================ \n" ); document.write( "Comment: I recommend you check the arithmetic carefully. \n" ); document.write( "============================================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |