document.write( "Question 153052: If a bike shop determines that when x hundred bikes are built, the average cost per bike is given by c(x)=0.6^2-0.8x+5.854 where c(x) is in hundreds dollars. How many bikes should be built to mininize the average cost per bike.\r
\n" );
document.write( "\n" );
document.write( "c(x)=0.6x^2-0.8x+5.854
\n" );
document.write( "c(x)=0.6(x^2- ?)+5.854\r
\n" );
document.write( "\n" );
document.write( "Thank you! \n" );
document.write( "
Algebra.Com's Answer #112502 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! If a bike shop determines that when x hundred bikes are built, the average cost per bike is given by c(x)=0.6^2-0.8x+5.854 where c(x) is in hundreds dollars. How many bikes should be built to mininize the average cost per bike. \n" ); document.write( "c(x)=0.6x^2-0.8x+5.854 \n" ); document.write( "--------------- \n" ); document.write( "Cost is a quadratic with a = 0.6, b = -0.8 \n" ); document.write( "----- \n" ); document.write( "Minimum cost occurs when x = -b/2a = 0.8/(2*0.6) = 0.2/0.3 = 0.6667 \n" ); document.write( "------- \n" ); document.write( "# of bikes should be 0.667*100 = 66 or 67\r \n" ); document.write( "\n" ); document.write( "============= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |