Question 1073097
.
<pre>
The price function for one ticket is 


         R30                if x <= 50, 
p(x) =                                   and
         R(30-0.5*(x-50))    if x > 50.


where x is the number of people.


The revenue function is R(x) = x*p(x).
</pre>