document.write( "Question 45497: I need your help with this problem\r
\n" ); document.write( "\n" ); document.write( "A study done for management shows that the revenue, R, in dollars, as a function of number, x, of units produced can be modeled by
\n" ); document.write( " R(x) = 10x - 0.001x^2
\n" ); document.write( "while the cost, C, in dollars, can be modeled by
\n" ); document.write( " C(x) = 5000 + 2x.
\n" ); document.write( "What will the maximum profit be, in dollars?
\n" ); document.write( "

Algebra.Com's Answer #30241 by Fermat(136)\"\" \"About 
You can put this solution on YOUR website!
Profit = Revenue - Cost
\n" ); document.write( "P(x) = R(x) - C(x)
\n" ); document.write( "P(x) = 10x - 0.001x² - (5000 + 2x)
\n" ); document.write( "P(x) = 8x - 0.001x² - 5000
\n" ); document.write( "To find the maximumn, first work out the turning point(s), which are where when dP/dx = 0.
\n" ); document.write( "Differentiating P(x),
\n" ); document.write( "dP/dx = 8 - 0.002x
\n" ); document.write( "When dP/dx = 0 then 8 - 0.002x = 0
\n" ); document.write( "8 - 0.002x = 0
\n" ); document.write( "8 = 0.002x
\n" ); document.write( "x = 8/0.002
\n" ); document.write( "x = 4000
\n" ); document.write( "========
\n" ); document.write( "There is thus a turning point at x = 4000.
\n" ); document.write( "To find out whether it is a maximum or a minimum, take the 2nd derivative.
\n" ); document.write( "This gives,
\n" ); document.write( "d²P/dx² = -0.002
\n" ); document.write( "The rule is:
\n" ); document.write( "d²P/dx² > 0 means the turning point is a minimum
\n" ); document.write( "d²P/dx² < 0 means the turning point is a maximum
\n" ); document.write( "Since our d²P/dx² is -0.002 which is < 0, then our turning point is a maximum.
\n" ); document.write( "Our maximum profit is at x = 4000 and is equal to,
\n" ); document.write( "P(4000) = 8(4000) - 0.001(4000)² - 5000
\n" ); document.write( "P = 32,000 - 16,000 - 5,000
\n" ); document.write( "P = 11,000
\n" ); document.write( "===========
\n" ); document.write( "
\n" );