document.write( "Question 1168738: A company produces very unusual cd’s for which the variable cost is $17 per CD and the fixed cost are $35000. They will sell the cd’s for $49 each. Let x be the number of cd’s produced. Write the total cost C as a function of the number of cd’s produced.
\n" ); document.write( "C=$_______
\n" ); document.write( "Write the total revenue R as a function of the number of cd’s produced.
\n" ); document.write( "R=$_______
\n" ); document.write( "Write the total profit P as a function of the number of cd’s produced
\n" ); document.write( "P=$___________
\n" ); document.write( "Find the number of cd’s which must be produced to break even.
\n" ); document.write( "The number of cd’s in which must be produced to break even is __________
\n" ); document.write( "

Algebra.Com's Answer #793348 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
let x = the number of CD's.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "your cost function is:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "C = 35000 + 17*x\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "35000 is the fixed cost.
\n" ); document.write( "17*x is the variable cost.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the fixed cost is the same regardless of how many CD's are sold.
\n" ); document.write( "the variable cost is the additional cost for each CD that is produced.
\n" ); document.write( "x represents the number of CD's that are produced.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "your revenue function is:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "R = 49*x\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "it is a variable cost only.
\n" ); document.write( "it represents the revenue received for each CD that is sold.
\n" ); document.write( "x represents the number of CD's that are sold.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the built in assumption of the problem is that the number of CD's sold is the same as the number of CD's produced.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "that's why x represents the number of CD's in both the cost function and the revenue function.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "your profit function is:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "P = (49 * x) - (35000 + 17 * x).\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "P represents the profit.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "(49 * x) represents the revenue.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "(35000 + 17 * x) represents the cost.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "profit is equal to revenue minus cost.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the equation reflects that.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "to break even, the profit must be equal to 0.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "if the profit was positive, you made mooney.
\n" ); document.write( "if the profit was negative, you lost money.
\n" ); document.write( "when the profit is 0, you didn't make money and you didn't lose money.
\n" ); document.write( "you just broke even.
\n" ); document.write( "that's why it's called the break even point.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "to find how many CD's needed to be produced and sold to break even, set the profit equation equal to 0.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "your profit equation of P = 49 * x - (35000 + 17 * x) becomes:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "0 = 49 * x - (35000 + 17 * x)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "simplify the equation by removing the parentheses to get:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "0 = 49 * x - 35000 - 17 * x\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "combine like terms to get:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "0 = 32 * x - 35000\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "add 35000 to both sides of the equation to get:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "35000 = 32 * x\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "divide both sides of the equation by 32 to get:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "35000 / 32 = x\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "solve for x to get:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x = 35000 / 32 = 1093.75\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the number of CD's that must be produced and sold to break even is 1093.75\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "if you are still confused by any of this, let me know which part confuses you and i'll work to clear up the confusion as best i can.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "theo\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );