document.write( "Question 176016: Al Bike shop design has determined that when x hundred bikes are built the average cost per bike is C(x)=0.6x^2-1.3x+5.971, when C(x)is hundreds of dollars. How many bikes should be built in order to have minimum cost?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #131163 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! C(x)=0.6x^2-1.3x+5.971 \n" ); document.write( "Where 'x' is hundreds of bikes \n" ); document.write( ". \n" ); document.write( "Since this is a \"parabola\" with a POSITIVE 'a' coefficient of (0.6) we know that it opens upwards -- therefore, the \"vertex\" of the parabola will give you the \"minimum\". \n" ); document.write( ". \n" ); document.write( "The x coordinate = -b/2a \n" ); document.write( "Substituting our values: \n" ); document.write( "The x coordinate = -(-1.3)/(2(.6)) \n" ); document.write( "The x coordinate = (1.3)/(1.2) = 1.083 \"hundreds of bikes\" \n" ); document.write( ". \n" ); document.write( "Therefore, building \n" ); document.write( "108 bikes -- minimizes costs \n" ); document.write( " \n" ); document.write( " |