Minimum ticket price to break even

107 Views Asked by At

A football team plays in a stadium that has a seating capacity of $30,000$ spectators. With the ticket price set at $\$79$, average attendance has been $21,692$. A market survey indicates that for each $\$4$ the ticket price is lowered, the average attendance increases by $1000$. Assume that the stadium has a fixed cost of $50,000$ and a variable cost of $2$ per ticket sold.

a) Determine the ticket price(s) that the football stadium breaks even.

b) Algebraically determine the price that maximizes profit for the football stadium.

c) What does the ticket price have to be to ensure that the profit is $\$1,000,000$?

I'm having trouble creating equations for this word problem. I'm not sure where I would start to make solve the 3 questions.

1

There are 1 best solutions below

1
On

Let the ticket price be $p$ and the number of people be $n$. $n=21692-250p$, so the profit is $p(21692-250p)-50000$ where the $50000$ is the stadium price. Expanding gives $-250^2+21692p-50000$

a) This is just asking to solve $-250p^2+21692p-50000=0$. Using the quadratic formula you get $p=\frac{21692\pm\sqrt{420542864}}{500}$. Rounding to the nearest cent gives $p=\$2.37,\$84.40$.

b) The min/max of a quadratic equation is $-\frac{b}{2a}$, so it is $p=\frac{5423}{125}$. Rounding to the nearest cent gives $p=\$43.38$.

c) The maximum is at $p=\frac{5423}{125}$, so plugging it in gives $\frac{52567858}{125}$, or $\$420542.86$ rounded to the nearest cent. This is less than $\$1000000$, so the answer is never.