Question 107995
): Minimizing Cost, A company uses the formula C(x)=0.02xSquared - 3.4x + 150 to model the unit cost in dollars for producing x stabilizer bars. For what number of bars is the unit cost at its mimimum? What is the unit cost at that level of production?
:
C(x) = .02x^2 - 3.4x + 150; where x = number of units produced
:
Here's a clue: 
This is a quadratic equation, if we find the axis of symmetry, we will have the value of x for which the minimum occurs:
:
The axis of symmetry: x = -b/(2a): In this equation a=.02 and b=-3.4
:
x = -(-3.4)/(2*.02)
:
x = +3.4/.04
:
x = 85 units for minimum cost
:
"Find the unit cost?" Substitute 85 for x in the original equation 
:
Cost = .02(85^2) - 3.4(85) + 150
Cost = .02(7225) - 289 + 150
Cost = 144.5 - 289 + 150
Cost = $5.50 cost per unit at minimum cost
:
:
How about this? Did we shed some light here?