A frog is sitting on the origin of the coordinate plane. It can jump a distance of five units to points with integer coordinates only (also known as lattice points). Find the least number of jumps required to go to
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The another possible route is (-4,3) => (0,6) => (0,1) . i guess there has to be finite number of paths through which one can reach to (0,1) ... ! the question is how many paths ??