{"status": "success", "data": {"description_md": "The diagram below shows a $4\\times4$ rectangular array of points, each of which is $1$ unit away from its nearest neighbors.<br>\n![[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]](https://latex.artofproblemsolving.com/1/6/e/16ed1460ee16eabb872eb9645928df7b6cf2f60a.png)\nDefine 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$.\n___\nLeading zeroes must be inputted, so if your answer is `34`, then input `034`. Full credit goes to [MAA](https://maa.org/) for authoring these problems. These problems were taken on the [AOPS](https://artofproblemsolving.com/) website.", "description_html": "<p>The diagram below shows a <span class=\"katex--inline\">4\\times4</span> rectangular array of points, each of which is <span class=\"katex--inline\">1</span> unit away from its nearest neighbors.<br/><br/>&#10;<img src=\"https://latex.artofproblemsolving.com/1/6/e/16ed1460ee16eabb872eb9645928df7b6cf2f60a.png\" alt=\"[asy] unitsize(0.25inch); defaultpen(linewidth(0.7)); int i, j; for(i = 0; i &lt; 4; ++i) for(j = 0; j &lt; 4; ++j) dot(((real)i, (real)j)); [/asy]\"/><br/>&#10;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 <span class=\"katex--inline\">m</span> be the maximum possible number of points in a growing path, and let <span class=\"katex--inline\">r</span> be the number of growing paths consisting of exactly <span class=\"katex--inline\">m</span> points. Find <span class=\"katex--inline\">mr</span>.</p>&#10;<hr/>&#10;<p>Leading zeroes must be inputted, so if your answer is <code>34</code>, then input <code>034</code>. Full credit goes to <a href=\"https://maa.org/\">MAA</a> for authoring these problems. These problems were taken on the <a href=\"https://artofproblemsolving.com/\">AOPS</a> website.</p>&#10;", "hints_md": "", "hints_html": "", "editorial_md": "", "editorial_html": "", "flag_hint": "", "point_value": 5, "problem_name": "2008 AIME II Problem 10", "can_next": true, "can_prev": true, "nxt": "/problem/08_aime_II_p11", "prev": "/problem/08_aime_II_p09"}}