document.write( "Question 499221: Given the total cost function C(x) = 7000 + 2x
\n" );
document.write( "a) what is the form of the function
\n" );
document.write( "b) state its domain \n" );
document.write( "
Algebra.Com's Answer #337472 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! C(x) = 2*x + 7000 \n" ); document.write( ". \n" ); document.write( "This is a linear equation. \n" ); document.write( "The domain of x all real numbers. \n" ); document.write( "However, it is not sensible to have negative production. \n" ); document.write( "So, x is all real numbers >= 0. \n" ); document.write( "If x is discrete (that is, you cannot produce a fraction of a unit), \n" ); document.write( "x is all integers >= 0. \n" ); document.write( ". \n" ); document.write( "In cost accounting, you would say the variable cost per unit of x is $2 and the fixed costs are $7000. \n" ); document.write( "If you produce zero units, you still face $7000 in costs (a fixed amount = constant). \n" ); document.write( ". \n" ); document.write( "Done \n" ); document.write( " |