document.write( "Question 1183433: A manufacturer has found that if his product is priced at N90/unit then his weekly demand is 50 units, but the demand rises to 60 units per week if the selling price is N70/unit. His weekly fixed cost is N3, 000 and variable cost N20/unit.
\n" ); document.write( "Find the level of production which maximizes profit and determine the maximum profit?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #813773 by ikleyn(52781)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "A manufacturer has found that if his product is priced at N90/unit then his weekly demand is 50 units,
\n" ); document.write( "but the demand rises to 60 units per week if the selling price is N70/unit. His weekly fixed cost is N3, 000
\n" ); document.write( "and variable cost N20/unit. Find the level of production which maximizes profit and determine the maximum profit?
\n" ); document.write( "~~~~~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "Let \"n\" be the number of units produced and sold.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Then the total cost function is  C(n) = 3000 + 20n.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Now we want to determine the revenue function, and for it, we need to know the unit selling price as the function of production.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "The problem tells us that the unit selling price falls N20 from N90 to N70  when production rises  10 units from 50 to 60.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "We assume (as always in such problems), that the unit selling price function  p(n) is linear, so it is  p(n) = 90 - 2(n-50).\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Therefore, the revenue is\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "    R(n) = n*p(n) = n*(90-2(n-50)) = 90n -2n^2 + 100n = -2n^ + 190n.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Now the profit is\r\n" );
document.write( "\r\n" );
document.write( "    \r\n" );
document.write( "    P(n) = R(n) - C(n) = -2n^2 + 190n - 3000 - 20n = -2n^2 + 170n - 3000.    (1)\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "The problem asks about the maximum of the profit, which is the vertex of the quadratic function (1).\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "The maximum happens at  n = \" \"-b%2F%282a%29\" \", which is  \"-170%2F%282%2A%28-2%29%29\" = \"170%2F4\" = 42.5.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "The number of units must be integer, so the solution are two integer numbers closest to 42.5, i.e. 42 and 43.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "To find the maximum profit, substitute this found value n= 42 into the profit function (1)\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "    P(42) = -2*42^2 + 170*42 - 3000 = 612.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "ANSWER.  The optimal production level is of 42 or 43 units generating the maximum profit of N612.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "        The plot to provide visual check.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "    \r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "     Plot R(n) = -2n^2 + 170n - 3000 (red) and the plot y = 612 (green)\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( "
\n" ); document.write( "
\n" );