document.write( "Question 1141850: A product may be made using Machine I or Machine II. The manufacturer estimates that the monthly fixed costs of using Machine I are $19,000, whereas the monthly fixed costs of using Machine II are $15,000. The variable costs of manufacturing 1 unit of the product using Machine I and Machine II are $13 and $19, respectively. The product sells for $60 each.
\n" );
document.write( "(a) Find the cost functions C(x) associated with using each machine, where x is the number of units produced using that machine.
\n" );
document.write( "Machine I C1(x) =
\n" );
document.write( "
\n" );
document.write( "Machine II C2(x) =
\n" );
document.write( " \r
\n" );
document.write( "\n" );
document.write( "(b) Sketch the graphs of the cost functions of part (a) and the revenue function on the same set of axes. (Sketch the graphs using rays.)\r
\n" );
document.write( "\n" );
document.write( "(c) Which machine should management choose to maximize their profit if the projected sales are 450 units?
\n" );
document.write( "Machine I
\n" );
document.write( "Machine II \r
\n" );
document.write( "\n" );
document.write( "Which machine should management choose to maximize their profit if the projected sales are 550 units?
\n" );
document.write( "Machine I
\n" );
document.write( "Machine II \r
\n" );
document.write( "\n" );
document.write( "Which machine should management choose to maximize their profit if the projected sales are 650 units?
\n" );
document.write( "Machine I
\n" );
document.write( "Machine II \r
\n" );
document.write( "\n" );
document.write( "(d) What is the profit for each case in part (c)?
\n" );
document.write( "450 units $
\n" );
document.write( "550 units $
\n" );
document.write( "650 units $ \n" );
document.write( "
Algebra.Com's Answer #762487 by Theo(13342)![]() ![]() You can put this solution on YOUR website! cost function for machine 1 is 19000 + 13 * x.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "cost function for machine 2 is 15000 + 19 * x.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "revenue function is 60 * x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x represents the number of units produced and sold.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "when 450 units are sold ........,\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "revenue is 60 * 450 = 27,000 \n" ); document.write( "cost using machine 1 is 19000 + 13 * 450 = 24,850 \n" ); document.write( "cost using machine 2 is 15000 + 19 * 450 = 23,550\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "profit using machine 1 is 27,000 - 24,850 = 2,150 \n" ); document.write( "profit using machine 2 is 27,000 - 23,550 = 3,450\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "profit using machine 2 is more than profit using machine 1.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "when 550 units are sold .........,\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "revenue is 60 * 550 = 33,000 \n" ); document.write( "cost using machine 1 is 19000 + 13 * 550 = 26,150 \n" ); document.write( "cost using machine 2 is 15000 + 19 * 550 = 25,450\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "profit using machine 1 is 33,000 - 26,150 = 6,850 \n" ); document.write( "profit using machine 2 is 33,000 - 25,450 = 7,550\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "profit using machine 2 is more than profit using machine 1.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "when 650 units are sold .............,\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "revenue is 60 * 650 = 39,000 \n" ); document.write( "cost using machine 1 is 19000 + 13 * 650 = 27,450 \n" ); document.write( "cost using machine 2 is 15000 + 19 * 650 = 27,350 \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "profit using machine 1 is 39,000 - 27,450 = 11,550 \n" ); document.write( "profit using machine 2 is 39,000 - 27,350 = 11,650\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "profit using machine 2 is more than profit using machine 1.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "profit is equal to revenue minus cost. \n" ); document.write( "if the revenue is the same regardless of which machine is used, then the greater profit is given to the machine that uses the least cost.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the break even point where the cost for using machine 1 versus using machine 2 is found by making their cost functions equal to each other.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you get 19000 + 13 * x = 15000 + 19 * x \n" ); document.write( "subtract 15000 from both sides of this equation and subtract 13 * x from both sides of this equation to get 19000 - 15000 = 19 * x - 13 * x. \n" ); document.write( "combine like terms to get 4000 = 6 * x \n" ); document.write( "solve for x to get x = 666.67 units. \n" ); document.write( "with that number of units, the cost of using machine 1 is the same as the cost of using machine 2. \n" ); document.write( "when the number of units produced and sold are greater than that, machine 1 provides more profit.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "for example, when 750 units are produced ........., \n" ); document.write( "revenue is 60 * 750 = 45,000 \n" ); document.write( "cost for machine 1 is 19000 + 13 * 750 = 28,750 \n" ); document.write( "cost for machine 2 is 15000 + 19 * 750 = 29,250 \n" ); document.write( "profit for machine 1 is 45,000 - 28,750 = 16,250 \n" ); document.write( "profit for machine 2 is 45,000 - 29,250 = 15,750\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "profit using machine 1 is more than profit using machine 2.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the following graph shows revenue and cost at 450, 550, 650, and 750 units.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "graph of revenue is green. \n" ); document.write( "graph of cost for machine 1 is red. \n" ); document.write( "graph of cost for machine 2 is blue\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " ![]() \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |