We are implicitly given two points through which both curves must pass.
For example, for the quadratic model, we know the quadratic portion of the function begins at (20,20), but must also pass through the point (60,60), since this is the amount for voyager customers at 60 gigabytes.
So, using:
$$f(x)=ax^2+b$$
we obtain the 2X2 linear system:
$$f(20)=a(20)^2+b=400a+b=20$$
$$f(60)=a(60)^2+b=3600a+b=60$$
Now you may determine the values of the parameters $a$ and $b$.
Then follow a similar process for the logarithmic model.