1

Farmer Jenny decides to expand her business interests and starts to package and sell the eggs produced by her chooks to a local shop. The cost of producing $x$ dozen eggs per day is given by, in dirhams: $$C=( 5/12 x^2+ 4x-3)$$ and the selling price of one dozen eggs is given by, in dirhams$$(6- 1/4 x)$$ How many dozen eggs should be produced each day to maximize the total profit?

Qiaochu Yuan
  • 419,620
moamen
  • 45

2 Answers2

3

Expanding on the answer by icurays1, the goal is indeed to maximize the quadratic, and the easiest way to do this uses calculus.

But in case you haven't learned calculus, you can maximize a quadratic just by completing the square - no calculator necessary!

The profit for selling $x$ dozen eggs is given by

\begin{align} p(x) &= x\cdot \text{(price per dozen)} - \text{cost to make $x$ dozen}\\ &= x(6-\frac{1}{4}x) - (\frac{5}{12}x^2+4x-3)\\ &= -\frac{2}{3}x^2 + 2x + 3\\ &= -\frac{2}{3}(x^2 - 3x) + 3\\ &= -\frac{2}{3}(x-\frac{3}{2})^2 + \frac{3}{2} + 3\\ &= -\frac{2}{3}(x-\frac{3}{2})^2 + \frac{9}{2} \end{align}

Now the term $-\frac{2}{3}(x-\frac{3}{2})^2$ is always negative or zero, so the quadratic achieves its maximum value when $-\frac{2}{3}(x-\frac{3}{2})^2 = 0$, i.e. when $x = \frac{3}{2}$.

Farmer Jenny should produce $\frac{3}{2}$ dozen eggs each day.

The trick here is to get rid of the linear term by "completing the square" so that you can easily see where the maximum is.

Alex Kruckman
  • 76,357
0

Hints: profit = total revenue - total cost, total revenue = (number of dozens sold)$\cdot$(price per dozen), and total cost = (number of dozens sold)$\cdot$(cost per dozen). The variable $x$ represents the number of dozens sold. Find a function for profit as a function of $x$, then maximize using calculus (if this is a calculus class) or a calculator (if it isn't).

icurays1
  • 17,161
  • thanks for answer you give me very useful idea !! but can you explain more to answer the ful complete answer >> thanks it is very good web site ? nice – moamen Feb 27 '13 at 18:27
  • how i use calculator to find x < i dont know whats is calculas << i will study it next year >>>>> thanks – moamen Feb 27 '13 at 18:29
  • Graph the function $y=P(x)$, then use your calculator's "maximum" function (it will be different on every calculator - for TI83/84/86 it will be in the "calc" menu). – icurays1 Feb 27 '13 at 18:31
  • thanks can you give me the final answer <<<< imy possible answer is 7.5 dozen egg > thanks icurays1 – moamen Feb 27 '13 at 18:38
  • You don't need a calculator. See my answer. – Alex Kruckman Feb 27 '13 at 18:39
  • thanks alex > =−23x2+2x+3 i can use x = -b /2a it is the same answer thanks alex >>thanks http://math.stackexchange.com – moamen Feb 27 '13 at 18:48
  • thanks all the final ansewr is 1.5 – moamen Feb 27 '13 at 18:51