{"status": "success", "data": {"description_md": "Jim starts with a positive integer $n$ and creates a sequence of numbers. Each successive number is obtained by subtracting the largest possible integer square less than or equal to the current number until zero is reached. For example, if Jim starts with $n = 55$, then his sequence contains $5$ numbers:\n$$\\begin{array}{ccccc}\n{}&{}&{}&{}&55\\\\\n55&-&7^2&=&6\\\\\n6&-&2^2&=&2\\\\\n2&-&1^2&=&1\\\\\n1&-&1^2&=&0\\\\\n\\end{array}$$\n\nLet $N$ be the smallest number for which Jims sequence has $8$ numbers. What is the units digit of $N$?\n\n$\\mathrm{(A)}\\ 1\n\\qquad\n\\mathrm{(B)}\\ 3\n\\qquad\n\\mathrm{(C)}\\ 5\n\\qquad\n\\mathrm{(D)}\\ 7\n\\qquad\n\\mathrm{(E)}\\ 9$", "description_html": "<p>Jim starts with a positive integer <span class=\"katex--inline\">n</span> and creates a sequence of numbers. Each successive number is obtained by subtracting the largest possible integer square less than or equal to the current number until zero is reached. For example, if Jim starts with <span class=\"katex--inline\">n = 55</span>, then his sequence contains <span class=\"katex--inline\">5</span> numbers:<br/>&#10;<span class=\"katex--display\">\\begin{array}{ccccc}&#10;{}&amp;{}&amp;{}&amp;{}&amp;55\\\\&#10;55&amp;-&amp;7^2&amp;=&amp;6\\\\&#10;6&amp;-&amp;2^2&amp;=&amp;2\\\\&#10;2&amp;-&amp;1^2&amp;=&amp;1\\\\&#10;1&amp;-&amp;1^2&amp;=&amp;0\\\\&#10;\\end{array}</span></p>&#10;<p>Let <span class=\"katex--inline\">N</span> be the smallest number for which Jims sequence has <span class=\"katex--inline\">8</span> numbers. What is the units digit of <span class=\"katex--inline\">N</span>?</p>&#10;<p><span class=\"katex--inline\">\\mathrm{(A)}\\ 1&#10;\\qquad&#10;\\mathrm{(B)}\\ 3&#10;\\qquad&#10;\\mathrm{(C)}\\ 5&#10;\\qquad&#10;\\mathrm{(D)}\\ 7&#10;\\qquad&#10;\\mathrm{(E)}\\ 9</span></p>&#10;", "hints_md": "", "hints_html": "", "editorial_md": "", "editorial_html": "", "flag_hint": "", "point_value": 4, "problem_name": "2010 AMC 10A Problem 25", "can_next": false, "can_prev": true, "nxt": "", "prev": "/problem/10_amc10A_p24"}}