document.write( "Question 513643: Aki's Bicycle Design has determined that when x hundred bicyles are built, the average cost per bicycle is given by C(x)=0.2x^2-0.5x+8.256, where C(x) is in hundreds of dollars. How many bicycles should the shop build to minimize the average cost per bicycle? \n" ); document.write( "
Algebra.Com's Answer #343061 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Aki's Bicycle Design has determined that when x hundred bicyles are built, the average cost per bicycle is given by C(x)=0.2x^2-0.5x+8.256, where C(x) is in hundreds of dollars. How many bicycles should the shop build to minimize the average cost per bicycle? \n" ); document.write( "------------ \n" ); document.write( "a = 0.2 ; b = -0.5 ; c = 8.256 \n" ); document.write( "------------ \n" ); document.write( "minimum cost occurs when x = -b/2a = 0.5/(2*0.2) = 0.5/0.4 = 1.25 \n" ); document.write( "--- \n" ); document.write( "Ans: 125 bikes \n" ); document.write( "============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================ \n" ); document.write( " |