document.write( "Question 470417: Solve the problem.\r
\n" );
document.write( "\n" );
document.write( "An-Mei owns a business making and selling jackets. She has a fixed cost of $1430. It costs $63 to produce each jacket. The selling price is $76 per jacket. Determine the number of jackets that must be made and sold in order to break even.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #322895 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! An-Mei owns a business making and selling jackets. She has a fixed cost of $1430. \n" ); document.write( " It costs $63 to produce each jacket. The selling price is $76 per jacket. \n" ); document.write( " Determine the number of jackets that must be made and sold in order to break even. \n" ); document.write( ": \n" ); document.write( "We have two equations, let x = no. of jackets \n" ); document.write( "Cost \n" ); document.write( "C = 63x + 1430 \n" ); document.write( "and \n" ); document.write( "Revenue \n" ); document.write( "R = 76x \n" ); document.write( ": \n" ); document.write( "Break even occurs when R = C, therefore \n" ); document.write( "76x = 63x + 1430 \n" ); document.write( "76x - 63x = 1430 \n" ); document.write( "13x = 1430 \n" ); document.write( "x = \n" ); document.write( "x = 110 jacket have to be produced to break even \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Prove this to yourself \n" ); document.write( "76(110) = \n" ); document.write( "63(110) + 1430 = \n" ); document.write( ": \n" ); document.write( "That was pretty easy, wasn't it? \n" ); document.write( " |