document.write( "Question 425882: Steve invests in a circus production. The coast includes an overhead of $81,000, plus production costs of $7,000 per performance. A sold-out performance brings in $16,000, Determine the number of sold-out performances, x, needed to break even. \n" ); document.write( "
Algebra.Com's Answer #296393 by Theo(13342)![]() ![]() You can put this solution on YOUR website! c = f + i*x \n" ); document.write( "c = cost \n" ); document.write( "f = fixed cost \n" ); document.write( "i = incremental cost \n" ); document.write( "x = number of increments\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "f = 81,000 fixed overhead \n" ); document.write( "i = 7,000 per performance \n" ); document.write( "x = number of performances\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "r = 16,000 per performance \n" ); document.write( "x = number of performances\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "formula to break even is:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "r*x = f + i*x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this becomes:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "16,000*x = 81,000 + 7,000*x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "subtract 7,000 * x from both sides of the equation to get: \n" ); document.write( "16,000*x - 7,000*x = 81,000 \n" ); document.write( "combine like terms to get: \n" ); document.write( "9,000*x = 81,000 \n" ); document.write( "divide both sides of equation by 9,000 to get: \n" ); document.write( "x = 9\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if we did this correctly, steve should break after 9 performances.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "after 9 performances, revenue = 9 * $16,000 = $144,000\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "after 9 performances, cost = $81,000 + 9 * $7,000 = $81,000 + $63,000 = $144,000\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "that's the break even point.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |