022 Sample Final A, Problem 9

From Math Wiki
Revision as of 16:20, 6 June 2015 by MathAdmin (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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;
  • , the average cost of producing units.
In particular, we have the relations
while
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 R(x)\,=\,x\cdot p(x).}
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

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 R'(7)\,=\,116-6x\bigg|_{x=7}\,=\,116-6(7)\,=\,74.}
(b):  
We have that the average cost function 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 \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 (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 \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 (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=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 (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 \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 (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 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