document.write( "Question 1058154: 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 $6 on each cassette. Both must go through two steps in her shop - assembly and bench checking. A turntable take 12 hours to assemble and 4 hours to bench check. A cassette player take 4 hours assemble and 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. Find her best combinations of turntables and cassette player. What is the total profit on the combination you found? \n" ); document.write( "
Algebra.Com's Answer #837916 by ikleyn(52784)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "Sally Sethness assembles stereo equipment for resale in her shop. \n" ); document.write( "She offers two products, turntables and cassette players. \n" ); document.write( "She makes a profit of $10 on each turntable and $6 on each cassette. \n" ); document.write( "Both must go through two steps in her shop—assembly and bench checking. \n" ); document.write( "A turntable takes 12 hours to assemble and 4 hours to bench check. \n" ); document.write( "A cassette player takes 4 hours to assemble but 8 hours to bench check. \n" ); document.write( "Looking at this month's schedule, Sally sees that she has 60 assembly hours uncommitted \n" ); document.write( "and 40 hours of bench-checking time available. \n" ); document.write( "Use graphic linear programming to find her best combination of turntables and cassette players. \n" ); document.write( "What is the total profit on the combination you found? \n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "Let X be the number of turntable and Y be the number of cassette players.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "We want maximize the profit function\r\n" ); document.write( "\r\n" ); document.write( " P(X,Y) = 10X + 6Y\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "under the following restrictions\r\n" ); document.write( "\r\n" ); document.write( " 12X + 4Y <= 60 (assembly time)\r\n" ); document.write( "\r\n" ); document.write( " 4X + 8Y <= 40 (bench check time)\r\n" ); document.write( "\r\n" ); document.write( " X >= 0, Y >= 0\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "The plot of the feasibility domain is shown in the Figure below.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "\r \n" ); document.write( "\n" ); document.write( "Solved.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "--------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If you want to see many other similar and different solved problems, look into the lesson\r \n" ); document.write( "\n" ); document.write( " - Solving minimax problems by the Linear Programming method \r \n" ); document.write( "\n" ); document.write( "in this site.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |