SOLUTION: A city's transit authority serves 192,000 commuters daily when fair is $1.70. Market research has determined that every penny decrease in the fare will result in 1200 new riders. W

Algebra ->  Finance -> SOLUTION: A city's transit authority serves 192,000 commuters daily when fair is $1.70. Market research has determined that every penny decrease in the fare will result in 1200 new riders. W      Log On


   



Question 1002286: A city's transit authority serves 192,000 commuters daily when fair is $1.70. Market research has determined that every penny decrease in the fare will result in 1200 new riders. What fare will maximize revenue?
We are working on Quadratic Functions, and word problems are especially difficult for me to figure out. This is what I have and the answer is incorrect:
Revenue = Price(number sold)
Revenue = y
y=P(1.70-P)
y= 1.70p-p^2
using the formula for a Vertex of a Parabola: (-b/2a, c-b^2/4a)
a= -1 b= 1.70 c= 0
using the "x" part of that formula:
x= -1.70/2(-1)
I got the answer of $0.85 (WHICH IS INCORRECT)
Thank you
Angy

Found 3 solutions by vleith, Theo, KMST:
Answer by vleith(2983) About Me  (Show Source):
You can put this solution on YOUR website!
Let the ticket price be given by the formula (170-x) where x is the number of pennies in price reduction
You are told the ridership formula is (192,000 + 1200x) (for each reduction of a penny you get 1200 more riders)
Total revenue is the product of those two formulas
revenue+=+%28192000%2B1200x%29%28170-x%29
revenue+=+32640000%2B12000x-1200x%5E2
Solved by pluggable solver: SOLVE quadratic equation with variable
Quadratic equation ax%5E2%2Bbx%2Bc=0 (in our case -1200x%5E2%2B12000x%2B32640000+=+0) has the following solutons:

x%5B12%5D+=+%28b%2B-sqrt%28+b%5E2-4ac+%29%29%2F2%5Ca

For these solutions to exist, the discriminant b%5E2-4ac should not be a negative number.

First, we need to compute the discriminant b%5E2-4ac: b%5E2-4ac=%2812000%29%5E2-4%2A-1200%2A32640000=156816000000.

Discriminant d=156816000000 is greater than zero. That means that there are two solutions: +x%5B12%5D+=+%28-12000%2B-sqrt%28+156816000000+%29%29%2F2%5Ca.

x%5B1%5D+=+%28-%2812000%29%2Bsqrt%28+156816000000+%29%29%2F2%5C-1200+=+-160
x%5B2%5D+=+%28-%2812000%29-sqrt%28+156816000000+%29%29%2F2%5C-1200+=+170

Quadratic expression -1200x%5E2%2B12000x%2B32640000 can be factored:
-1200x%5E2%2B12000x%2B32640000+=+-1200%28x--160%29%2A%28x-170%29
Again, the answer is: -160, 170. Here's your graph:
graph%28+500%2C+500%2C+-10%2C+10%2C+-20%2C+20%2C+-1200%2Ax%5E2%2B12000%2Ax%2B32640000+%29


The maximum revenue will be found at the midpoint of the two zeros. (170-(-160))/2 = 115
Does that match what you would get?

Answer by Theo(13342) About Me  (Show Source):
You can put this solution on YOUR website!
this one is particularly difficult to set up so don't feel too bad.

i haven't done it in a while and i'm struggling to set it up properly.

start with r = n * p

r = revenue
n = number of tickets sold
p = price per ticket.

you know that, when p = 1.71, n = 192000

you get r = 192000 * 1.71 = 328320

you also know that, when you drop the price by .01, n goes up 1200.

let 192000 + 1200 * x = the increase in n for every drop in price of .01

let 1.71 - .01 * x = the drop in price of .01.

every time x increases by 1, the price will drop by .01
every time x increases by 1, the number of tickets sold will go up 1200.

your formula is:

y = (192000 + 1200 * x) * (1.71 - .01 * x)

y is the revenue
(192000 + 1200 * x) is the number of tickets sold.
(1.71 - .01 * x) is the price of each ticket.

if x is 0, then you get:

y = (192000 + 1200 * x) * (1.71 - .01 * x) becomes:
y = (192000 + 1200 * 0) * (1.71 - .01 * 0) which becomes:
y = 192000 * 1.71 = 328320

any time x increases by .01, the number of tickets sold increases by 1200.
this is because the price has decreased by .01.

any time x decreases by .01, the number of tickets sold decreases by 1200.
this is because the price has increased by .01.

your maximum point will be when x = 5.5

you will get:

y = (192000 + 1200 * 5.5) (1.71 - .01 * 5.5) which results in:

y = 328683.

that's your maximum revenue.

simplify the equation by multiplying the factors to get:

y = (192000 + 1200 * x) * (1.71 - .01 * x) becomes:

y = (192000 * 1.71) - (192000 * .01 * x) + (1200 * x * 1.71) - (1200 * x * .01 * x)

simplify to get:

y = 328320 - (1920 * x) + 2052 * x) - (12 * x^2)

combine like terms to get:

y = 328320 + 132 * x - 12 * x^2

re-order terms in descending order of degree to get:

y = -12x^2 + 132x + 328320

now that your equation is in standard quadratic form, you can solve for maximum point as follows:

a = -12
b = 132
c = 328320

x = -b/2a becomes x = -132 / -24 which becomes x = 5.5

when x = 5.5, the equation of y = -12x^2 + 132x + 328320 becomes:

y = -12(5.5)^2 + 132(5.5) + 328320 which becomes:

y = 328683

your maximum revenue is at 328683

this occurs when x = 5.5

when x = 5.5, your price becomes 1.71 - .01 * 5.5 which becomes 1.71 - .055 which becomes 1.655.

your maximum revenue is when the price is equal to 1.655.

this can also be found by graphing the equation of y = -12x^2 + 132x + 328320 as shown below:

$$$



















Answer by KMST(5328) About Me  (Show Source):
You can put this solution on YOUR website!
You are on the right track, but, the number of tickets sold is not simply 1.70-Price .
If it were so, a price of $1.70 would give you 0 tickets sold.
Vleith was also on the right track.
I like the strategy of making x= price reduction in cents. It makes for much nicer numbers.
With revenue=%28170-x%29%28%22192%2C000%22%2B+1200x%29--->revenue=170%2A%22192%2C000%22%2B170%2A1200x+-%22192%2C000x%22-1200x%5E2%29--->revenue=170%2A%22192%2C000%22%2B204000x-192%2C000x-1200x%5E2%29--->revenue=170%2A%22192%2C000%22%2B%2212%2C000x%22-1200x%5E2%29 ,
your x=-b%2F24 formula easily calculates x=%2212%2C000%22%2F%282%2A1200%29=10%2F2=5 as the optimal fare discount.


The number of tickets sold =n , varies linearly with price, p=price in $.
The equation relating those two variables is the equation of a line.
That line passes through a point with system%28p=1.70%2Cn=192000%29 .
The slope of that line is 1200riders%2F%22-%240.01%22=-120000riders%2F%22%24%22 .
With one point and the slope, we can write the equation of the line as
n-192000=-120000%28p-1.70%29
n-192000=-120000p-1.70%2A%28-120000%29
n-192000=-120000p%2B204000
n=-120000p%2B204000%2B192000
n=-120000p%2B396000

So, the total revenue is
revenue=p%28-120000p%2B396000%29--->revenue=-120000p%5E2%2B396000p
That is a quadratic function (the kind that graphs as a parabola).
Because the coefficient of p%5E2 is negative,
that function has a maximum.
To find the value of p where that maximum happen you may use the formula
x=-b%2F2a for the axis (and x- coordinate of the vertex) of the parabola with equation y=ax%5E2%2Bbx%2Bc .
That would tell you that the maximum revenue happens for
p=-396000%2F%282%2A120000%29=highlight%281.65%29
The fare that will maximize revenue is highlight%22%241.65%22%29 .