What is the optimal number of items to produce for maximum profit in business?

Shakattack12
Messages
24
Reaction score
2

Homework Statement


A manufacturer makes a batch of n items with the cost (in dollars) of each item being:
n2-6n+35.
The manufacturer sells the items for $50 each. How many items should be produced in each batch to maximise profit.

Homework Equations


Cost = C(n) = n2-6n+35
Revenue = R(n) = 50n

The Attempt at a Solution


Profit = 50n - (n2-6n+35)
= 56n - n2-35
dP/dn = 56 - 2n
let dP/dn = 0
0 = 56 - 2n
n = 28
After testing the nature I found it to be a maximum which is all good but the textbook says the answer is 5. Where did I go wrong?
 
Physics news on Phys.org
Shakattack12 said:

Homework Statement


A manufacturer makes a batch of n items with the cost (in dollars) of each item being:
n2-6n+35.
The manufacturer sells the items for $50 each. How many items should be produced in each batch to maximise profit.

Homework Equations


Cost = C(n) = n2-6n+35
Revenue = R(n) = 50n

The Attempt at a Solution


Profit = 50n - (n2-6n+35)
= 56n - n2-35
dP/dn = 56 - 2n
let dP/dn = 0
0 = 56 - 2n
n = 28
After testing the nature I found it to be a maximum which is all good but the textbook says the answer is 5. Where did I go wrong?

Your ##p = n^2 -6n + 35## is the cost per item, so the cost of a batch of ##n## items is ##C(n) = n p##.
 
Thank you so much! Can't believe I missed that.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top