document.write( "Question 1066773: Carlo and Anita make mailboxes and toys in their craft shop near Lincoln. Each mailbox requires 3 hours of work from Carlo and 4 hours from Anita. Each toy requires 2 hours of work from Carlo and 4 hours from Anita. Carlo cannot work more than 18 hours per week and Anita cannot work more than 32 hours per week. If each mailbox sells for $11 and each toy sells for $12, then how many of each should they make to maximize their revenue? What is their maximum revenue? \n" ); document.write( "
Algebra.Com's Answer #681998 by ikleyn(52781)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "Carlo and Anita make mailboxes and toys in their craft shop near Lincoln. \n" ); document.write( "Each mailbox requires 3 hours of work from Carlo and 4 hours from Anita. \n" ); document.write( "Each toy requires 2 hours of work from Carlo and 4 hours from Anita. \n" ); document.write( "Carlo cannot work more than 18 hours per week and \n" ); document.write( "Anita cannot work more than 32 hours per week. \n" ); document.write( "If each mailbox sells for $11 and each toy sells for $12, \n" ); document.write( "then how many of each should they make to maximize their revenue? What is their maximum revenue? \n" ); document.write( "~~~~~~~~~~~~~~~~~~~~\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "I re-formatted the input to provide the maximal readability (!!)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "The question is: how many mailboxes (X) and how many toys (Y) should be produced to maximize the revenue $11*X + $12*Y\r\n" ); document.write( "under these restrictions:\r\n" ); document.write( "\r\n" ); document.write( "3X + 2Y <= 18 (1) (Carlo restricted by 18 hours per week) and\r\n" ); document.write( "4X + 4Y <= 32 (2) (Anita restricted by 32 hours per week).\r\n" ); document.write( "\r\n" ); document.write( "In other words, you must maximize the objective function (revenue) \r\n" ); document.write( "\r\n" ); document.write( "R(X,Y) = 11X + 12Y\r\n" ); document.write( "\r\n" ); document.write( "over the domain on the plot below, which is a quadrilateral in the first quadrant (X >= 0, Y >= 0) restricted \r\n" ); document.write( "by the red and the green lines.\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( " |