here it is a hint, although you haven't shown any work at all! do u know how to find the end points C(x2,y2) of a segment if you are given the first point say A(x1,y1), and another point in the segment say B(x,y), and a ratio, say k. ? well the formula is
x=(x1+kx2)/(1+k), same for y.
in your problem, you probably know that the diagonals of a regular paralelogram bisect each other.. so what u have to do is first find the coordinates of the point where the diagonals bisect each other, and then you will end up with an idenitcal problem that i explained above!