Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
First solution in Clear category for Achilles and the Tortoise by PawelBubak
def chase(a1_speed, t2_speed, advantage):
x = (t2_speed * advantage)/(a1_speed - t2_speed)
return (x + advantage)
Nov. 26, 2016