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 #837915 by ikleyn(52873)\"\" \"About 
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( "\r\n" );
document.write( "\r\n" );
document.write( "    Plots y = \"%2860-12x%29%2F4\"  (red) and y = \"%2840-4x%29%2F8\" (green)\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "It is a quadrilateral in QI with the vertices  at points P1 = (0,0), P2 = (0,5), P3 = (4,3), P4 = (5,0).\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "We apply the standard Linear Programming method in its geometric interpretation.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "The solution is one of these 4 points, where the objective function (profit) has a maximum.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "You calculate the values of the objective function  P(X,Y)  (profit)  at listed points\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "    P1:  P(0,0) = 10*0 + 6*0 =    0,\r\n" );
document.write( "\r\n" );
document.write( "    P2:  P(0,4) = 10*0 + 6*5 =   30,\r\n" );
document.write( "\r\n" );
document.write( "    P3:  P(4,3) = 10*4 + 6*3 =   58,\r\n" );
document.write( "\r\n" );
document.write( "    P4:  P(6,0) = 10*5 + 6*0 =   50.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Comparing these values, you find the optimal point.\r\n" );
document.write( "\r\n" );
document.write( "It is  P3:  (X,Y) = (4,3),  which means  4 turntables and 3 cassette players, providing maximum PROFIT of 58 dollars.\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( "/////////////////////\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "In opposite to Calculus, which was invented about three hundred years ago,
\n" ); document.write( "the Linear Programming method for solving linear min-max problems
\n" ); document.write( "was invented about only 80 years ago, in 1940'.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "It quickly became widely accepted and widely extended method
\n" ); document.write( "of solving many important problems in Economics.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The size of solved problems quickly increased from tens to hundreds,
\n" ); document.write( "thousands and more variables. The best mathematical minds took part
\n" ); document.write( "in creating and developing this method.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So, now this method is studied in high schools, colleges, and universities.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "There are several levels of learning/teaching this method.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "First, the lowest/starting level is its geometric version, as I presented it
\n" ); document.write( "in my post. At this level, students learn it in high school.
\n" ); document.write( "Usually, only two unknown variables are considered, and the purpose of
\n" ); document.write( "this learning is to make first steps: to get a first acquaintance
\n" ); document.write( "with the method, to get its idea, and to get familiarity on how it works.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "    The major idea of the LP-method is that linear function over a polyhedron\r\n" );
document.write( "    in multi-dimensional linear space gets its maximum-minimum values\r\n" );
document.write( "    at the corners/vertices of the polyhedron.\r\n" );
document.write( "    The idea is simple, but enormously productive.\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "The second level is advanced consideration of the 2D case with two unknowns
\n" ); document.write( "and 3D case. At this level, it is appropriate to consider version of the method
\n" ); document.write( "with slopes of the constraint boundary lines and the slope of the objective function.
\n" ); document.write( "It is the level of teaching this method in colleges, where Math is not a major specialty.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Third level is teaching students to use existing standard calculators
\n" ); document.write( "from the Internet, like Theo does it in his post.
\n" ); document.write( "This third level can sometimes be combined with the first or the second level.
\n" ); document.write( "At this level, the major goal is to teach students to setup problems.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Fourth level is studying this method in the matrix version, oriented
\n" ); document.write( "for work with thousands unknowns. It is intended for those students who are
\n" ); document.write( "going/targeted to be the upper level users and/or professional DEVELOPERS
\n" ); document.write( "in this area. It is the level of renowned Math colleges and Universities,
\n" ); document.write( "and the level of graduate students, working on their PhD degrees in the area.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "In the pedagogic literature, these levels are strictly separated.
\n" ); document.write( "There are, probably, tens of textbooks for the first level;
\n" ); document.write( "there are textbooks for the second level, although not so many.
\n" ); document.write( "On my bookshelf, I have three college Math textbooks teaching at this level,
\n" ); document.write( "and I am sure that every student, who really needs and wants to know
\n" ); document.write( "the subject at this level, has an ability to learn from such textbooks.
\n" ); document.write( "Always there is a possibility to buy affordable used textbook for low price,
\n" ); document.write( "since at this level nothing is changed in decades.
\n" ); document.write( "(And, empirically, than older is a textbook, than it is better).\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "For the highest, fourth level, there are standard textbooks and monographs
\n" ); document.write( "on simplex method, as well as Proceedings of numerous conferences.
\n" ); document.write( "They are used by PhD students in their Computer Science courses or in
\n" ); document.write( "their Computational Math courses. And at the level 4, the simplex method technically
\n" ); document.write( "has nothing in common with the levels 1, 2 and 3, except of general idea.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So, regarding the LP-method or simplex method, there are enough educational sources
\n" ); document.write( "for each level, and they are strictly/accurately separated by levels of complexity.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Next, when students come to this forum asking to enlighten them about the LP-method,
\n" ); document.write( "such requests are 100% from beginner students, who need to get basic knowledge at level number one.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "As soon as they know the subject at this level one, they will not come to this forum
\n" ); document.write( "asking to enlighten them at level two: they will go further on their own legs,
\n" ); document.write( "without spikes/toggles.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "It is why I always present them the LP-method at the level one, as I did it in my post above.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Not because I am a bad or a limited person, but because the life is arranged this way, and not otherwise.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );