022 Sample Final A, Problem 9

From Math Wiki
Revision as of 15:23, 6 June 2015 by MathAdmin (talk | contribs)
Jump to navigation Jump to search

Given demand Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle p = 116 - 3x} , and cost  Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle C = x^2 + 20x + 64} , 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, Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle p(x)} , 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;
  • , the average cost of producing units.
In particular, we have the relations
while
and
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
.

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

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


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 , 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 (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle x=17} . Plugging this into our function for profit, we have

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle P(17)\,=\,-4(17)^{2}+136(17)+64\,=\,1220.}
Final Answer:  
(a) The marginal revenue at a production level of Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle 7} units is Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle 74} .
(b) The minimum average cost occurs at a production level of Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle 8} units.
(c) The maximum profit of Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle 1220} occurs at a production level of Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle 17} units.
Note that monetary units were not provided in the statement of the problem.


Return to Sample Exam