Under one convention, you know the lengths of two sides (a and b) and the enclosed angle (gamma). You are trying to find the length of the side opposite gamma (c).
c^2 = a^2 + b^2 - 2abcos(gamma)
You'll probably need either a scientific calculator or trig tables to figure out cos(gamma). Everything else should be straightforward.