Answer:
4
Step-by-step explanation:
Let's say the amount of bushes sold (yield) is b, and the price per bushel is p.
When calculating total revenue, we want to multiply price by quantity. Quantity here is b, and price is p. Therefore, p*q = revenue = return.
Let's say that the amount of weeks is w.
Price after w weeks = 24 - 1.50 for each week = 24 - 1.50w
Yield after w weeks = 4 + 0.5 for each week = 4 + 0.5w
Revenue after w weeks = p * b = (24-1.50w) * (4+0.5w) = 96 - 6w + 12w - 0.75w² = -0.75w²+6w + 96.
We want to maximize revenue. First, we can find when the derivative of the function is 0.
d/dw(-0.75w²+6w + 96) = -1.5w + 6 = 0
subtract 6 from both sides
-1.5w = -6
divide both sides by -1.5 to isolate w
w = 4
plug that into our equation
-0.75(4)²+6(4) + 96 = -12 + 24 + 96 = 108
Because this function has a negative coefficient for the w², we can say that it is a parabola opening up downward, so when the derivative = 0, we have found the maximum of the function. Therefore, 4 is our answer