document.write( "Question 1200455: A manufacturer produces books at a daily cost of $0.85 per book
\n" );
document.write( "and sells them for $1.10 per book. The daily operational overhead is
\n" );
document.write( "$400. Determine the break-even point. \n" );
document.write( "
Algebra.Com's Answer #834589 by Theo(13342)![]() ![]() You can put this solution on YOUR website! profit = revenue minus expense. \n" ); document.write( "profit = 1.10 * x - .85 * x - 400 \n" ); document.write( "the break even point is when profit = 0. \n" ); document.write( "equation becomes 0 = 1.10 * x - .85 * x - 400 \n" ); document.write( "simplify to get 0 = .25 * x - 400 \n" ); document.write( "solve for x to get x = 400 / .25 = 1600 \n" ); document.write( "break even is when 1600 books are sold in a day. \n" ); document.write( "you get: \n" ); document.write( "profit = 1.10 * 1600 - .85 * 1600 - 400 = 0 \n" ); document.write( "they need to sell 1600 books a day to break even. \n" ); document.write( " \n" ); document.write( " |