document.write( "Question 1081107: Suppose Dan’s Pizza Parlor has a fixed cost of $280 and it costs $4 to produce each pizza. Dan sells every pizza for $12.
\n" );
document.write( "The Revenue Function is: R(x) = 12x
\n" );
document.write( "The Cost Function is: C(x) = 280 + 4x
\n" );
document.write( "The break-even point occurs where the graphs of C and R intersect. Therefore, we can find this point by solving the system:
\n" );
document.write( "y =12x
\n" );
document.write( "y = 280 + 4x
\n" );
document.write( "How many pizzas does Dan have to produce to break-even? If he exceeds his break-even point, will he make a profit or have a loss? \n" );
document.write( "
Algebra.Com's Answer #695194 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! true 12x=280+4x \n" ); document.write( "8x=280 \n" ); document.write( "x=$35, and which point R=C=$420. \n" ); document.write( "Try x=20 to see what happens. \n" ); document.write( "Revenue is $700 \n" ); document.write( "Cost=280+$140=$420. \n" ); document.write( "He will make a profit. This could also be seen by the fact as x increases, it favors the revenue function with 12x, rather than the cost function with 4x. \n" ); document.write( " |