Originally posted by: marketsons1985
Originally posted by: Inspector Jihad
Originally posted by: marketsons1985
The way to do it without knowing 1095 beforehand is this:
You know that the revenue equals cost * number of tickets sold. The but the number of tickets sold equals 1750 - 55*(cost-8). Thus revenue = cost * (1750-55*(cost-8)) for prices above 8. Find the derivative d/dcost of the revenue equation, and solve for that = 0. That is:
solve d/dc(c*(1750-55*(c-8)))=0 for c.
u be readin dem books n shit
<------Math major that just got done tutoring someone on a similar problem...
If you wanted to do it algebraically
We know that Rev = #tix sold * cost of a ticket
The cost of a ticket is a linear function (we can tell b/c it's slope is -55...i.e. rise/run (rise one dollar you run negative 55 tickets

)
Graphing cost of ticket on x-axis v.s. #tickets sold on y axis gives y = -55x + 2190 (given two pts: (8,1750), (9, 1695) and then just finding equation of a line)
so rev = x* (-55x + 2190)
which will give you a parabala and since the coefficient in front of the x^2 is negative we know its vertex is a max, so it'd just be -b/2a i.e. -2190/2*-55 = 19.909
so we know to maximize profit we need to sell each ticket for x= $19.91
To find the number of seats sold you'd just plug it into your y = -55x + 2190