Wednesday, June 11, 2008

Maximizing School Profit

Today's question is dealing with schools. As you know, schools need money, so they send dance tickets. However, they need to know how much to charge. Here is a question dealing exactly with that.

A school is holding a dance with a ticket price of $6. 250 plan to attend. The dance team knows that for every $1 increase in the ticket price, 25 less people will come. How much should a ticket cost for maximum revnue? Solve using two different methods.

First, we need an equation to solve, otherwise we won't be able to solve it even with one method. As we know, for each $1 price increase, 25 less people will come. So let x be the number of $1 price increases.

When you increase the price x times, the price goes up by $x ($1 * x). When the price is increased x times, 25x less people will come. The profit is the number of people times the price per ticket. Since the starting price is 6, one factor will be (6 + x). Since 250 plan to attend initially, the second factor is (250 - 25x). This makes the entire profit function:
P = (x + 6)(250 - 25x)
P = -25x2 + 100x + 1500

To solve that, we can use two different methods. The first one is using vertex form, which will give us the x coordinate of the vertex, and reveal the maximum point that way (it's an upside-down parabola).
P = -25x2 + 100x + 1500
P = -25(x2 - 4x - 60)

Complete the square inside:
P = -25(x2 - 4x + 4 - 64)
P = -25(x - 2)2 + 1600

This means the maximum profit is generated when x = 2 and the ticket price is $8. In this case, 200 people will come, and the profit will be $8 * (250 - 25*2) = $8 * 200 = $1600.

To solve the other way, differentiate P:
P' = -50x + 100

Compare to zero:
0 = -50x + 100
50x = 100
x = 2

Once again, the same result.

Hope you liked it,
Nadav

nadavs

No comments: