SOLUTION: Each orange tree grown in California produces 630 oranges per year if not more than 20 trees are planted per acre. For each additional tree planted per acre, the yield per tree dec

Algebra ->  Finance -> SOLUTION: Each orange tree grown in California produces 630 oranges per year if not more than 20 trees are planted per acre. For each additional tree planted per acre, the yield per tree dec      Log On


   



Question 1078727: Each orange tree grown in California produces 630 oranges per year if not more than 20 trees are planted per acre. For each additional tree planted per acre, the yield per tree decreases by 15 oranges. How many trees per acre should be planted to obtain the greatest number of oranges?

To achieve a maximum yield of 16695 oranges per acre, plant 31 trees on each acre.
I got this answer, however 16695 is incorrect please help me get the right answer.

Found 2 solutions by Boreal, ikleyn:
Answer by Boreal(15235) About Me  (Show Source):
You can put this solution on YOUR website!
Let x=each additional tree.
(630-15x)(20+x) is the equation.
Maximize 12600+330x-15x^2=0
The vertex is -b/2a=-330/-30=11 for x
31 trees, 465 oranges per tree (630-(15*11))
14415
graph%28300%2C300%2C-10%2C30%2C-500%2C16000%2C-15x%5E2%2B330x%2B12600%29

Answer by ikleyn(52794) About Me  (Show Source):
You can put this solution on YOUR website!
.
For the number of oranges per one tree, "n", as the function of the number of trees per acre, "t", the condition gives this formula:

n = 630 - 15*(t-20).

Then the number of oranges per acre is 

O(t) = n*t = t*(630 - 15*(t-20)) = 630t - 15t^2 + 300t = -15t^2 + 930t.


They ask to find the maximum of this quadratic function of t.


From the general theory, the maximum is achieved at t = -b%2F%282a%29 = -930%2F%282%2A%28-15%29%29 = 930%2F30 = 31.


So, 31 tree per acre provide the maximal total number of oranges per acre.


This maximum is equal to O(31) = 31*(630-15*(31-20)) = 31*(630-15*11) = 14415.


Answer.  31 trees per acre provide the maximal number of oranges of 14415.

*** Solved ***




Plot y = t*(630 - 15*(t-20))


On finding the maximum of a quadratic function and associated solved problems see the lessons
    - HOW TO complete the square to find the minimum/maximum of a quadratic function
    - Briefly on finding the minimum/maximum of a quadratic function
    - HOW TO complete the square to find the vertex of a parabola
    - Briefly on finding the vertex of a parabola

    - Using quadratic functions to solve problems on maximizing revenue/profit


Also, you have this free of charge online textbook in ALGEBRA-I in this site
    - ALGEBRA-I - YOUR ONLINE TEXTBOOK.

The referred lessons are the part of this textbook under the topic "Finding minimum/maximum of quadratic functions".