You correctly calculated the coefficients for the third order polynomials in ln(x), but you never used them!
You can define a function as seen in the pic below. Furthermore I used the if-function to force the horizontal line for the first five minutes as seen in he Word document.
Of course you can do so for all six functions and plot them all in one plot.

As for R.h1 - both ways you tried are correct apart from using the wrong "=" in the solve block. You have to use the Boolean / comparison = and not the assignment ":=".
The use of the symbolic "solve" command fails, because the third party symbolic is not as good integrated into Prime as we would wish. The symbolics does not know anything about units and you can see in the result that units are not labelled correctly - thy should be bold and blue but as can be seen they are black (variables). If you try to evaluate that expression by following the symbolic evaluation with a numeric evaluation ("=") you get an error, because the numerics does not know the variables (which actually should be units). There is a calculation option you should turn on:

Sometimes it helps, but in your case it doesn't.
EDIT: Looks I made a mistake in the first place when I tried. Now that I turned on this option once again for the screenshot, assigning the result to a variable and numerically evaluating it worked OK. So turning on this option seems to have done the job,

Nevertheless its usually not that good an idea to use symbolics when you actually are not looking for a symbolic result but just for a numeric value.
So using the solve block sure should be an option. What you did wrong was using the wrong "equal" as described above and the second error was that you did not provide a correct unit for the guess value.

Another option (my preferred one) is to use the "root" function.
You can do this by providing a guess value

Oooops, unfortunately we get a tiny imaginary part which should not be there. We could cope with it by just taking the absolute value or just the real part.

Using the root-function by providing a range within the solution should be looked for seems to make a better job:

As I was using Prime 9 I don't attach the file as you would not be able to open it with P8.
But I guess that the pictures would suffice.
EDIT: Turned the sheet into Prime 6 format so you should be able to open it.
The symbolics used in Prime 6 is the same as in Prime 9, but nonetheless the result is different as P6 would return two solutions which differ in the sign.

Furthermore the symboilcs in P6 does not has the labelling problem I experienced even it the aforementioned option is not turned on.
I used a shorter (but a lot more inefficient) approach to do the plots:
