document.write( "Question 629201: bob owns a watch repair shop. he has found that the cost of operating his shop is given by c(x)=3x^2-168x+52, where 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 #396091 by 303795(602)![]() ![]() ![]() You can put this solution on YOUR website! The minimum cost will have a first derivative with a value of zero. \n" ); document.write( "ie \n" ); document.write( "c(x)=3x^2 - 168x + 52 \n" ); document.write( "c'(x) = 6x - 168 \n" ); document.write( "ie 6x - 168 = 0 \n" ); document.write( "6x = 168 \n" ); document.write( "x = 168/6 \n" ); document.write( "= 28 \n" ); document.write( " |