document.write( "Question 1119561: A graphic designer can design a magazine cover or a logo. Her company makes a profit of $800 for each magazine cover and $500 for each logo. She estimates that it takes her 4 hours of brainstorming for a magazine cover and 2 hours of brainstorming for a logo. She'd like to keep the total brainstorming time under 24 hours a week. Further, she estimates that it takes her 2 hours to lay out a magazine cover and 0.5 hours to sketch up a logo, and she must fit this into 10 hours a week. Her boss requires her to design no more than 4 logos for each magazine cover she designs.\r
\n" );
document.write( "\n" );
document.write( "How many of each should she design in order to maximize the company's profits?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #735128 by ikleyn(52790)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( " \r\n" ); document.write( "Let X = the number of the magazine covers,\r\n" ); document.write( "\r\n" ); document.write( " Y = the number of logos. \r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Then the profit function is\r\n" ); document.write( "\r\n" ); document.write( "P(X,Y) = 800*X + 500*Y (1) dollars.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "The restrictions are \r\n" ); document.write( "\r\n" ); document.write( "4*X + 2*Y <= 24 (2) (hours per week)\r\n" ); document.write( "\r\n" ); document.write( "2*X + 0.5*Y <= 10 (3) (hours per week)\r\n" ); document.write( "\r\n" ); document.write( "Y <= 4X (4) (\"no more than 4 logos for each magazine cover\")\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Other restrictions are non-negativity\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 feasible domain is shown in the plot 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( "============\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "To see other similar problems solved by the Linear Programming method, 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( " |