document.write( "Question 1203526: 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 total . The variable costs will be per book. The publisher will sell the finished product to bookstores at a price of per book. How many books must the publisher produce and sell so that the production costs will equal the money from sales \n" ); document.write( "
Algebra.Com's Answer #839165 by Theo(13342)![]() ![]() You can put this solution on YOUR website! let x equal the number of books produced and sold. \n" ); document.write( "let c = total cost \n" ); document.write( "let f = fixed cost \n" ); document.write( "let v = vriable cost \n" ); document.write( "let s = sale price per book. \n" ); document.write( "let r = total revenue \n" ); document.write( "let p = total profit.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "your equations are:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "c = f + x * v \n" ); document.write( "r = x * s \n" ); document.write( "p = r - c\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you break even when p = 0 \n" ); document.write( "when p = 0, you get 0 = r - c \n" ); document.write( "add c to both sides of the equaiton and you get c = r \n" ); document.write( "switch sides and you get r = c.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "assuming r = c, then: \n" ); document.write( "replace r with x * s and replace c with f + x * v \n" ); document.write( "you get x * s = f + x * v \n" ); document.write( "subtract x * v from both sides of the equation to get: \n" ); document.write( "x * s - x * v = f \n" ); document.write( "that's your break even equation. \n" ); document.write( "when that occurs, your revenue from sales will equal your total production costs.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "as an example: \n" ); document.write( "asume f = 5000 and v = 2.5 amd s = 3 \n" ); document.write( "break even is when r = c \n" ); document.write( "that becomes when x * s = f + x * v \n" ); document.write( "since f = 5000 and v = 2.5 and s = 3, the equation becomes: \n" ); document.write( "x * 3 = 5000 + x * 2.5 \n" ); document.write( "subtract x * 2.5 from both sides of the equation to get x * 3 - x * 2.5 = 5000 \n" ); document.write( "simplify to get .5 * x = 5000 \n" ); document.write( "solve for x to get x = 5000 / .5 = 10,000\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you will break even when you produce and sell 10,000 books. \n" ); document.write( "your revenue will be 10,000 * 3 = 30,000 \n" ); document.write( "your production cost will be 5000 + 2.5 * 10,000 = 5000 = 25,000 = 30,000 \n" ); document.write( "total sales = total cost = break even. \n" ); document.write( "your profit will be 0 at break even point.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |