Tyler,
The problem you pose is "under constrained" a fifth order polynomial has six constants five coefficients and one constant term. So in general you would need at least five more points. However you could assume y=kx5+b and least square fit this to (70,302) and say (50,200). This would satisfy your all the conditions.
Hope this helps
Jim