document.write( "Question 1059037: Assume that the situation can be expressed as a linear cost function. Find the cost function. Fixed cost is $100; 20 items cost $900 to produce. The linear cost is?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #674110 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! C=100+x*production cost \n" ); document.write( "900=100+20*production cost \n" ); document.write( "800=20*production cost \n" ); document.write( "production cost is $40 per item \n" ); document.write( "C=40x+100, where C is total cost and x is the number of items produced. \n" ); document.write( " |