document.write( "Question 1202803: Sally Sethness assembles stereo equipment for resale in her shop. She offers two products, turntables and cassette players. She makes a profit of $10 on each turntable and $6 on each cassette. Both must go through two steps in her shop—assembly and bench checking. A turntable takes 12 hours to assemble and 4 hours to bench check. A cassette player takes 4 hours to assemble but 8 hours to bench check. Looking at this month's schedule, Sally sees that she has 60 assembly hours uncommitted and 40 hours of bench-checking time available. Use graphic linear programming to find her best combination of turntables and cassette players. What is the total profit on the combination you found? \n" ); document.write( "
Algebra.Com's Answer #837914 by Theo(13342) You can put this solution on YOUR website! x = number of turntables \n" ); document.write( "y = number of cassette players \n" ); document.write( "objecive function if profit. \n" ); document.write( "profit = 10x + 6y \n" ); document.write( "assembly constraints are: \n" ); document.write( "12x + 4y <= 60 \n" ); document.write( "bench test constraints are: \n" ); document.write( "4x + 8y <= 40 \n" ); document.write( "x >= 0 \n" ); document.write( "y >= 0 \n" ); document.write( "using the desmos.com calculator, you would graph the opposite of the constraints. \n" ); document.write( "the area not shaded is the region of feasibility. \n" ); document.write( "you would then evaluate the profit at the corner points of this feasible region to find the corner point with the maximum profit.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "corner points are (0,5), (4,3), (5,0). \n" ); document.write( "maximum profit is 58 at (4,3) \n" ); document.write( "all constraints are satisfied at that point, as they need to be.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "desmos.com calculator is at https://www.desmos.com/calculator\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "here's what the graph looks like.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |