Question 176820
cost per worker = $80.00 per day.
50,000 workers * $80.00 per day = $4,000,000 per day.
price per unit = $25.00.
200,000 units per day * $25.00 = $5,000,000 per day.
cost of other variable inputs is $400,000 per day.
Profit = Revenue minus Cost
cost = fixed cost plus variable cost.
variable cost = $4,000,000 per day plus $400,000 per day = $4,400,000 per day.
revenue = $5,000,000 per day.
your profit formula is:
let p = profit.
let r = revenue
let x = fixed cost
let v = variable cost
p = r - (x + v)
r = $5,000,000
x = x
v = $4,400,000
p = $5,000,000 - (x+$4,400,000)
removing parentheses gets:
p = $5,000,000 - x - $4,400,000
combining like terms gets:
p = $600,000 - x
since cost exceeds profit, this means that profit has to be less than or equal to $0.00
this means that:
p <= $0.00
since p = $600,000 - x, this means that:
$600,000 - x <= $0.00
subtract $600,000 from both sides of the equation and it becomes:
-x <= $600,000
multiply both sides of the equation by (-1) and it becomes:
x >= $600,000
since multiplying both sides of an inequality by (-1) reverses the inequality.
your answer:
fixed cost has to be greater than or equal to $600,000.
---