To answer this question you need to write the distance with parameter t (time)
At any time t the first cars distance from the starting point (origin) is 60t
The second cars distance from origin is 25t
The two cars travel in perpendicular direction.
The distance between the two cars can be found using Pythagoras theorem. Draw it if that helps you visualize.
So the distance squared is equal to (60t)^2+(25t)^2 = 65^2 * t^2
Thus D = 65t
This is a linear function so the rate of change is constant, it is 65.