Difference between revisions of "022 Sample Final A, Problem 9"

From Math Wiki
Jump to navigation Jump to search
(Created page with "<span class="exam"> Given demand <math style="vertical-align: -3.25px">p = 116 - 3x</math>, and cost  <math style="vertical-align: -2.1px">C = x^2 + 20x + 64</math>, fi...")
 
Line 25: Line 25:
 
|-
 
|-
 
|
 
|
::<math>R(x)\,=\,x\cdot p(x).</math>
+
::<math>R(x)\,=\,x\cdot p(x),</math>
 
|-
 
|-
 
|and
 
|and

Revision as of 16:20, 6 June 2015

Given demand , and cost  , find:

a) Marginal revenue when x = 7 units.
b) The quantity (x-value) that produces minimum average cost.
c) Maximum profit (find both the x-value and the profit itself).
Foundations:  
Recall that the demand function, , relates the price per unit to the number of units sold, .

Moreover, we have several important important functions:

  • , the total cost to produce units;
  • , the total revenue (or gross receipts) from producing units;
  • , the total profit from producing units;
  • Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle {\overline {C}}(x)} , the average cost of producing units.
In particular, we have the relations
while
Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle R(x)\,=\,x\cdot p(x),}
and
Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle {\overline {C}}(x)\,=\,{\frac {C(x)}{x}}.}
The marginal profit at units is defined to be the effective profit of the next unit produced, and is precisely . Similarly, the marginal revenue or marginal cost would be or , respectively.

On the other hand, any time they speak of minimizing or maximizing, we need to find a local extrema. These occur when the first derivative is zero.

 Solution:

(a):  
The revenue function is
Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle R(x)\,=\,x\cdot p(x)\,=\,x(116-3x)\,=\,116x-3x^{2}} .

Thus, the marginal revenue at a production level of units is simply

(b):  
We have that the average cost function is


Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle {\begin{array}{rcl}{\overline {C}}(x)&=&{\displaystyle {\displaystyle {\frac {C(x)}{x}}}}\\\\&=&{\displaystyle {\displaystyle {\frac {x^{2}+20x+64}{x}}}}\\\\&=&{\displaystyle x+20+{\frac {64}{x}}.}\end{array}}}

Our first derivative is then

Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle {\overline {C}}\,'(x)\,=\,1-{\frac {64}{x^{2}}}\,=\,{\frac {x^{2}-64}{x^{2}}}\,=\,{\frac {(x-8)(+8)}{x^{2}}}.}

This has a single positive root at Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle x=8} , which will correspond to the minimum average cost.

(c):  
First, we find the equation for profit. Using part of (a), we have
Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle {\begin{array}{rcl}P(x)&=&{\displaystyle {\displaystyle R(x)-C(x)}}\\\\&=&116x-3x^{2}-(x^{2}+20x+64)\\\\&=&-4x^{2}+136x+64.\end{array}}}

To find the maximum value, we need to find a root of the derivative:

Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle 0\,=\,P'(x)\,=\,-8x+136\,=\,-8(x-17),}

which has a root at Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle x=17} . Plugging this into our function for profit, we have

Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle P(17)\,=\,-4(17)^{2}+136(17)+64\,=\,1220.}
Final Answer:  
(a) The marginal revenue at a production level of units is Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle 74} .
(b) The minimum average cost occurs at a production level of Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle 8} units.
(c) The maximum profit of Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle 1220} occurs at a production level of Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle 17} units.
Note that monetary units were not provided in the statement of the problem.


Return to Sample Exam