document.write( "Question 1067072: A manufacturer sells watches for $50 per unit. The fixed cost related to this product are $10,000 per month, and the variable cost per unit is $30.
\n" );
document.write( "a) Write the equations of the revenue and cost functions.
\n" );
document.write( "b) How many watches must be sold to break even? \n" );
document.write( "
Algebra.Com's Answer #682269 by addingup(3677)![]() ![]() You can put this solution on YOUR website! 10,000+30x = total cost (fixed+variable) \n" ); document.write( "50x-(10,000+30x) = revenue \n" ); document.write( "Breakeven: \n" ); document.write( "10,000+30x = 50x \n" ); document.write( "10,000 = 20x flip the equation to get the variable on the left (looks better): \n" ); document.write( "20x = 10,000 \n" ); document.write( "x = 10,000/20 = 500 \n" ); document.write( " |