document.write( "Question 224143: A small publishing company is planning to publish a new book. The production costs will include one-time fixed costs (such as editing) and variable costs (such as printing). The one-time fixed costs will amount to $17,750 . The variable costs will be $12.75 per book. The publisher will sell the finished product to bookstores at a price of $19 per book. How many books must the publisher print and sell so that the production costs will equal the money obtained from sales? \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #167682 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A small publishing company is planning to publish a new book. \n" ); document.write( " The production costs will include one-time fixed costs (such as editing) and variable costs (such as printing). \n" ); document.write( " The one-time fixed costs will amount to $17,750 . \n" ); document.write( " The variable costs will be $12.75 per book. \n" ); document.write( " The publisher will sell the finished product to bookstores at a price of $19 per book. \n" ); document.write( "How many books must the publisher print and sell so that the production costs \n" ); document.write( "will equal the money obtained from sales? \n" ); document.write( ": \n" ); document.write( "let n = number of books printed and sold \n" ); document.write( ": \n" ); document.write( "Cost equation \n" ); document.write( "C = 12.75n + 17750 \n" ); document.write( ": \n" ); document.write( "Revenue equation, (books sold at $19) \n" ); document.write( "R = 19n \n" ); document.write( ": \n" ); document.write( "The break-even point: R = C, solve for n \n" ); document.write( "therefore \n" ); document.write( "19n = 12.75n + 17750 \n" ); document.write( ": \n" ); document.write( "19n - 12.75n = 17750 \n" ); document.write( ": \n" ); document.write( "6.25n = 17750 \n" ); document.write( "n = \n" ); document.write( "n = 2840 books must be printed and sold \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "See if that is true \n" ); document.write( "19 * 2840 = $53,960 \n" ); document.write( "(12.75 * 2840) + 17750 =$53,960 \n" ); document.write( " |