It takes $80\,\textrm{J}$ of work to stretch a spring $0.5\,\textrm{m}$ from its equilibrium position. How much work is needed to stretch it an additional $0.5\,\textrm{m}$?
Here's what I have: $F(x)=kx$ and $F(0.5) = k(80)$. Solving for $k$, I get $k = 160$. Then, I find that $\int_{0.5}^1 160x dx = 60$, but that's not an answer..
You are confusing force and work in the first step. Work is measured in joules, so your given quantity is work. Since you are stretching 0.5 meters from equilibrium position, and work is the integral of the force used over the distance moved, we have that
$$ \mathbf{80} = \int_0^{0.5} F(x) \, dx = \int_0^{0.5} kx \, dx.$$ Then solve this for $k$, then integrate from $0.5$ to $1$ the given quantity.
More details, in response to questions: Once we have the correct* number in the left-hand side, we have that
\begin{align} 80 &= \int_0^{0.5} kx \, dx\\ & = k \int_0^{0.5} x \, dx\\ & = k \left[ \frac{x^2}{2} \right]_{x = 0}^{x = 0.5}\\ & = k \left( \frac{(0.5)^2}{2} - \frac{0^2}{2} \right) \\ & = k \cdot \frac{1}{2}\left(\frac{1}{2}\right)^2 =\frac{k}{8}. \end{align}
Thus, $k = 80 \cdot 8 = 640$. Then continue as you did.
In general, for these problems, you are given a certain (force/work) and asked to find another (force/work). That's 4 possibilities, and you should know how to handle any combination.