document.write( "Question 964136: Acme bird feed company sells bird feeders. The total cost function for these feeders is
\n" );
document.write( "C(x) = 30x + 1200, and the total revenue function is R(x) = 38x, where x is the number of units
\n" );
document.write( "produced and sold.
\n" );
document.write( "a.) What is the total cost if 50 units are sold?
\n" );
document.write( "b.) Find the profit function. [hint], remember that P(x) = R(x) - C(x)
\n" );
document.write( "c.) What is the Profit for 50 units sold?
\n" );
document.write( "d.) Find the number of units that gives a break even point. \n" );
document.write( "
Algebra.Com's Answer #589118 by amarjeeth123(570) ![]() You can put this solution on YOUR website! C(x) = 30x + 1200 R(x) = 38x \n" ); document.write( "a)Total cost=30(50)+1200=1500+1200=2700 \n" ); document.write( "b)Profit function P(x) = R(x) - C(x)=38x-(30x + 1200)=8x-1200 \n" ); document.write( "c)Profit for 50 units=8(50)-1200=400-1200=-800 \n" ); document.write( " There is a loss of 800 for 50 units. \n" ); document.write( "d)For break even P(x)=0 \n" ); document.write( "8x-1200=0 \n" ); document.write( "8x=1200 \n" ); document.write( "x=1200/8=150 units \n" ); document.write( "Breakeven occurs at 150 units. \n" ); document.write( " \n" ); document.write( " |