2008 AIME II Problems/Problem 10

Revision as of 20:42, 3 April 2008 by Azjps (talk | contribs) (will post solution soon)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Problem

The diagram below shows a $4\times4$ rectangular array of points, each of which is $1$ unit away from its nearest neighbors.

[asy] unitsize(0.25inch); defaultpen(linewidth(0.7));  int i, j; for(i = 0; i < 4; ++i) 	for(j = 0; j < 4; ++j) 		dot(((real)i, (real)j)); [/asy]

Define a growing path to be a sequence of distinct points of the array with the property that the distance between consecutive points of the sequence is strictly increasing. Let $m$ be the maximum possible number of points in a growing path, and let $r$ be the number of growing paths consisting of exactly $m$ points. Find $mr$.

Solution

Template:Incomplete

See also

2008 AIME II (ProblemsAnswer KeyResources)
Preceded by
Problem 9
Followed by
Problem 11
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
All AIME Problems and Solutions