document.write( "Question 250495: A manufacturer of cell phones makes a profit of $25 on a deluxe model and $30 on a standard model.The company wishes to produce at least $80 deluxe models and at least 100 standards model per day. To maintain high quality , the daily production should not exceed 200 phones. How many of each type should be produced daily in order to maximize the profit? \n" ); document.write( "
Algebra.Com's Answer #185104 by drk(1908)![]() ![]() ![]() You can put this solution on YOUR website! First we have a profit function as: \n" ); document.write( " \n" ); document.write( "Second, we have D >= 80 and S >= 100. graph those on a coordinate system where D is x-axis and S is y-axis. \n" ); document.write( "Third, we have D + S <= 200. Graph that on a coordinate system. Notice we get a \"feasible region\" which looks like a small triangle. We want the coordinates of the three verticies. They are: (80, 100) ; (80,120) ; (100,100). \n" ); document.write( "Put these into the profit function and we get, \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "WE can see max profit at (80, 120). \n" ); document.write( "we need to produce 80 deluxe and 120 standard. \n" ); document.write( " \n" ); document.write( " |