document.write( "Question 480496: Assume that a company has total annual fixed costs of $480,000 and that variable costs is $6 per unit. If each unit sells for $10, then each unit exceeds the specific variable costs by $4.
\n" );
document.write( "a. What is the cost function?
\n" );
document.write( "b. What is the revenue function?
\n" );
document.write( "c. How many units must be sold in order for the company to break-even?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #329050 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Assume that a company has total annual fixed costs of $480,000 and that variable costs is $6 per unit. If each unit sells for $10, then each unit exceeds the specific variable costs by $4. \n" ); document.write( "a. What is the cost function? \n" ); document.write( "C(x) = 6x + 480000 \n" ); document.write( "b. What is the revenue function? \n" ); document.write( "R(x) = 10x \n" ); document.write( "c. How many units must be sold in order for the company to break-even? \n" ); document.write( "set \n" ); document.write( "R(x) = C(x) \n" ); document.write( "10x = 6x + 480000 \n" ); document.write( "4x = 480000 \n" ); document.write( "x = 120,000 units \n" ); document.write( " \n" ); document.write( " |