document.write( "Question 611080: Bob owns a watch repair shop. he has found that the cost of operating his shop is given by
\n" ); document.write( " c=3x^2-216x+64, where c is the cost in dollars, and x is the number of watches repaired. how many watches must he repair to have the lowest cost?
\n" ); document.write( "

Algebra.Com's Answer #384778 by nerdybill(7384)\"\" \"About 
You can put this solution on YOUR website!
Bob owns a watch repair shop. he has found that the cost of operating his shop is given by c=3x^2-216x+64, where c is the cost in dollars, and x is the number of watches repaired. how many watches must he repair to have the lowest cost?
\n" ); document.write( ".
\n" ); document.write( "examining:
\n" ); document.write( "c=3x^2-216x+64
\n" ); document.write( "we see that it is a parabola that opens upwards (by looking at the coefficient associated with the x^2 term). Therefore, the vertex defines the minimum:
\n" ); document.write( "x = -b/(2a)
\n" ); document.write( "x = -(-216)/(2(3))
\n" ); document.write( "x = 216/6
\n" ); document.write( "x = 36 watches
\n" ); document.write( "
\n" ); document.write( "
\n" );