document.write( "Question 466509: Bob owns a watch repair shop. He has found that the cost of operating his shop is given by C(x) = 4x2-296x+85 , where c is cost 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 #319820 by ccs2011(207)\"\" \"About 
You can put this solution on YOUR website!
Goal is to minimize C(x)
\n" ); document.write( "minimum occurs when slope is zero
\n" ); document.write( "Differentiate C(x) and set it equal to 0
\n" ); document.write( "Differentiate polynomial using power rule:
\n" ); document.write( "\"%28d%2Fdx%29+x%5En+=+nx%5E%28n-1%29\"
\n" ); document.write( "C'(x) = \"8x+-+296+=+0\"
\n" ); document.write( "Now solve for x
\n" ); document.write( "Add 296 to both sides
\n" ); document.write( "\"8x+=+296\"
\n" ); document.write( "Divide by 8 on both sides
\n" ); document.write( "\"x+=+37\"
\n" ); document.write( "Lowest cost occurs at x = 37
\n" ); document.write( "
\n" );