Joshua Psalms T. answered 05/21/16
Tutor
5
(5)
Civil EIT, Former College Professor of Mathematics (in Asia)
First of all, I think you mistyped Q and C, I'll assume those two are the same.
From the last statement, you are aiming for an equation:
Total Daily Cost = Production + Storage + Fixed Cost, Let's say:
C = P + S + F (general equation)
1. Let's check the production first:
The production cost (P) is (directly) proportional to the number of items (n):
P = kn. They gave you a scenario, where C = 200000 when n = 800:
200000 = k(800), therefore k = 250, THEREFORE: P = 250n
2. The storage:
They said that the storage cost (S) is (directly proportional) to the square of the number of items (n):
S = kn2. Again they gave you a scenario, where S = 6400 when n = 800:
6400 = k(8002), therefore k = 1/100, THEREFORE: S = n2/100
3. The fixed cost is simply the value given since it's constant. Imagine this in real life, of course the fixed cost is constant, it won't change, hence the word FIXED so:
F = 2000
Going back to the general equation C = P + S + F, it would just be:
C = 250n + (n2/100) + 2000