document.write( "Question 1180803: The Acme Company produces a product for which the
\n" );
document.write( "variable cost per unit is $6 and the fixed cost is $80,000.
\n" );
document.write( "Each unit has a selling price of $10. Determine the number
\n" );
document.write( "of units that must be sold for the company to earn a profit of $60,000 \n" );
document.write( "
Algebra.Com's Answer #810587 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! P = I - C \n" ); document.write( "60,000 = 10n - 6n - 80,000 \n" ); document.write( "140,000 = 4n \n" ); document.write( " n = 35,000 units sold to earn a profit of $60,000 \n" ); document.write( " |