Problem
2010 AMC 10A Problem 25
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:
\begin{array}{ccccc} {}&{}&{}&{}&55\\ 55&-&7^2&=6\\ 6&-&2^2&=2\\ 2&-&1^2&=1\\ 1&-&1^2&=0\\ \end{array}
Let N be the smallest number for which Jim’s sequence has 8 numbers. What is the units digit of N?
\mathrm{(A)}\ 1 \qquad \mathrm{(B)}\ 3 \qquad \mathrm{(C)}\ 5 \qquad \mathrm{(D)}\ 7 \qquad \mathrm{(E)}\ 9
Full credit goes to MAA for authoring these problems. These problems were taken on the AOPS website.
Want to contribute problems and receive full credit? Click here to add your problem!
Please report any issues to us in our Discord server
Go to previous contest problem (SHIFT + Left Arrow)
Problem feedback
Difficulty
—