document.write( "Question 101695: I am lost on how find the functions with the information given. Please help. The information given is;
\n" );
document.write( "A small family bakery specializes in baking cheesecakes. The fixed cost of production is $245, the marginal cost per cheesecake is $5, and each cheesecake sells for $12. Assume that the cost function is linear.
\n" );
document.write( "a. What is the cost function?
\n" );
document.write( "b. What is the revenue function?
\n" );
document.write( "c. What is the break-even point?\r
\n" );
document.write( "\n" );
document.write( "Thank you for your time \n" );
document.write( "
Algebra.Com's Answer #74183 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A small family bakery specializes in baking cheesecakes. The fixed cost of production is $245, the marginal cost per cheesecake is $5, and each cheesecake sells for $12. Assume that the cost function is linear. \n" ); document.write( ": \n" ); document.write( "Let x = no. of cheesecakes made and sold \n" ); document.write( ": \n" ); document.write( "a. What is the cost function? \n" ); document.write( "The cost function will be the cost to make the cakes plus the fixed cost: \n" ); document.write( "C = 5x + 245 \n" ); document.write( ": \n" ); document.write( "b. What is the revenue function? \n" ); document.write( "The Revenue is the total amt received from the sale of the cakes: \n" ); document.write( "R = 12x \n" ); document.write( ": \n" ); document.write( "c. What is the break-even point? \n" ); document.write( "Break-even point occurs when Cost = Revenue, solve for x, \n" ); document.write( "That will give you the number of cakes that must be sold to break even \n" ); document.write( "R = C \n" ); document.write( "12x = 5x + 245 \n" ); document.write( "12x - 5x = 245 \n" ); document.write( "7x = 245 \n" ); document.write( "x = 245/7 \n" ); document.write( "x = 35 cakes need to be sold to break even. (Less they would lose money, more they will make money) \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "you can check out solution by substituting 35 for x and see of cost and revenue are equal \n" ); document.write( "Revenue: \n" ); document.write( " 12*35 = $420 \n" ); document.write( "and Cost: \n" ); document.write( "5*35 + 245 = \n" ); document.write( "175 + 245 = $420 also \n" ); document.write( ": \n" ); document.write( "Did this help you find your way? Any questions? \n" ); document.write( " |