
Charles C. answered 11/15/15
Tutor
4.8
(4)
Math, Physics and Programming
Let x = # of commuters
Let y = fare amount
The revenue function R(x,y) = x*y, since the transit authority makes the fare amount for each commuter.
We would like to interrelate x and y in order to eliminate one variable from the revenue function, and then utilize either the first derivative or the vertex to find a maximum, whichever you prefer.
We can do that by using the given information that a penny decrease in the fare results in an increase of 1050 commuters. This implies that the relationship is linear, and has a slope given by rise over run, which would be -.01/1050
Using the standard form for a line, we have y=-.01/1050 * x + b. Then we can use the given data point that there are 16800 commuters at a fare of $1.70 to plug in for x and y and find b.
1.70 = -.01/1050 * 168000 + b
3.30 = b
Now we have obtained the complete equation for the line, y = -.01/1050 * x + 3.30. We can now plug in for y in the revenue function.
R(x) = x * (-.01/1050 * x + 3.3)
R(x) = -.01/1050 * x^2 + 3.3x
Vertex at 173250 commuters. And plugging this back into the line equation, we get the fare value of $1.65.
Or
R'(x) = -.02/1050 * x + 3.3 = 0
x = 173250, which again implies y = $1.65