document.write( "Question 1161073: A company makes plastic containers and sells them at R45 each. The cost of production consists of a fixed cost of R28 050 and a variable cost of R12 per container. Let X be the number of containers produced and sold.\r
\n" );
document.write( "\n" );
document.write( "Write down the income equation.\r
\n" );
document.write( "\n" );
document.write( "Write down the cost equation.\r
\n" );
document.write( "\n" );
document.write( "What is the profit equation?\r
\n" );
document.write( "\n" );
document.write( "Hence, find the break-even production level for this company.\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #784503 by Theo(13342)![]() ![]() You can put this solution on YOUR website! p = profit \n" ); document.write( "r = revenue \n" ); document.write( "c = cost \n" ); document.write( "x = number of units produced and sold \n" ); document.write( "breakeven is when revenue = cost \n" ); document.write( "r = 45 * x \n" ); document.write( "c = 28050 + 12 * x \n" ); document.write( "p = r minus c \n" ); document.write( "p = 45 * x - (28050 + 12 * x) which becomes: \n" ); document.write( "p = 45 * x - 28050 - 12 * x \n" ); document.write( "combine like terms to get: \n" ); document.write( "p = 33 * x - 28050 \n" ); document.write( "breakeven is when r = c or when p = 0, depending on which equation you use to find it. \n" ); document.write( "when using r = c, breakeven is when 45 * x = 28050 + 12 * x \n" ); document.write( "subtract 12 * x from both sides of this equation to get: \n" ); document.write( "33 * x = 28050 \n" ); document.write( "solve for x to get: \n" ); document.write( "x = 28050 / 33 = 850 \n" ); document.write( "when using p = 0, breakeven is when p = 0 \n" ); document.write( "p = 33 * x - 28050 becomes 0 = 33 * x - 28050 \n" ); document.write( "add 28050 to both sides of this equation to get: \n" ); document.write( "28050 = 33 * x \n" ); document.write( "solve for x to get: \n" ); document.write( "x = 28050 / 33 = 850. \n" ); document.write( "breakeven is when 850 units are produced and sold. \n" ); document.write( "revenue = 45 * 850 = 38250 \n" ); document.write( "cost = 28050 + 12 * 850 = 38250 \n" ); document.write( "profit = revenue minus cost = 38250 - 38250 = 0.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |