document.write( "Question 1083836: A office supply store has been asked to determine weather or not the company should introduce a new computer desk next year. The store estimates that $6000 of new manufacturing equipment will need to be purchased and that the cost of constructing each desk will be $200. The store estimates that the revenue from each desk will be $450.
\n" );
document.write( "A) Determine the revenue function R (x) from the sale of x desks.
\n" );
document.write( "B) Determine the cost function C (x) for manufacturing x desks.
\n" );
document.write( "C) Find the break-even point.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #697891 by addingup(3677)![]() ![]() You can put this solution on YOUR website! R = 450x-(6000+200x) \n" ); document.write( "C = 6000+200x \n" ); document.write( "BE = 450x = 6000+200x; 250x = 6000; x = 24 units \n" ); document.write( " |