document.write( "Question 23274: Maximum cost using the quadratic equations, functions, inequalities and their graphs. It costs Acme Manufacturing C dollars per hour to operate its golf ball division. An analyst has determined that C is related to the number of golf balls produced per hour, x, by the equation C = 0.009x^2 - 1.8x + 100. What number of balls per hour should Acme produce to minimize the cost per hour of manufacturing these golf balls? \n" ); document.write( "
Algebra.Com's Answer #12017 by Earlsdon(6294)\"\" \"About 
You can put this solution on YOUR website!
Minimise:
\n" ); document.write( "\"C+=+.009x%5E2+-+1.8x+%2B+100\"\r
\n" ); document.write( "\n" ); document.write( "This is the equation of a parabola that opens upwards (Coefficient of x^2 is positive), so the minimum value of C would be at the parabola's vertex. The x-coordintate of the vertex is given by: \"x+=+-b%2F2a\"\r
\n" ); document.write( "\n" ); document.write( "Your equation is already in standard form: \"C+=+ax%5E2+%2B+bx+%2B+c\" so here: a = .009 and b = -1.8. The minimum value of C will be found at \"x+=+-b%2F2a\"\r
\n" ); document.write( "\n" ); document.write( "\"x+=+-%28-1.8%29%2F2%28.009%29\"
\n" ); document.write( "\"x+=+1.8%2F.018\" Simplify.
\n" ); document.write( "\"x+=+1800%2F18\"
\n" ); document.write( "\"x+=+100\"\r
\n" ); document.write( "\n" ); document.write( "Acme should produce 100 ball per hour to minimise the cost per hour.\r
\n" ); document.write( "\n" ); document.write( "It might be helpful to see the graph of the cost, C (vertical axis) versus x (horizontal axis) the number of balls produced:\r
\n" ); document.write( "\n" ); document.write( "\"graph%28300%2C200%2C-20%2C200%2C-10%2C120%2C.009x%5E2-1.8x%2B100%29\"
\n" ); document.write( "
\n" ); document.write( "
\n" );