Position of U: vut in y direction and 0 in x, and position of F: (100-vFt) in x and 0 in y
Expression for d = ( (75t)2 + (100 - 55t)2)1/2
d(d)/dt = (1/2 / d ) (11250t + (100 - 55t)(-55)) t = 2 hrs and d = 150.33 miles.
d(d)/dt = 76.66 mi/hr
A nicer way is to calculate the results for 2 hours: we get the d above and the positions (-10,0) for F and (0, 150) for U.
d2 = (xu - xF)2 + (yU - yF)2 implicitly differentiating to 2d d(d)/dt = 2xF dxF/dt + 2yU dyU/dt which leads to the same equation: d(d)/dt = (1/2d) *( 2(-10)(-55) + 2(150)(75)) which leads to the same expression
Hopefully, that clears things up.