You need to define your coordinates. Man walks at dy/dt = 2 ft/s (N) starting at (0,0) and t = 0 and the woman is walking walking at dy/dt = - 7ft/s (South) starting at (500,0) and t = 5 min
The equations for these two in terms of t : Man yM = 2(60t) (t in minutes) xM=0
Woman yW = -7*(60)(t-5) xW=500 ft
You are asked about the rate of z, the distance between them, so we need the expression for z:
z = sqrt((yM-yW)2 + (xM-xW)2) = ((120t+420(t-5))2+(500)2)1/2
You can differentiate with respect to t
dz/dt = (1/2)((120t+420(t-5))2+5002)-1/2 2(120t+420(t-5)) (120+420)
Now just plug in t = 15 minutes after checking my math.