Skip to main content

2011 AMC 12B Problem 11

Problem 11 of 25IntermediateGeometry

A frog located at (x,y),(x, y), with both xx and yy integers, makes successive jumps of length 55 and always lands on points with integer coordinates. Suppose that the frog starts at (0,0)(0, 0) and ends at (1,0).(1, 0). What is the smallest possible number of jumps the frog makes?

Answer choices

Show solution

Solution

One jump cannot work, since (0,0)(0,0) and (1,0)(1,0) are only 11 apart. Two jumps also fail: the intermediate point would be at distance 55 from both, forcing it onto the perpendicular bisector x=12,x=\dfrac12, which contains no lattice points. Three jumps suffice, for example (0,0)(3,4)(6,0)(1,0), (0,0)\to(3,4)\to(6,0)\to(1,0), where each step has length 5.5. Thus, the correct answer is B.

More practice

Concepts: lattice point · distance formula

Problem text and solution from the LIVE past-contest archive. See also the AoPS wiki page for community solutions.