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)![]() ![]() 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( " \n" ); document.write( "C'(x) = \n" ); document.write( "Now solve for x \n" ); document.write( "Add 296 to both sides \n" ); document.write( " \n" ); document.write( "Divide by 8 on both sides \n" ); document.write( " \n" ); document.write( "Lowest cost occurs at x = 37 \n" ); document.write( " |