We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
Just solve it as a simple equation: x1 + (i * v1) = x2 + (i * v2) where i is the number of jumps. This becomes: i * ( v1 - v2) = x2 - x1. It will be 'YES' if i is a positive integer.
Number Line Jumps
You are viewing a single comment's thread. Return to all comments →
Just solve it as a simple equation: x1 + (i * v1) = x2 + (i * v2) where i is the number of jumps. This becomes: i * ( v1 - v2) = x2 - x1. It will be 'YES' if i is a positive integer.