The yield per tree depends on the number of trees. Let y(N) be the yield per tree if N trees are planted in the lot.
The formula for y(N) can be seen to be y(N) = 1500 - 20 (N-65). The size of the crop, S, is given by:
S(N) = N y(N) = 2800 N - 20 N2
This is the objective function to be maximized.
This can be viewed as a quadratic function (standard form: f(x) = a x2 + bx +c) with a = -20, b = 2800 , c =0
Since it is a downward opening quadratic, the maximum will be located at the vertex. The formula for the location of the x coordinate of the vertex is xv = -b/(2a).
This yields N = - 2800 /(-40) = 70