document.write( "Question 1091514: Acompany manufactures two types of chairs, standard and plush. Standard chairs require 2 hours to construct and finish, and plush chairs require 3 hours to construct and finish. Upholstering takes 1 hour for standard chairs and 3 hours for plush chairs. There are 240 hours per day available for construction and finishing, and 150 hours per day are available for upholstering. If the revenue for standard chairs is R89 and for plush chairs is R133.50, how many of each type should be produced each day to maximize revenue? Let x be the number of standard chairs produced each day, and let y be the number of plush chairs produced. \n" ); document.write( "
Algebra.Com's Answer #705953 by ikleyn(52787)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( " \r\n" ); document.write( "Let X be the number of standard chairs produced each day, and let y be the number of plush chairs produced.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Then you have these restrictions\r\n" ); document.write( "\r\n" ); document.write( "2X + 3y <= 240 (1) (hours to construct and finish) and\r\n" ); document.write( " X + 3Y <= 150 (2) (hours to upholstering)\r\n" ); document.write( "\r\n" ); document.write( "The revenue function is \r\n" ); document.write( "\r\n" ); document.write( "R(X,Y) = 89*X + 135.5*Y (3)\r\n" ); document.write( "\r\n" ); document.write( "Two other restrictions are\r\n" ); document.write( "\r\n" ); document.write( "X >= 0, Y >= 0.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Restricting straight lines are 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( "\n" ); document.write( "Solved.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "See 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( " |