document.write( "Question 214078: C(x) = 20x + 10,000
\n" );
document.write( "R(x) = 100x
\n" );
document.write( "Find the profit function
\n" );
document.write( "Find the breakeven point \n" );
document.write( "
Algebra.Com's Answer #161699 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! C(x) = 20x + 10,000 \n" ); document.write( "R(x) = 100x \n" ); document.write( "Find the profit function \n" ); document.write( "Profit is revenue - cost \n" ); document.write( "or \n" ); document.write( "P(x) = R(x) - C(x) \n" ); document.write( "P(x) = 100x - (20x + 10,000) \n" ); document.write( "P(x) = 100x - 20x - 10,000 \n" ); document.write( "P(x) = 80x - 10000 \n" ); document.write( ".\r \n" ); document.write( "\n" ); document.write( "Find the breakeven point \n" ); document.write( "We break even when cost = revenue \n" ); document.write( "R(x) = C(x) \n" ); document.write( "100x = 20x + 10,000 \n" ); document.write( "80x = 10000 \n" ); document.write( "x = 125 \n" ); document.write( " |