Maths Olympiad Prep

Track / Stage 3 / 21 of 260 #21 of 1964

Problem 21

AMC 10/12, early questions
Combinatorics Difficulty 3.0 Multiple choice

An object in the plane moves from one lattice point to another. At each step, the object may move one unit to the right, one unit to the left, one unit up, or one unit down. If the object starts at the origin and takes a ten-step path, how many different points could be the final point?

Pick one

Next problem →

Official solution

Let the starting point be (0,0)(0,0). After 1010 steps we can only be in locations (x,y)(x,y) where x+y10|x|+|y|\leq 10. Additionally, each step changes the parity of exactly one coordinate. Hence after 1010 steps we can only be in locations (x,y)(x,y) where x+yx+y is even. It can easily be shown that each location that satisfies these two conditions is indeed reachable.
Once we pick x{10,,10}x\in\{-10,\dots,10\}, we have 11x11-|x| valid choices for yy, giving a total of 121\boxed{121} possible positions.

Source: NuminaMath-1.5, licensed Apache-2.0. Statement reproduced verbatim; metadata (topic, difficulty, ordering) added by this project.