document.write( "Question 123803: The cost per hour of running an assembly line in a manufacturing plant is a function of the number of items produced per hour. The cost function is C(x)=0.3x^2-1.2x+2, where c(x) is the cost per hour in thousands of dollars, and x is the number of items produced per hour, in thousands. Determine the most economical production level. \n" ); document.write( "
Algebra.Com's Answer #90815 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The cost per hour of running an assembly line in a manufacturing plant is a function of the number of items produced per hour. The cost function is C(x)=0.3x^2-1.2x+2, where c(x) is the cost per hour in thousands of dollars, and x is the number of items produced per hour, in thousands. Determine the most economical production level. \n" ); document.write( "------------- \n" ); document.write( "Find the minimum of C(x) \n" ); document.write( "--------------- \n" ); document.write( "Minimum occurs when x = -b/2a = 1.2/(2*0.3) = 2 \n" ); document.write( "C(2) = 0.3(2)^2-1.2*2+2 = 0.80000 \n" ); document.write( "=============================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |