asked 125k views
4 votes
There are 50 apple trees in an orchard. each tree produces 800 apples. for each additional tree planted in the orchard, the output per tree drops by 10 apples. how many trees in the orchard will yield the maximum output of apples?

asked
User Kavvson
by
8.8k points

1 Answer

4 votes
apples = (50+x)(800-10x)
= (40000-500x+800x-10x^2)
= -10x^2 +300x + 40000
Max occurs when x = -b/(2a) = -30/(-2) = 15
= -x^2 + 30x + 4000
Max occurs when x = -b/(2a) = -30/(-2) = 15
15 trees should be added
answered
User Angelo Vargas
by
8.2k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.