document.write( "Question 1175827: A computer store sells two types of laptops, an all-purpose laptop and a gaming laptop. The supplier demands that at least 150 of these laptops be sold each month. Experience shows that most consumers prefer all-purpose laptops, but some younger consumers prefer gaming laptops. The result is that the number of all-purpose laptops sold is at least twice the number of gaming laptops sold. The store pays its sales staff a $43.27 commission for each all-purpose laptop sold and a $49.73 commission for each gaming laptop sold. How many of each type of laptop should be sold to minimize commission? What is that minimum monthly commission?\r
\n" );
document.write( "\n" );
document.write( "All-purpose laptops:
\n" );
document.write( "Gaming laptops:
\n" );
document.write( "Commission (dollars): \n" );
document.write( "
Algebra.Com's Answer #801539 by Theo(13342)![]() ![]() You can put this solution on YOUR website! let x = number of all purpose computers and y = number of gaming computers.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "your objective function is commision = 43.27 * x + 49.73 * y\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this is what you want to minimize.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "your constraints are:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x + y >= 150 \n" ); document.write( "x >= 2 * y \n" ); document.write( "x >= 0 \n" ); document.write( "y >= 0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "using the desmos.com calculator, graph the opposite of the inequalities.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the unshaded area of the graph is the region of feasibility.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "your minimum commission will be at the corner points of the feasible region.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the graph looks like this.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " ![]() \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "from the graph, it looks like there are 2 corner points.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "at x = 100 and y = 50, the commission is equal to 6813.5 \n" ); document.write( "at x = 150 and y = 0, the commission is equal to 6390.5.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the least commission is paid when the number of general purpose laptops sold is 150 and the number of gaming laptops sold is 0.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you are evaluating the objective function at each of the corner points. \n" ); document.write( "all the constraints need to be saisfied as well. \n" ); document.write( "for example: \n" ); document.write( "at x = 100 and y = 50, the objective function is 100 * 43.27 + 50 * 49.73 = 6813.5 \n" ); document.write( "the constraints of x >= 0 and y >= 0 are satisfied. \n" ); document.write( "the constraints of x + y >= 150 are also satisfied.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |