document.write( "Question 167387: A manufacturer estimates that the total cost of producing x items per day is given by the function C(x)=0.01x^2-4x+1500 with C in dollars. How many items should be produced each day so that the cost will be a minimum? What will be the minimum cost? \n" ); document.write( "
Algebra.Com's Answer #123285 by nerdybill(7384)\"\" \"About 
You can put this solution on YOUR website!
C(x)=0.01x^2-4x+1500
\n" ); document.write( ".
\n" ); document.write( "Since the coefficient associated with the x^2 term is \"positive\" (think happy face), the parabola will open upward like a U. Knowing this, if we find the vertex, we'll find the minimum.
\n" ); document.write( ".
\n" ); document.write( "The axis of symmetry is the line x = -b/2a
\n" ); document.write( ".
\n" ); document.write( "x = -(-4)/2(0.01)
\n" ); document.write( "x = 4/0.02
\n" ); document.write( "x = 200 (items produced to minimize cost)
\n" ); document.write( ".
\n" ); document.write( "To find the cost, plug the value above back into:
\n" ); document.write( "C(x)=0.01x^2-4x+1500
\n" ); document.write( "C(200)=0.01(200)^2-4(200)+1500
\n" ); document.write( "C(200)=400-800+1500
\n" ); document.write( "C(200)=-400+1500
\n" ); document.write( "C(200)=$1100 (minimum cost)
\n" ); document.write( "
\n" ); document.write( "
\n" );