A peach orchard owner wants to maximize the amount of peaches produced by his orchard.
He has found that the per-tree yield is equal to 900 whenever he plants 40 or fewer trees per acre, and that when more than 40 trees are planted per acre, the per-tree yield decreases by 30 peaches per tree for every extra tree planted.
For example, if there were 35 trees planted per acre, each tree would produce 900 peaches. If there were 45 trees planted per acre, each tree would produce 900 – 30 * (45 – 40) peaches, which is roughly equal to 750 peaches.
Find function that descibes the tree per yield (Y), in terms of x
1. Y = _____ if x is no more than 40 trees per acre
2. Y= ______if x is greater than 40 trees per acre
3. Find the total yield per acre, T, that results from planting x trees per acre.
a. T =____if x is no more than 40 trees per acre
b. T = _____ if x is greater than 40 trees per acre