I'm trying to figure out the maximum profit and plot the points on the x. Here's the information I have:
--------------------------
Product production cost (C)
Production quantity (q)
Profit (P)
Product price is 1500.
[math]C(q) = (1/6)q^3 - 30q^2 + 2,500q[/math]q ≥ 0
---------------------------
Here's what what I'm doing but I'm doing something wrong... what is it?
Profit (P) = Sales revenue (R) - Production cost (C) = (Price × Production quantity) - (C(q)) = [math](1,500 × q) - ((1/6)q^3 - 30q^2 + 2,500q)[/math]
[math]-(1/6)q^3 + 30q^2 - 1,000q[/math][math]-1/2q^2 + 60q - 1,000 = 0[/math]
x=20 and x=100
Maximum = 60
The above doesn't seem to be correct. What am I doing wrong?
--------------------------
Product production cost (C)
Production quantity (q)
Profit (P)
Product price is 1500.
[math]C(q) = (1/6)q^3 - 30q^2 + 2,500q[/math]q ≥ 0
---------------------------
Here's what what I'm doing but I'm doing something wrong... what is it?
Profit (P) = Sales revenue (R) - Production cost (C) = (Price × Production quantity) - (C(q)) = [math](1,500 × q) - ((1/6)q^3 - 30q^2 + 2,500q)[/math]
[math]-(1/6)q^3 + 30q^2 - 1,000q[/math][math]-1/2q^2 + 60q - 1,000 = 0[/math]
x=20 and x=100
Maximum = 60
The above doesn't seem to be correct. What am I doing wrong?