document.write( "Question 55460: suppose you are the manage of a company. your company is going to manutacture a new product. assume that the accounting department has provided you with a cost estimate: the fixed cost will be $3,198 and the variable cost $31.00
\n" );
document.write( "assume also that the sales department has estimates revenue sales as: revenue for each item sols: $154.00\r
\n" );
document.write( "\n" );
document.write( "a) write the linear function C(x) and the revenue function R(x)\r
\n" );
document.write( "\n" );
document.write( "b) analyze the above information and determine the break-even point for the new poduct\r
\n" );
document.write( "\n" );
document.write( "c) find the average cost to produce 145 units of the new product\r
\n" );
document.write( "\n" );
document.write( "d)find the average cost to produce 295 units of the new product. \n" );
document.write( "
Algebra.Com's Answer #37707 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! cost estimate: the fixed cost will be $3,198 and the variable cost $31.00 \n" ); document.write( "assume also that the sales department has estimates revenue sales as: revenue for each item sold: $154.00 \n" ); document.write( ": \n" ); document.write( "Assume x = number of units \n" ); document.write( "a) write the linear function C(x) and the revenue function R(x) \n" ); document.write( "Cost: C(x) = 3198 + 31x \n" ); document.write( "Rev: R(x) = 154x \n" ); document.write( ": \n" ); document.write( "b) analyze the above information and determine the break-even point for the new product \n" ); document.write( "Break even occurs when revenue = cost: \n" ); document.write( "154x = 3198 + 31x \n" ); document.write( "154x - 31x = 3198 \n" ); document.write( "123x = 3198 \n" ); document.write( " x = 3198/123 \n" ); document.write( " x = 26 units sold to break even \n" ); document.write( ": \n" ); document.write( "c)find the average cost to produce 145 units of the new product \n" ); document.write( "C(145) = 3198 + 31(145) \n" ); document.write( "C(145) = 3198 + 4495 \n" ); document.write( "C(145) = 7693 to produce 145 units \n" ); document.write( ": \n" ); document.write( "Av cost/unit: 7693/145 = $53.06 to produce ea unit \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "d)find the average cost to produce 295 units of the new product. \n" ); document.write( "C(295) = 3198 + 31(295) \n" ); document.write( ": \n" ); document.write( "Do this the same way. \n" ); document.write( " \n" ); document.write( " |