document.write( "Question 43400: The cost in dollars of manufacturing (w) wing nuts is given by the expression 0.07w + 13.3.
\n" );
document.write( "Find the cost when 375 wing nuts are made. What is the average cost to manufacture one wing nut? \n" );
document.write( "
Algebra.Com's Answer #28416 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! The cost function can be written as \n" ); document.write( "c(w) = .07w + 13.3 \n" ); document.write( "so that for 375 wing nuts, we have a cost \n" ); document.write( "c(375) = (.07)(375) + 13.3 = \n" ); document.write( "$39.55 \n" ); document.write( "The average is found by \n" ); document.write( "$39.55 / 375 = $ .1055 or 10.55 cents each \n" ); document.write( " |