Question 330149
Aki's bicycle design had determined that when x hundred bicycles are built, the average cost per bicycle is given by C(x)=0.5x^2-0.4x+7.064 where C(x) is in hundreds of dollars. How many bicycles should the shop build to minimize the average cost per bicycle?
-------------------------------
C(x)=0.5x^2-0.4x+7.064 
Quadratic with a = 0.5 ; b = -0.4 ; c = 7.064
---
Minimum occurs when x = -b/2a = 0.4/(2*0.5) = 0.4
----
# of bicycles to build is 0.4*100 = 40
================
Cheers,
Stan H.
============